simpleType "Age"
Namespace:
Defined:
globally in ePatient_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
120
MinInclusive:
1

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The patient's age (either calculated from date of birth or best approximation)
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  Age
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
120
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="Age">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="120"/>
</xs:restriction>
</xs:simpleType>