simpleType "AnnualOdometerReading"
Namespace:
Defined:
globally in dVehicle_v3.xsd; see XML source
Used:
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
1
TotalDigits:
7

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The number of miles/kilometers the vehicle accumulated in service for the agency for the defined year (Odometer Reading).
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  AnnualOdometerReading
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
1
totalDigits:
7
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="AnnualOdometerReading">
<xs:restriction base="xs:decimal">
<xs:totalDigits value="7"/>
<xs:fractionDigits value="1"/>
</xs:restriction>
</xs:simpleType>