simpleType DiplomaType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element Diploma/DiplomaType
facets
Kind Value Annotation
enumeration Regular diploma
enumeration Endorsed/advanced diploma
enumeration Regents diploma
enumeration International Baccalaureate
enumeration Modified diploma
enumeration Other diploma
enumeration Alternative credential
enumeration Certificate of attendance
enumeration Certificate of completion
enumeration High school equivalency credential, other than GED
enumeration General Educational Development (GED) credential
enumeration Post graduate certificate (grade 13)
enumeration Career and Technical Education certificate
enumeration Other
enumeration Occupational License
enumeration Industry-recognized Certification
enumeration Apprenticeship Certificate
annotation
documentation
The type of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="DiplomaType">
 
<xs:annotation>
   
<xs:documentation>The type of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Regular diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Endorsed/advanced diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Regents diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="International Baccalaureate">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Modified diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other diploma">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Alternative credential">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Certificate of attendance">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Certificate of completion">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="High school equivalency credential, other than GED">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="General Educational Development (GED) credential">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Post graduate certificate (grade 13)">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Career and Technical Education certificate">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Occupational License">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Industry-recognized Certification">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Apprenticeship Certificate">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>