Schema Component Representation
<
xs:complexType
name="
ImInitialIncidentReport">
<
xs:sequence>
<
xs:element
name="
incidentInfo"
type="
IMIncident
"/>
<
xs:element
name="
otherVehicles"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
100">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
</
xs:sequence>
</
xs:complexType>