<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>
|