element <dPersonnel.PersonnelGroup>
Group tag to hold info about the personnel
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 26 elements
Defined:
locally within dPersonnel complexType in dPersonnel_v3.xsd; see XML source
Includes:
definitions of 1 attribute, 26 elements
Content Model Diagram
XML Representation Summary
<dPersonnel.PersonnelGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dPersonnel.NameGroup?, dPersonnel.AddressGroup?, dPersonnel.09*, dPersonnel.10*, dPersonnel.11?, dPersonnel.12?, dPersonnel.13*, dPersonnel.14?, dPersonnel.15?, dPersonnel.16*, dPersonnel.17*, dPersonnel.ImmunizationsGroup*, dPersonnel.20*, dPersonnel.21?, dPersonnel.LicensureGroup*, dPersonnel.28?, dPersonnel.29?, dPersonnel.30?, dPersonnel.31?, dPersonnel.32?, dPersonnel.33?, dPersonnel.34?, dPersonnel.35*, dPersonnel.36?, dPersonnel.37?, dPersonnel.CertificationLevelGroup*
</dPersonnel.PersonnelGroup>
Content model elements (26):
Included in content model of elements (1):
XML Source (w/o annotations (45); see within schema source)
<xs:element id="dPersonnel.PersonnelGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.PersonnelGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.NameGroup" minOccurs="0" name="dPersonnel.NameGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsLastName" minOccurs="0" name="dPersonnel.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonLastName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsFirstName" minOccurs="0" name="dPersonnel.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonFirstName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsMiddleNameInitial" minOccurs="0" name="dPersonnel.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonMiddleName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.AddressGroup" minOccurs="0" name="dPersonnel.AddressGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsMailingAddress" minOccurs="0" name="dPersonnel.04" type="StreetAddress"/>
<xs:element id="dPersonnel.EMSPersonnelsCityofResidence" minOccurs="0" name="dPersonnel.05" type="CityGnisCode"/>
<xs:element id="dPersonnel.EMSPersonnelsState" minOccurs="0" name="dPersonnel.06" type="ANSIStateCode"/>
<xs:element id="dPersonnel.EMSPersonnelsZIPCode" minOccurs="0" name="dPersonnel.07" type="ZIP"/>
<xs:element id="dPersonnel.EMSPersonnelsCountry" minOccurs="0" name="dPersonnel.08" type="ANSICountryCodesCAMXUS"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsEmailAddress" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.10">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EmailAddress">
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsDateofBirth" minOccurs="0" name="dPersonnel.11" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsGender" minOccurs="0" name="dPersonnel.12" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Gender">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsRace" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.13" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DemographicRace">
<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:element id="dPersonnel.EMSPersonnelsCitizenship" minOccurs="0" name="dPersonnel.14" type="ANSICountryCode"/>
<xs:element id="dPersonnel.EMSPersonnelsHighestEducationalDegree" minOccurs="0" name="dPersonnel.15" type="PersonnelHighestEducationalDegree"/>
<xs:element id="dPersonnel.EMSPersonnelsDegreeSubjectFieldofStudy" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.16">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelDegreeFieldofStudy">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsMotorVehicleLicenseType" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.17">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelVehicleLicenseType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.ImmunizationsGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.ImmunizationsGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsImmunizationStatus" minOccurs="0" name="dPersonnel.18" type="ImmunizationType"/>
<xs:element id="dPersonnel.EMSPersonnelsImmunizationYear" minOccurs="0" name="dPersonnel.19" type="Year"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsForeignLanguageAbility" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.20">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelForeignLanguageAbility">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsAgencyIDNumber" minOccurs="0" name="dPersonnel.21" type="PersonnelAgencyIDNumber"/>
<xs:element id="dPersonnel.LicensureGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.LicensureGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsStateofLicensure" minOccurs="0" name="dPersonnel.22" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsStateLicensureIDNumber" minOccurs="0" name="dPersonnel.23" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StateLicensureID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsStateEMSCertificationLicensureLevel" minOccurs="0" name="dPersonnel.24" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StateCertificationLicensureLevels">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsStateEMSCurrentCertificationDate" minOccurs="0" name="dPersonnel.25" type="DateType"/>
<xs:element id="dPersonnel.EMSPersonnelsInitialStateLicensureIssueDate" minOccurs="0" name="dPersonnel.26" type="DateType"/>
<xs:element id="dPersonnel.EMSPersonnelsCurrentStateLicensureExpirationDate" minOccurs="0" name="dPersonnel.27" type="DateType"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.NationalRegistryNumber" minOccurs="0" name="dPersonnel.28" type="NationalRegistryNumber"/>
<xs:element id="dPersonnel.NationalRegistryCertificationLevel" minOccurs="0" name="dPersonnel.29" type="NationalRegistryCertificationLevel"/>
<xs:element id="dPersonnel.PersonnelsCurrentNationalCertificationExpirationDate" minOccurs="0" name="dPersonnel.30" type="DateType"/>
<xs:element id="dPersonnel.EMSPersonnelsEmploymentStatus" minOccurs="0" name="dPersonnel.31" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EmploymentStatus">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsEmploymentStatusDate" minOccurs="0" name="dPersonnel.32" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsHireDate" minOccurs="0" name="dPersonnel.33" type="DateType"/>
<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>
<xs:element id="dPersonnel.EMSPersonnelsOtherJobResponsibilities" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.35" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="JobResponsibilities">
<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:element id="dPersonnel.EMSPersonnelsTotalLengthofServiceinYears" minOccurs="0" name="dPersonnel.36" type="TotalService"/>
<xs:element id="dPersonnel.EMSPersonnelsDateLengthofServiceDocumented" minOccurs="0" name="dPersonnel.37" type="DateType"/>
<xs:element id="dPersonnel.CertificationLevelGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.CertificationLevelGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSProfessionalsPracticeLevel" minOccurs="0" name="dPersonnel.38" type="StateCertificationLicensureLevels"/>
<xs:element id="dPersonnel.DateofProfessionalsCertificationorLicensureforAgency" minOccurs="0" name="dPersonnel.39" type="DateType"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</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; 26/26)
dPersonnel.09
Type:
anonymous (extension of PhoneNumber), simple content
<nemsisTacDoc> <number>dPersonnel.09</number> <name>EMS Personnel's Phone Number</name> <national>No</national> <state>No</state> <definition>The phone number for the personnel.</definition> <v2Number>D08_08</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Pattern:
[2-9][0-9][0-9]-[2-9][0-9][0-9]-[0-9][0-9][0-9][0-9]
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsPhoneNumber" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PhoneNumber">
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.10
Type:
anonymous (extension of EmailAddress), simple content
<nemsisTacDoc> <number>dPersonnel.10</number> <name>EMS Personnel's Email Address</name> <national>No</national> <state>No</state> <definition>The primary email address of the personnel.</definition> <v2Number>D08_10</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
maxLength:
100
minLength:
3
Pattern:
.+@.+
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsEmailAddress" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.10">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EmailAddress">
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.11
Type:
anonymous (extension of DateType), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.11</number> <name>EMS Personnel's Date of Birth</name> <national>No</national> <state>Yes</state> <definition>The personnel's date of birth.</definition> <v2Number>D08_11</v2Number> <usage>Recommended</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsDateofBirth" minOccurs="0" name="dPersonnel.11" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.12
Type:
anonymous (extension of Gender), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.12</number> <name>EMS Personnel's Gender</name> <national>No</national> <state>Yes</state> <definition>The personnel's gender.</definition> <v2Number>D08_12</v2Number> <usage>Recommended</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"9906001"
 - 
