Namespace: |
|
Defined: |
globally in eVitals_v3.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
xs:decimal |
FractionDigits: |
1 |
MaxInclusive: |
100 |
MinInclusive: |
0 |
TotalDigits: |
3 |
Type Derivation Tree xs:decimal (restriction) ![]() |
Derivation: |
restriction of xs:decimal |
|||||||||
Facets: |
|
<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> |