Documentation for ATIS-Draft-03-00-79

Complex Type: IMVehicleIDInformation

[Table of contents]

Super-types: None
Sub-types: None
Name IMVehicleIDInformation
Used by (from the same schema document) Complex Type IMOtherVehicleInvolved
Abstract no
XML Instance Representation
<...>
<vin> CPT-VIN </vin> [0..1]
<tag> IM-VehicleTag </tag> [0..1]
<state> IM-VehicleState </state> [0..1]
<make> IM-VehicleMake </make> [0..1]
<model> IM-VehicleModel </model> [0..1]
<year> IM-VehicleYear </year> [0..1]
<color> IM-VehicleColor </color> [0..1]
<desc> IM-VehicleDescription </desc> [0..1]
<localIMVehicleIDInformation> local:IMVehicleIDInformation </localIMVehicleIDInformation> [0..1]
</...>
Diagram
h767755952 h-877105934 h-1085572119 h-1420688490 h-1091259775 h-1420327451 h-1100486981 h-2055906988 h-703828146
Schema Component Representation
<xs:complexType name="IMVehicleIDInformation">
<xs:sequence>
<xs:element name="vin" type=" CPT-VIN " minOccurs="0"/>
<xs:element name="tag" type=" IM-VehicleTag " minOccurs="0"/>
<-- License plate number -->
<xs:element name="state" type=" IM-VehicleState " minOccurs="0"/>
<xs:element name="make" type=" IM-VehicleMake " minOccurs="0"/>
<xs:element name="model" type=" IM-VehicleModel " minOccurs="0"/>
<xs:element name="year" type=" IM-VehicleYear " minOccurs="0"/>
<xs:element name="color" type=" IM-VehicleColor " minOccurs="0"/>
<xs:element name="desc" type=" IM-VehicleDescription " minOccurs="0"/>
<xs:element name="localIMVehicleIDInformation" type=" local:IMVehicleIDInformation " minOccurs="0"/>
</xs:sequence>
</xs:complexType>