j:VehicleSafetyInspectionType
complexType VehicleSafetyInspectionType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/
Definition
A data type for an official examination of the safety of a vehicle.
Diagram
XML Schema
<xs:complexType name="VehicleSafetyInspectionType">
<xs:annotation>
<xs:documentation>
A data type for an official examination of the safety of a vehicle.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:VehicleInspectionType">
<xs:sequence>
<xs:element ref="j:VehicleInspectionSafetyPassIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VehicleSafetyInspectionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>