simpleType "Mileage"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
2
MaxInclusive:
1000
MinInclusive:
1
Annotation
The mileage to the closest hospital facility from the scene. Documented only if the patient was transported to a facility farther away than the closest hospital.
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  Mileage
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
2
maxInclusive:
1000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="Mileage">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2"/>
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1000"/>
</xs:restriction>
</xs:simpleType>