simpleType "IndividualDetails"
Namespace:
Defined:
globally in eAirway_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"4006001"
 - 
Another Person on the Same Crew
"4006003"
 - 
Other
"4006005"
 - 
Person Performing Intubation
"4006007"
 - 
Receiving Air Medical/EMS Crew
"4006009"
 - 
Receiving Hospital Team

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The individual who performed the airway device place
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  IndividualDetails
Derivation:
restriction of xs:string
Facets:
enumeration:
"4006001"
 - 
Another Person on the Same Crew
"4006003"
 - 
Other
"4006005"
 - 
Person Performing Intubation
"4006007"
 - 
Receiving Air Medical/EMS Crew
"4006009"
 - 
Receiving Hospital Team
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="IndividualDetails">
<xs:restriction base="xs:string">
<xs:enumeration value="4006001"/>
<xs:enumeration value="4006003"/>
<xs:enumeration value="4006005"/>
<xs:enumeration value="4006007"/>
<xs:enumeration value="4006009"/>
</xs:restriction>
</xs:simpleType>