element -> <dPersonnel.34>
dPersonnel.34 EMS Personnel's Primary EMS Job Role No Yes The individuals primary/main EMS role at the EMS agency. This is the function which is performed the majority of the time for the EMS personnel. Recommended This is a single choice data element which should reflect the EMS Personnel's primary/main job role for which he/she functions. It is understood that most EMS personnel perform more than one role as a part of their position. Other roles should be documented in dPersonnel.35 (EMS Personnel's Other Job Responsibilities).
Namespace:
Type:
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
<dPersonnel.34
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ enumeration of xs:string }
</dPersonnel.34>
Simple Content Detail:
Enumeration:
"1534001"
 - 
Administrator/Manager
"1534003"
 - 
Driver/Pilot
"1534005"
 - 
Educator/Preceptor
"1534007"
 - 
Fire Suppression
"1534009"
 - 
First-Line Supervisor
"1534011"
 - 
Law Enforcement
"1534013"
 - 
Other
"1534015"
 - 
Patient Care Provider
"1534017"
 - 
Rescue

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  JobResponsibilities (extension)
      complexType
Derivation:
extension of JobResponsibilities
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsPrimaryEMSJobRole" minOccurs="0" name="dPersonnel.34" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="JobResponsibilities">
<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>