Definition Type: ComplexType
Name: FleetQuantityType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
This component keeps track of the number of vehicles, make, and vehicle class that are currently on the Fleet Account.
Collapse XSD Schema Diagram:
Drilldown into VehicleClassCode in schema components_xsd Drilldown into MakeString in schema components_xsd Drilldown into FleetCountNumeric in schema components_xsdXSD Diagram of FleetQuantityType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FleetQuantityType">
    <xsd:annotation>
        <xsd:documentation>
                This component keeps track of the number of vehicles, make, and vehicle class that are
                currently on the Fleet Account.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="FleetCountNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                This value represents the number of vehicles.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="MakeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Depracated: Use
                VehicleMake</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="VehicleClassCode" type="scl:VehicleClassEnumeratedType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Class of
            vehicle</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FleetCountNumeric star:FleetCountNumeric 1 1
MakeString star:MakeString 0 1
VehicleClassCode star:VehicleClassCode 0 1
Collapse Derivation Tree:
Collapse References:
star:FleetQuantity