Female
"9906003"
 - 
Male
"9906005"
 - 
Unknown (Unable to Determine)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsGender" minOccurs="0" name="dPersonnel.12" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Gender">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.13
Type:
anonymous (extension of DemographicRace), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.13</number> <name>EMS Personnel's Race</name> <national>No</national> <state>Yes</state> <definition>The personnel's race as defined by the OMB (US Office of Management and Budget).</definition> <v2Number>D08_13</v2Number> <usage>Recommended</usage> <performanceMeasure/> <comment>OMB requirements are provided at: http://www.omhrc.gov/templates/browse.aspx?lvl=2&lvlID=172. A single multiple choice question methodology is being implemented to improve the completion of ethnicity information. Ethnicity (Version 2.1.1: D08_14) has been merged with this data element and retired.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1513001"
 - 
American Indian or Alaska Native
"1513003"
 - 
Asian
"1513005"
 - 
Black or African American
"1513007"
 - 
Hispanic or Latino
"1513009"
 - 
Native Hawaiian or Other Pacific Islander
"1513011"
 - 
White
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsRace" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.13" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DemographicRace">
<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>

dPersonnel.14
Type:
ANSICountryCode, simple content
<nemsisTacDoc> <number>dPersonnel.14</number> <name>EMS Personnel's Citizenship</name> <national>No</national> <state>No</state> <definition>The documentation of the personnel's citizenship.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a></comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Length:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsCitizenship" minOccurs="0" name="dPersonnel.14" type="ANSICountryCode"/>

