element -> <dVehicle.13>
dVehicle.13 Annual Vehicle Miles/Kilometers No No The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading). D06_10 Optional Associated with each year of (dVehicle.11) Year Miles/Kilometers Hours Accrued.
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dVehicle.13
    DistanceUnit
 = 
("9929001" | "9929003")
    >
   
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="DistanceUnits" 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:
"9929001"
 - 
Kilometers
"9929003"
 - 
Miles
XML Source (see within schema source)
<xs:attribute name="DistanceUnit" type="DistanceUnits" use="optional"/>