element <dVehicle.13>
Name: Annual Vehicle Miles/Kilometers
National: No
State: No
Definition: The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).
Usage: Optional
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dVehicle.13
    DistanceUnit
 = 
("9921001" | "9921003")
    >
   
Content: 
{ xs:decimal }
</dVehicle.13>
Simple Content Detail:
FractionDigits:
1
TotalDigits:
7

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:decimal (restriction)
  AnnualOdometerReading (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dVehicle.AnnualVehicleMilesKilometers" minOccurs="0" name="dVehicle.13">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="AnnualOdometerReading">
<xs:attribute name="DistanceUnit" type="VelocityUnits" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
DistanceUnit
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"9921001"
 - 
Kilometers per Hour
"9921003"
 - 
Miles per Hour
XML Source (see within schema source)
<xs:attribute name="DistanceUnit" type="VelocityUnits" use="optional"/>