dPersonnel.15
Type:
<nemsisTacDoc> <number>dPersonnel.15</number> <name>EMS Personnel's Highest Educational Degree</name> <national>No</national> <state>No</state> <definition>The highest educational degree completed by the personnel.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>Based on Census 2000 Educational Attainment Question.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1515001"
 - 
No Schooling Completed
"1515003"
 - 
Nursery School to 4th Grade
"1515005"
 - 
5th Grade or 6th Grade
"1515007"
 - 
7th Grade or 8th Grade
"1515009"
 - 
9th Grade
"1515011"
 - 
10th Grade
"1515013"
 - 
11th Grade
"1515015"
 - 
12th Grade, No Diploma
"1515017"
 - 
High School Graduate-Diploma or the Equivalent (GED)
"1515019"
 - 
Some College Credit, but Less than 1 Year
"1515021"
 - 
1 or More Years of College, No Degree
"1515023"
 - 
Associate Degree
"1515025"
 - 
Bachelor's Degree
"1515027"
 - 
Master's Degree
"1515029"
 - 
Professional Degree (i.e. MD, DDS, DVM, LLB, JD)
"1515031"
 - 
Doctorate Degree (i.e. PhD, EdD)
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsHighestEducationalDegree" minOccurs="0" name="dPersonnel.15" type="PersonnelHighestEducationalDegree"/>

dPersonnel.16
Type:
anonymous (extension of PersonnelDegreeFieldofStudy), simple content
<nemsisTacDoc> <number>dPersonnel.16</number> <name>EMS Personnel's Degree Subject/Field of Study</name> <national>No</national> <state>No</state> <definition>The area of the personnel's post high-school (post-secondary) degree.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1516001"
 - 
Agriculture and Natural Resources
"1516003"
 - 
Architecture and Related Services
"1516005"
 - 
Area, Ethnic, Cultural, and Gender Studies
"1516007"
 - 
Biological and Biomedical Sciences
"1516009"
 - 
Business
"1516011"
 - 
Communication, Journalism, and Related Programs
"1516013"
 - 
Communications Technologies
"1516015"
 - 
Computer and Information Sciences
"1516017"
 - 
Education
"1516019"
 - 
Emergency Medical Services
"1516021"
 - 
Engineering
"1516023"
 - 
Engineering Technologies
"1516025"
 - 
English Language and Literature/Letters
"1516027"
 - 
Family and Consumer Sciences/Human Sciences
"1516029"
 - 
