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

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The patient's carboxyhemoglobin level measured as a percentage of carboxyhemoglobin in the blood either from a blood sample or CO-oximeter.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  CarbonMonoxideLevel
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
100
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CarbonMonoxideLevel">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
<!--APGAR-->
</xs:simpleType>