<xsd:complexType name="VehicleType">
<xsd:annotation>
<xsd:documentation>A data type for a motor-driven conveyance designed to carry its operator, and optionally passengers and cargo, over land.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ConveyanceType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ConveyanceType">
<xsd:sequence>
<xsd:element ref="nc:VehicleBrand" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleBrander" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleCMVIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleColorInteriorText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleDoorQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleEmissionInspectionQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemFirstSoldYearDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleGarage" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleGarageIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleInvoiceDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleInvoiceIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemLeaseIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleMakeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleModelCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleMSRPAmount" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleOdometerReadingMeasure" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemOwnershipCategoryText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehiclePaperMCOIssuedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehiclePassengerSafeQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ItemRentalIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleSeatingQuantity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleShipDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleTaxableAmount" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleTitle" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleTower" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleTransmissionCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleVINAText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleWantedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Lessee" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Lessor" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:VehicleMotorCarrierIdentification" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|