Fire Science
"1516031"
 - 
Foreign Languages, Literatures, and Linguistics
"1516033"
 - 
Health Professions and Related Clinical Sciences, Not Including Emergency Medical Services
"1516035"
 - 
Legal Professions and Studies
"1516037"
 - 
Liberal Arts and Sciences, General Studies, and Humanities
"1516039"
 - 
Library Science
"1516041"
 - 
Mathematics and Statistics
"1516043"
 - 
Military Technologies
"1516045"
 - 
Multi/Interdisciplinary Studies
"1516047"
 - 
Not Classified by Field of Study
"1516049"
 - 
None
"1516051"
 - 
Parks, Recreation, Leisure and Fitness Studies
"1516053"
 - 
Philosophy and Religious Studies
"1516055"
 - 
Physical Sciences and Science Technologies
"1516057"
 - 
Precision Production
"1516059"
 - 
Psychology
"1516061"
 - 
Public Administration and Social Services
"1516063"
 - 
Security and Protective Services, Not Including Fire Science
"1516065"
 - 
Social Sciences and History
"1516067"
 - 
Theology and Religious Vocations
"1516069"
 - 
Transportation and Materials Moving
"1516071"
 - 
Visual and Performing Arts
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsDegreeSubjectFieldofStudy" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.16">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelDegreeFieldofStudy">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.17
Type:
anonymous (extension of PersonnelVehicleLicenseType), simple content
<nemsisTacDoc> <number>dPersonnel.17</number> <name>EMS Personnel's Motor Vehicle License Type</name> <national>No</national> <state>No</state> <definition>The type of motor vehicle license (i.e. Class A, B, Pilot, etc.) of the EMS personnel.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1517001"
 - 
All-Terrain Vehicle (ATV)
"1517003"
 - 
Commercial Class A
"1517005"
 - 
Commercial Class B
"1517007"
 - 
Commercial Class C
"1517009"
 - 
Motorcycle-Class M
"1517011"
 - 
None
"1517013"
 - 
Operator Class D (Normal)
"1517015"
 - 
Other (Not Listed)
"1517017"
 - 
Pilot-Rotor Wing Air
"1517019"
 - 
Pilot-Fixed Wing Air
"1517021"
 - 
Snowmobile
"1517023"
 - 
Taxi and Livery Class E
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsMotorVehicleLicenseType" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.17">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelVehicleLicenseType">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.20
Type:
anonymous (extension of PersonnelForeignLanguageAbility), simple content
<nemsisTacDoc> <number>dPersonnel.20</number> <name>EMS Personnel's Foreign Language Ability</name> <national>No</national> <state>No</state> <definition>The languages spoken (other than English) by the personnel with at least an elementary level of proficiency.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes>Added to better describe the EMS workforce.</v3Changes> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"amh"
 - 
Amharic
"ara"
 - 
Arabic
"arm"
 - 
Armenian
"ben"
 - 
Bengali
"crp"
 - 
Cajun (Creole and Pidgins)
"chi"
 - 
Chinese
"hrv"
 - 
Croatian
"cze"
 - 
Czech
"dan"
 - 
Danish
"dut"
 - 
Dutch
"fin"
 - 
Finnish
"tai"
 - 
Formosan
"fre"
 - 
French
"cpf"
 - 
French Creole
"ger"
 - 
German
"gre"
 - 
Greek
"guj"
 - 
Gujarati
"heb"
 - 
Hebrew
"hin"
 - 
Hindi (Urdu)
"hun"
 - 
Hungarian
"ilo"
 - 
Ilocano
"itl"
 - 
Italian
"jpn"
 - 
Japanese
"kor"
 - 
Korean
"kro"
 - 
Kru
"lit"
 - 
Lithuanian
"mal"
 - 
Malayalam
"hmn"
 - 
Miao (Hmong)
"mkh"
 - 
Mon-Khmer (Cambodian)
"nav"
 - 
