Definition Type: ComplexType
Name: SubscriptionServiceVehicleLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: SubscriptionService.xsd
Abstract
Documentation:
The SubscriptionServiceDetail component represents the vehicle(s) for which the service is being provided as well as other detail information.
Collapse XSD Schema Diagram:
Drilldown into VehicleOwnershipTypeCode in schema subscriptionservice_xsd Drilldown into VehicleClassCode in schema subscriptionservice_xsd Drilldown into FleetAccount in schema components_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of SubscriptionServiceVehicleLineItemType in schema subscriptionservice_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle 0 1
FleetAccount star:FleetAccount 0 1
VehicleClassCode star:VehicleClassCode 0 1
VehicleOwnershipTypeCode star:VehicleOwnershipTypeCode 0 1
Collapse Derivation Tree:
Collapse References:
star:SubscriptionServiceVehicleLineItem