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

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The EMS Personnel's ethnicity as defined by the OMB (US Office of Management and Budget).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PersonnelHighestEducationalDegree
Derivation:
restriction of xs:string
Facets:
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 (17); see within schema source)
<xs:simpleType name="PersonnelHighestEducationalDegree">
<xs:restriction base="xs:string">
<xs:enumeration value="1515001"/>
<xs:enumeration value="1515003"/>
<xs:enumeration value="1515005"/>
<xs:enumeration value="1515007"/>
<xs:enumeration value="1515009"/>
<xs:enumeration value="1515011"/>
<xs:enumeration value="1515013"/>
<xs:enumeration value="1515015"/>
<xs:enumeration value="1515017"/>
<xs:enumeration value="1515019"/>
<xs:enumeration value="1515021"/>
<xs:enumeration value="1515023"/>
<xs:enumeration value="1515025"/>
<xs:enumeration value="1515027"/>
<xs:enumeration value="1515029"/>
<xs:enumeration value="1515031"/>
</xs:restriction>
</xs:simpleType>