simpleType "CurrentMedicationDose"
Namespace:
Defined:
globally in eHistory_v3.xsd; see XML source
Used:
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
3
TotalDigits:
9

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The numeric dose or amount of the patient's current medication
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  CurrentMedicationDose
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
3
totalDigits:
9
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CurrentMedicationDose">
<xs:restriction base="xs:decimal">
<xs:totalDigits value="9"/>
<xs:fractionDigits value="3"/>
</xs:restriction>
</xs:simpleType>