simpleType "EstimatedBodyWeight"
Namespace:
Defined:
globally in eExam_v3.xsd; see XML source
Used:
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
1
MaxInclusive:
999.9
MinInclusive:
0.1
TotalDigits:
4

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's body weight in kilograms either measured or estimated
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  EstimatedBodyWeight
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
1
maxInclusive:
999.9
minInclusive:
0.1
totalDigits:
4
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EstimatedBodyWeight">
<xs:restriction base="xs:decimal">
<xs:totalDigits value="4"/>
<xs:fractionDigits value="1"/>
<xs:minInclusive value="0.1"/>
<xs:maxInclusive value="999.9"/>
</xs:restriction>
</xs:simpleType>