<xsd:complexType name="VehicleSafetyInspectionType">
<xsd:annotation>
<xsd:documentation>A data type for an official examination of the safety of a vehicle.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="VehicleInspectionType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:VehicleInspectionType">
<xsd:sequence>
<xsd:element ref="nc:VehicleInspectionSafetyPassIndicator" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|