Schema Component Representation
<
xs:complexType
name="
ImIncidentUpdate">
<
xs:sequence>
<
xs:element
name="
incidentInfo"
type="
IMIncident
"
minOccurs="
0"/>
<
xs:element
name="
otherVehicles"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
100">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
<
xs:element
name="
incidentClosed"
type="
CPT-Boolean
"/>
</
xs:sequence>
</
xs:complexType>