simpleType "CrewMemberRoles"
Namespace:
Defined:
globally in eCrew_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2403001"
 - 
Driver/Pilot-Response
"2403003"
 - 
Driver/Pilot-Transport
"2403005"
 - 
Other
"2403007"
 - 
Other Patient Caregiver-At Scene
"2403009"
 - 
Other Patient Caregiver-Transport
"2403011"
 - 
Primary Patient Caregiver-At Scene
"2403013"
 - 
Primary Patient Caregiver-Transport

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The role(s) of the crew member during this EMS call response.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CrewMemberRoles
Derivation:
restriction of xs:string
Facets:
enumeration:
"2403001"
 - 
Driver/Pilot-Response
"2403003"
 - 
Driver/Pilot-Transport
"2403005"
 - 
Other
"2403007"
 - 
Other Patient Caregiver-At Scene
"2403009"
 - 
Other Patient Caregiver-Transport
"2403011"
 - 
Primary Patient Caregiver-At Scene
"2403013"
 - 
Primary Patient Caregiver-Transport
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="CrewMemberRoles">
<xs:restriction base="xs:string">
<xs:enumeration value="2403001"/>
<xs:enumeration value="2403003"/>
<xs:enumeration value="2403005"/>
<xs:enumeration value="2403007"/>
<xs:enumeration value="2403009"/>
<xs:enumeration value="2403011"/>
<xs:enumeration value="2403013"/>
</xs:restriction>
</xs:simpleType>