simpleType "HeightOfFall"
Namespace:
Defined:
globally in eInjury_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
10000
MinInclusive:
0

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The distance in feet the patient fell, measured from the lowest point of the patient to the ground
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  HeightOfFall
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
10000
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="HeightOfFall">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="10000"/>
</xs:restriction>
</xs:simpleType>