simpleType "MedicationDosage"
Namespace:
Defined:
Used:
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
3
TotalDigits:
9

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