Navaho
"nno"
 - 
Norwegian
"pan"
 - 
Panjabi
"gem"
 - 
Pennsylvania Dutch (Germanic Other)
"per"
 - 
Persian
"pol"
 - 
Polish
"por"
 - 
Portuguese
"rum"
 - 
Romanian
"rus"
 - 
Russian
"smo"
 - 
Samoan
"srp"
 - 
Serbo-Croatian
"slo"
 - 
Slovak
"spa"
 - 
Spanish
"swe"
 - 
Swedish
"syr"
 - 
Syriac
"tgl"
 - 
Tagalog
"tha"
 - 
Thai (Laotian)
"tur"
 - 
Turkish
"ukr"
 - 
Ukrainian
"vie"
 - 
Vietnamese
"yid"
 - 
Yiddish
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsForeignLanguageAbility" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.20">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonnelForeignLanguageAbility">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.21
Type:
PersonnelAgencyIDNumber, simple content
<nemsisTacDoc> <number>dPersonnel.21</number> <name>EMS Personnel's Agency ID Number</name> <national>No</national> <state>No</state> <definition>The local agency ID number for the personnel.</definition> <v2Number>D07_01</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>This is a local ID and not the ID associated with the state credential. This may be the same as the state credential ID depending on the state and local implementation. This should be a unique number and not reused.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
maxLength:
50
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsAgencyIDNumber" minOccurs="0" name="dPersonnel.21" type="PersonnelAgencyIDNumber"/>

dPersonnel.28
Type:
NationalRegistryNumber, simple content
<nemsisTacDoc> <number>dPersonnel.28</number> <name>EMS Personnel's National Registry Number</name> <national>No</national> <state>No</state> <definition>The National Registry number associated with the level of certification/licensure obtained through NREMT.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasures/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
Pattern:
[A-Z][A-Z0-9][0-9]{6}
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.NationalRegistryNumber" minOccurs="0" name="dPersonnel.28" type="NationalRegistryNumber"/>

dPersonnel.29
Type:
<nemsisTacDoc> <number>dPersonnel.29</number> <name>EMS Personnel's National Registry Certification Level</name> <national>No</national> <state>No</state> <definition>The level of the current National Registry of Emergency Medical Technicians (NREMT) certification.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasures/> <comment>The category EMT-Intermediate includes EMS professionals with an “85” or “99” certification level.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1529901"
 - 
2009 Advanced Emergency Medical Technician(AEMT)
"1529003"
 - 
2009 Emergency Medical Responder (EMR)
"1529005"
 - 
2009 Emergency Medical Technician
"1529007"
 - 
2009 Paramedic
"1529009"
 - 
EMT-Basic
"1529011"
 - 
EMT-Intermediate
"1529013"
 - 
EMT-Paramedic
"1529015"
 - 
First Responder
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.NationalRegistryCertificationLevel" minOccurs="0" name="dPersonnel.29" type="NationalRegistryCertificationLevel"/>

dPersonnel.30
Type:
DateType, simple content
<nemsisTacDoc> <number>dPersonnel.30</number> <name>EMS Personnel's Current National Registry Expiration Date</name> <national>No</national> <state>No</state> <definition>The date on which the EMS Personnel's National Registry of EMTs certification/licensure expires</definition> <v2Number/> <usage>Optional</usage> <performanceMeasures/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.PersonnelsCurrentNationalCertificationExpirationDate" minOccurs="0" name="dPersonnel.30" type="DateType"/>

dPersonnel.31
Type:
anonymous (extension of EmploymentStatus), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.31</number> <name>EMS Personnel's Employment Status</name> <national>No</national> <state>Yes</state> <definition>The personnel's primary employment status for this agency.</definition> <v2Number>D07_03</v2Number> <usage>Recommended</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1531001"
 - 
Full Time Paid Employee
"1531003"
 - 
