simpleType "MAP"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
500
MinInclusive:
1

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The patient's mean arterial pressure.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  MAP
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
500
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="MAP">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="500"/>
</xs:restriction>
<!--OK-->
</xs:simpleType>