element -> <eCrew.CrewGroup>
Group Tag to hold crew information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 3 elements
Defined:
locally within eCrews complexType in eCrew_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Content Model Diagram
XML Representation Summary
<eCrew.CrewGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
eCrew.01?, eCrew.02?, eCrew.03*
</eCrew.CrewGroup>
Content model elements (3):
Included in content model of elements (1):
XML Source (w/o annotations (4); see within schema source)
<xs:element id="eCrew.CrewGroup" maxOccurs="unbounded" minOccurs="0" name="eCrew.CrewGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="eCrew.CrewMemberID" minOccurs="0" name="eCrew.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eCrew.CrewMemberLevel" minOccurs="0" name="eCrew.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MemberLevel">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="eCrew.CrewMemberResponseRole" maxOccurs="unbounded" minOccurs="0" name="eCrew.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberRoles">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Content Element Detail (all declarations; defined in this component only; 3/3)
eCrew.01
Type:
anonymous (extension of CrewMemberID), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eCrew.01 Crew Member ID No Yes The state certification/licensure ID number assigned to the crew member. E04_01 Recommended Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma Document the state certification/licensure ID for the state where the event occurred.
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eCrew.CrewMemberID" minOccurs="0" name="eCrew.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eCrew.02
Type:
anonymous (extension of MemberLevel), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eCrew.02 Crew Member Level No Yes The functioning level of the crew member ID during this EMS patient encounter. E04_03 Recommended Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma The category EMT-Intermediate includes EMS professionals with an "85" or "99" certification level.
Simple Content
enumeration of xs:string
Enumeration:
"9925001"
 - 
2009 Advanced Emergency Medical Technician (AEMT)
"9925003"
 - 
2009 Emergency Medical Responder (EMR)
"9925005"
 - 
2009 Emergency Medical Technician (EMT)
"9925007"
 - 
2009 Paramedic
"9925013"
 - 
First Responder
"9925015"
 - 
EMT-Basic
"9925017"
 - 
EMT-Intermediate
"9925019"
 - 
EMT-Paramedic
"9925023"
 - 
Other Healthcare Professional
"9925025"
 - 
Other Non-Healthcare Professional
"9925027"
 - 
Physician
"9925029"
 - 
Respiratory Therapist
"9925031"
 - 
Student
"9925033"
 - 
Critical Care Paramedic
"9925035"
 - 
Community Paramedicine
"9925037"
 - 
Nurse Practitioner
"9925039"
 - 
Physician Assistant
"9925041"
 - 
Licensed Practical Nurse (LPN)
"9925043"
 - 
Registered Nurse
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eCrew.CrewMemberLevel" minOccurs="0" name="eCrew.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MemberLevel">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

eCrew.03
Type:
anonymous (extension of CrewMemberRoles), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
eCrew.03 Crew Member Response Role No Yes The role(s) of the role member during response, at scene treatment, and/or transport. E04_02 Recommended Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This element has been changed to allow for multiple selections. There must be a driver for response and transport. There must be a primary patient caregiver for scene and transport.
Simple Content
enumeration of xs:string
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 (1); see within schema source)
<xs:element id="eCrew.CrewMemberResponseRole" maxOccurs="unbounded" minOccurs="0" name="eCrew.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CrewMemberRoles">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>