simpleType "ProtocolAgeCategory"
Namespace:
Defined:
globally in eProtocols_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3602001"
 - 
Adult Only
"3602003"
 - 
General
"3602005"
 - 
Pediatric Only

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The age group the protocol is written to address
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ProtocolAgeCategory
Derivation:
restriction of xs:string
Facets:
enumeration:
"3602001"
 - 
Adult Only
"3602003"
 - 
General
"3602005"
 - 
Pediatric Only
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="ProtocolAgeCategory">
<xs:restriction base="xs:string">
<xs:enumeration value="3602001"/>
<xs:enumeration value="3602003"/>
<xs:enumeration value="3602005"/>
</xs:restriction>
</xs:simpleType>