element -> <eProcedures.09>
eProcedures.09 Procedure Crew Members ID No Yes The statewide assigned ID number of the EMS crew member performing the procedure on the patient E19_09 Recommended Airway Cardiac Arrest Pediatric STEMI Stroke Trauma For an incident that occurs in multiple states, the certification ID number the EMS agency would typically use is based on the EMS agency's state license specific to each EMS professional. If the incident needs to be reported to each state, then the EMS Agency Number for each state should be submitted as well as the certification ID numbers for each EMS professional on the unit.
Namespace:
Type:
anonymous (extension of CrewMemberID)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eProcedures.09
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</eProcedures.09>
Simple Content Detail:
MaxLength:
50
MinLength:
2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  CrewMemberID (extension)
      complexType
Derivation:
extension of CrewMemberID
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureCrewMembersID" minOccurs="0" name="eProcedures.09" 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>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>