Definition Type: Element
Name: FleetQuantity
Namespace: http://www.starstandard.org/STAR/5
Type: star:FleetQuantityType
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_xsd Drilldown into FleetQuantityType in schema components_xsdXSD Diagram of FleetQuantity in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="FleetQuantity" type="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:element>
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: