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

All Direct / Indirect Based Elements (1):
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:decimal (restriction)
  CarbonMonoxideLevel
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
1
maxInclusive:
100
minInclusive:
0
totalDigits:
3
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CarbonMonoxideLevel">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="100"/>
<xs:totalDigits value="3"/>
<xs:fractionDigits value="1"/>
</xs:restriction>
<!--APGAR-->
</xs:simpleType>