simpleType "APGAR"
Namespace:
Defined:
globally in eVitals_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
10
MinInclusive:
0

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's total APGAR score (0-10).
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  APGAR
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
10
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="APGAR">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
<!--CarbonMonoxideLevel-->
</xs:simpleType>