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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's respiratory rate expressed as a number per minute.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  RespiratoryRate
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
300
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="RespiratoryRate">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="300"/>
</xs:restriction>
<!--BodyTemperature-->
</xs:simpleType>