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

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The patient's body temperature in degrees Celsius/centigrade.
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  BodyTemperature
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
1
maxInclusive:
50
minInclusive:
0
totalDigits:
3
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="BodyTemperature">
<xs:restriction base="xs:decimal">
<xs:totalDigits value="3"/>
<xs:fractionDigits value="1"/>
<xs:minInclusive value="0"/>
<xs:maxInclusive value="50"/>
</xs:restriction>
<!--CriticalRhythm-->
</xs:simpleType>