Part Time Paid Employee
"1531005"
 - 
Volunteer
"1531007"
 - 
Neither an Employee Nor a Volunteer
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsEmploymentStatus" minOccurs="0" name="dPersonnel.31" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="EmploymentStatus">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.32
Type:
anonymous (extension of DateType), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.32</number> <name>EMS Personnel's Employment Status Date</name> <national>No</national> <state>Yes</state> <definition>The personnel's employment status date.</definition> <v2Number>D07_04</v2Number> <usage>Recommended</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsEmploymentStatusDate" minOccurs="0" name="dPersonnel.32" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="DateType">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

dPersonnel.33
Type:
DateType, simple content
<nemsisTacDoc> <number>dPersonnel.33</number> <name>EMS Personnel's Hire Date</name> <national>No</national> <state>No</state> <definition>The date the employee was hired by the EMS agency for this current job.</definition> <v2Number/> <usage>Optional</usage> <performanceMeasure/> <comment>This is intended to collect information based on the current employment/job. If the EMS personnel has a come and go status, this should reflect the most recent employment/job.</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsHireDate" minOccurs="0" name="dPersonnel.33" type="DateType"/>

dPersonnel.34
Type:
anonymous (extension of JobResponsibilities), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.34</number> <name>EMS Personnel's Primary EMS Job Role</name> <national>No</national> <state>Yes</state> <definition>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.</definition> <v2Number/> <usage>Recommended</usage> <performanceMeasure/> <comment>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.36 (EMS Personnel's Other Job Responsibilities).</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1534001"
 - 
Administrator/Manager
"1534003"
 - 
Driver/Pilot
"1534005"
 - 
Educator/Preceptor
"1534007"
 - 
Fire Suppression
"1534009"
 - 
First-Line Supervisor
"1534011"
 - 
Law Enforcement
"1534013"
 - 
Other (Not Listed)
"1534015"
 - 
Patient Care Provider
"1534017"
 - 
Rescue
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>

dPersonnel.35
Type:
anonymous (extension of JobResponsibilities), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
<nemsisTacDoc> <number>dPersonnel.35</number> <name>EMS Personnel's Other Job Responsibilities</name> <national>No</national> <state>Yes</state> <definition>The EMS personnel's other job responsibilities at the agency beyond their primary role documented in dPersonnel.34 (EMS Personnel's Primary EMS Job Role).</definition> <v2Number/> <usage>Recommended</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"1534001"
 - 
Administrator/Manager
"1534003"
 - 
Driver/Pilot
"1534005"
 - 
Educator/Preceptor
"1534007"
 - 
Fire Suppression
"1534009"
 - 
First-Line Supervisor
"1534011"
 - 
Law Enforcement
"1534013"
 - 
Other (Not Listed)
"1534015"
 - 
Patient Care Provider
"1534017"
 - 
Rescue
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsOtherJobResponsibilities" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.35" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="JobResponsibilities">
<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>

dPersonnel.36
Type:
TotalService, simple content
<nemsisTacDoc> <number>dPersonnel.36</number> <name>EMS Personnel's Total Length of Service in Years</name> <national>No</national> <state>No</state> <definition>The personnel's total length of EMS service at any level (years).</definition> <v2Number>D08_19</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment/> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:integer
maxInclusive:
80
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsTotalLengthofServiceinYears" minOccurs="0" name="dPersonnel.36" type="TotalService"/>

dPersonnel.37
Type:
DateType, simple content
<nemsisTacDoc> <number>dPersonnel.37</number> <name>EMS Personnel's Date Length of Service Documented</name> <national>No</national> <state>No</state> <definition>The date which the length of EMS service was documented.</definition> <v2Number>D08_20</v2Number> <usage>Optional</usage> <performanceMeasure/> <comment>Associated with dPersonnel.37 (EMS Personnel's Total Length of Service in Years).</comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dPersonnel.EMSPersonnelsDateLengthofServiceDocumented" minOccurs="0" name="dPersonnel.37" type="DateType"/>

