simpleType DiplomaType
namespace http://ed-fi.org/0110
type restriction of 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 
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:enumeration value="Endorsed/advanced diploma"/>
   
<xs:enumeration value="Regents diploma"/>
   
<xs:enumeration value="International Baccalaureate"/>
   
<xs:enumeration value="Modified diploma"/>
   
<xs:enumeration value="Other diploma"/>
   
<xs:enumeration value="Alternative credential"/>
   
<xs:enumeration value="Certificate of attendance"/>
   
<xs:enumeration value="Certificate of completion"/>
   
<xs:enumeration value="High school equivalency credential, other than GED"/>
   
<xs:enumeration value="General Educational Development (GED) credential"/>
   
<xs:enumeration value="Post graduate certificate (grade 13)"/>
   
<xs:enumeration value="Career and Technical Education certificate"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>