<xsd:complexType name="SubscriptionServiceVehicleLineItemType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Vehicle" minOccurs="0" maxOccurs="1" />
<xsd:element ref="FleetAccount" minOccurs="0" maxOccurs="1" />
<xsd:element name="VehicleClassCode" type="scl:VehicleClassEnumeratedType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Class of
vehicle</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleOwnershipTypeCode" type="scl:VehicleOwnershipTypeEnumeratedType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Designation of the type
of ownership of the vehicle, i.e., leased, rented, owned, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|