<xsd:complexType name="SubscriptionServiceVehicleType">
<xsd:annotation>
<xsd:documentation>Deprecated: Use VehicleABIEType</xsd:documentation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The Vehicle for which the subscription service is being provided.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Model" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Manufacturer-assigned model code of vehicle - Usually available in the VIN number
(use NCIC code).</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ModelYear" type="qdt:YearDateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Vehicle designated model year</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ModelDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Descriptive vehicle model name</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MakeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Vehicle make code - Usually available in the VIN number (use NCIC code).</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VIN" type="sqdt:VINType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Federally defined 17 position vehicle identification number</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FleetVehicleID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Uniquely identifies the vehicle as part of a fleet company.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AxleNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Number of axles on the vehicle.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FuelTypeCode" type="sqdt:FuelTypeCodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Type of fuel (e.g., Diesel, Gas)</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleClassCode" type="scl:VehicleClassEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Classification of the vehicle (e.g., Truck, Bus, etc.)</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="GrossVehicleWeightRatingMeasure" type="sqdt:WeightMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Gross Vehicle Weight Rating, this is the max weight that the item can carry including
it's own weight.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleOwnershipTypeCode" type="scl:VehicleOwnershipTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Indicates whether the vehicle is leased, owned, or rented.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="VehicleNote" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Any vehicle related notes - information about the vehicle</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="UnloadedVehicleWeightMeasure" type="sqdt:WeightMeasureType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The weight of the item without any load. If the item has a trailer, this would be the
weight of the item minus it's trailer and the contents of the trailer.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RegistrationFleetID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Identifies to which fleet this vehicle belongs. This number is assigned based on
state licensing and registration of the vehicle.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|