simpleType "EMSMileageOdometer"
Namespace:
Defined:
globally in eResponse_v3.xsd; see XML source
Used:
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
2
TotalDigits:
8

All Direct / Indirect Based Elements (8):
Known Usage Locations
Annotation
The mileage (counter or odometer reading) of the vehicle
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  EMSMileageOdometer
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
2
totalDigits:
8
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EMSMileageOdometer">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2"/>
<xs:totalDigits value="8"/>
</xs:restriction>
</xs:simpleType>