j:VehicleInspectionType

complexType VehicleInspectionType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an official examination of a vehicle.

Diagram

XML Schema

<xs:complexType name="VehicleInspectionType">
<xs:annotation>
<xs:documentation>
A data type for an official examination of a vehicle.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:VehicleInspectionAddress" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleInspectionInspectorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleInspectionJurisdictionAuthorityAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleInspectionSmogCertificateAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleInspectionStationIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleInspectionTestCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleInspectionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>