simpleType "AgeUnits"
Namespace:
Defined:
globally in ePatient_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2516001"
 - 
Days
"2516003"
 - 
Hours
"2516005"
 - 
Minutes
"2516007"
 - 
Months
"2516009"
 - 
Years

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The units which the age is documented in (Hours, Days, Months, Years)
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AgeUnits
Derivation:
restriction of xs:string
Facets:
enumeration:
"2516001"
 - 
Days
"2516003"
 - 
Hours
"2516005"
 - 
Minutes
"2516007"
 - 
Months
"2516009"
 - 
Years
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="AgeUnits">
<xs:restriction base="xs:string">
<xs:enumeration value="2516001"/>
<xs:enumeration value="2516003"/>
<xs:enumeration value="2516005"/>
<xs:enumeration value="2516007"/>
<xs:enumeration value="2516009"/>
</xs:restriction>
</xs:simpleType>