dPersonnel.AddressGroup
Type:
anonymous, complex content
Group tag to hold info about the personnel's mailing address
XML Source (w/o annotations (6); see within schema source)
<xs:element id="dPersonnel.AddressGroup" minOccurs="0" name="dPersonnel.AddressGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsMailingAddress" minOccurs="0" name="dPersonnel.04" type="StreetAddress"/>
<xs:element id="dPersonnel.EMSPersonnelsCityofResidence" minOccurs="0" name="dPersonnel.05" type="CityGnisCode"/>
<xs:element id="dPersonnel.EMSPersonnelsState" minOccurs="0" name="dPersonnel.06" type="ANSIStateCode"/>
<xs:element id="dPersonnel.EMSPersonnelsZIPCode" minOccurs="0" name="dPersonnel.07" type="ZIP"/>
<xs:element id="dPersonnel.EMSPersonnelsCountry" minOccurs="0" name="dPersonnel.08" type="ANSICountryCodesCAMXUS"/>
</xs:sequence>
</xs:complexType>
</xs:element>

dPersonnel.CertificationLevelGroup
Type:
anonymous, complex content
Group to hold the certification information
XML Source (w/o annotations (3); see within schema source)
<xs:element id="dPersonnel.CertificationLevelGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.CertificationLevelGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSProfessionalsPracticeLevel" minOccurs="0" name="dPersonnel.38" type="StateCertificationLicensureLevels"/>
<xs:element id="dPersonnel.DateofProfessionalsCertificationorLicensureforAgency" minOccurs="0" name="dPersonnel.39" type="DateType"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>

dPersonnel.ImmunizationsGroup
Type:
anonymous, complex content
Group Tag to hold Immunization type and date
XML Source (w/o annotations (3); see within schema source)
<xs:element id="dPersonnel.ImmunizationsGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.ImmunizationsGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsImmunizationStatus" minOccurs="0" name="dPersonnel.18" type="ImmunizationType"/>
<xs:element id="dPersonnel.EMSPersonnelsImmunizationYear" minOccurs="0" name="dPersonnel.19" type="Year"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>

dPersonnel.LicensureGroup
Type:
anonymous, complex content
Group to hold the licensure information
XML Source (w/o annotations (7); see within schema source)
<xs:element id="dPersonnel.LicensureGroup" maxOccurs="unbounded" minOccurs="0" name="dPersonnel.LicensureGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsStateofLicensure" minOccurs="0" name="dPersonnel.22" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSIStateCode">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsStateLicensureIDNumber" minOccurs="0" name="dPersonnel.23" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StateLicensureID">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsStateEMSCertificationLicensureLevel" minOccurs="0" name="dPersonnel.24" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StateCertificationLicensureLevels">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsStateEMSCurrentCertificationDate" minOccurs="0" name="dPersonnel.25" type="DateType"/>
<xs:element id="dPersonnel.EMSPersonnelsInitialStateLicensureIssueDate" minOccurs="0" name="dPersonnel.26" type="DateType"/>
<xs:element id="dPersonnel.EMSPersonnelsCurrentStateLicensureExpirationDate" minOccurs="0" name="dPersonnel.27" type="DateType"/>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>

dPersonnel.NameGroup
Type:
anonymous, complex content
Group tag to hold info about the personnel's name
XML Source (w/o annotations (4); see within schema source)
<xs:element id="dPersonnel.NameGroup" minOccurs="0" name="dPersonnel.NameGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dPersonnel.EMSPersonnelsLastName" minOccurs="0" name="dPersonnel.01" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonLastName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsFirstName" minOccurs="0" name="dPersonnel.02" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonFirstName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element id="dPersonnel.EMSPersonnelsMiddleNameInitial" minOccurs="0" name="dPersonnel.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="PersonMiddleName">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>