simpleType "JobResponsibilities"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
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

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
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 professional.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  JobResponsibilities
Derivation:
restriction of xs:string
Facets:
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
XML Source (w/o annotations (10); see within schema source)
<xs:simpleType name="JobResponsibilities">
<xs:restriction base="xs:string">
<xs:enumeration value="1534001"/>
<xs:enumeration value="1534003"/>
<xs:enumeration value="1534005"/>
<xs:enumeration value="1534007"/>
<xs:enumeration value="1534009"/>
<xs:enumeration value="1534011"/>
<xs:enumeration value="1534013"/>
<xs:enumeration value="1534015"/>
<xs:enumeration value="1534017"/>
</xs:restriction>
</xs:simpleType>