element <dPersonnel.PersonnelGroup>
Group tag to hold info about the personnel
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 26 elements
Defined:
locally within dPersonnel complexType in dPersonnel_v3.xsd; see XML source
Includes:
definitions of 3 attributes, 26 elements
Content Model Diagram
XML Representation Summary
<dPersonnel.PersonnelGroup
    CurrentStatus
 = 
("A" | "I")
    CurrentStatusDate
 = 
xs:dateTime
    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" 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" type="PersonLastName"/>
<xs:element id="dPersonnel.EMSPersonnelsFirstName" minOccurs="0" name="dPersonnel.02" type="PersonFirstName"/>
<xs:element id="dPersonnel.EMSPersonnelsMiddleNameInitial" minOccurs="0" name="dPersonnel.03" type="PersonMiddleName"/>
</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" 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 minOccurs="0" name="dPersonnel.28" type="YesNoValues"/>
<xs:element minOccurs="0" name="dPersonnel.29" type="NationalRegistryCertificationLevel"/>
<xs:element 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="PrimaryJobRole">
<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="CurrentStatus" type="Status" use="required"/>
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 3/3)
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"/>

CurrentStatus
Type:
Use:
required
Attribute Value
enumeration of xs:string
Enumeration:
"A"
 - 
Active
"I"
 - 
Inactive
XML Source (see within schema source)
<xs:attribute name="CurrentStatus" type="Status" use="required"/>

CurrentStatusDate
Type:
Use:
required
Attribute Value
xs:dateTime
MaxInclusive:
2050-01-01T00:00:00-00:00
MinInclusive:
1950-01-01T00:00:00-00:00
Pattern:
[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
XML Source (see within schema source)
<xs:attribute name="CurrentStatusDate" type="DateTimeType" use="required"/>
Content Element Detail (all declarations; defined in this component only; 26/26)
dPersonnel.09
Type:
anonymous (extension of PhoneNumber), simple content
Name: EMS Personnel's Phone Number
National: No
State: No
Definition: The phone number for the personnel.
Usage: Optional
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
Name: EMS Personnel's Email Address
National: No
State: No
Definition: The primary email address of the personnel.
Usage: Optional
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)
Name: EMS Personnel's Date of Birth
National: No
State: Yes
Definition: The personnel's date of birth.
Usage: Recommended
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)
Name: EMS Personnel's Gender
National: No
State: Yes
Definition: The personnel's gender.
Usage: Recommended
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)
Name: EMS Personnel's Race
National: No
State: Yes
Definition: The personnel's race as defined by the OMB (US Office of Management and Budget).
Usage: Recommended
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
Name: EMS Personnel's Citizenship
National: No
State: No
Definition: The documentation of the personnel's citizenship.
Usage: Optional
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:
Name: EMS Personnel's Highest Educational Degree
National: No
State: No
Definition: The highest educational degree completed by the personnel.
Usage: Optional
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
Name: EMS Personnel's Degree Subject/Field of Study
National: No
State: No
Definition: The area of the personnel's post high-school (post-secondary) degree.
Usage: Optional
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
Name: EMS Personnel's Motor Vehicle License Type
National: No
State: No
Definition: The type of motor vehicle license (i.e. Class A, B, Pilot, etc.) of the EMS personnel.
Usage: Optional
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
Name: EMS Personnel's Foreign Language Ability
National: No
State: No
Definition: The languages spoken (other than English) by the personnel with at least an elementary level of proficiency.
Usage: Optional
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
Name: EMS Personnel's Agency ID Number
National: No
State: No
Definition: The local agency ID number for the personnel.
Usage: Optional
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:
YesNoValues, simple content
Name: National Registry Credentialed
National: No
State: No
Definition: Indication of a current National Registry Credential for the level of certification/licensure in (dPersonnel.27) as of the date of the State's EMS current certification date (dPersonnel.28).
Usage: Optional
Simple Content
enumeration of xs:string
Enumeration:
"9923001"
 - 
No
"9923003"
 - 
Yes
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="dPersonnel.28" type="YesNoValues"/>

dPersonnel.29
Type:
Name: National Registry Certification Level
National: No
State: No
Definition: The level of the current National Registry of Emergency Medical Technicians (NREMT) certification.
Usage: Optional
Simple Content
enumeration of xs:string
Enumeration:
"1532901"
 - 
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 minOccurs="0" name="dPersonnel.29" type="NationalRegistryCertificationLevel"/>

dPersonnel.30
Type:
DateType, simple content
Name: National Registry Certification Date
National: No
State: No
Definition: The date of the current National Registry of Emergency Medical Technicians (NREMT) certification.
Usage: Optional
Simple Content
xs:date
maxInclusive:
2050-01-01
minInclusive:
1900-01-01
XML Source (w/o annotations (1); see within schema source)
<xs:element 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)
Name: EMS Personnel's Employment Status
National: No
State: Yes
Definition: The personnel's employment status for this agency.
Usage: Recommended
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)
Name: EMS Personnel's Employment Status Date
National: No
State: Yes
Definition: The personnel's employment status date.
Usage: Recommended
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
Name: EMS Personnel's Hire Date
National: No
State: No
Definition: The date the employee was hired by the EMS agency for this current job.
Usage: Optional
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 PrimaryJobRole), simple content
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Name: EMS Personnel's Primary EMS Job Role
National: No
State: Yes
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.
Usage: Recommended
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="PrimaryJobRole">
<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)
Name: EMS Personnel's Other Job Responsibilities
National: No
State: Yes
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).
Usage: Recommended
Simple Content
enumeration of xs:string
Enumeration:
"1535001"
 - 
Administrator/Manager
"1535003"
 - 
Educator/Preceptor
"1535005"
 - 
Fire Suppression
"1535007"
 - 
First-Line Supervisor
"1535009"
 - 
Law Enforcement (Police, Deputy, etc.)
"1535011"
 - 
Other (Not Listed)
"1535013"
 - 
Patient Care Provider
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
Name: EMS Personnel's Total Length of Service in Years
National: No
State: No
Definition: The personnel's total length of EMS service at any level (years).
Usage: Optional
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
Name: EMS Personnel's Date Length of Service Documented
National: No
State: No
Definition: The date which the length of EMS service was documented.
Usage: Optional
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" 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" type="PersonLastName"/>
<xs:element id="dPersonnel.EMSPersonnelsFirstName" minOccurs="0" name="dPersonnel.02" type="PersonFirstName"/>
<xs:element id="dPersonnel.EMSPersonnelsMiddleNameInitial" minOccurs="0" name="dPersonnel.03" type="PersonMiddleName"/>
</xs:sequence>
</xs:complexType>
</xs:element>