complexType Diploma
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p349.png
namespace http://ed-fi.org/0110
children DiplomaAwardDate DiplomaLevel DiplomaType CTECompleter
used by
element StudentAcademicRecord/Diploma
annotation
documentation
This educational entity represents the conferring or certification by an educational organization that the student has successfully completed a particular course of study.  It represents the electronic version of its physical document counterpart.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="Diploma">
 
<xs:annotation>
   
<xs:documentation>This educational entity represents the conferring or certification by an educational organization that the student has successfully completed a particular course of study.  It represents the electronic version of its physical document counterpart.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="DiplomaAwardDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which the student met  graduation requirements and was awarded a diploma.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DiplomaLevel" type="DiplomaLevelType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The level of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements.
Minimum high school program
Recommended high school program
Distinguished Achievement Program
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DiplomaType" type="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:annotation>
   
</xs:element>
   
<xs:element name="CTECompleter" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicated a student who reached a state-defined threshold of vocational education and who attained a high school diploma or its recognized state equivalent or GED.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Diploma/DiplomaAwardDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p350.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The month, day, and year on which the student met  graduation requirements and was awarded a diploma.
source <xs:element name="DiplomaAwardDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which the student met  graduation requirements and was awarded a diploma.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Diploma/DiplomaLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p351.png
namespace http://ed-fi.org/0110
type DiplomaLevelType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Minimum 
enumeration Recommended 
enumeration Distinguished 
enumeration Open Enrollment 
enumeration Cum laude 
enumeration Magna cum laude 
enumeration Summa cum laude 
annotation
documentation
The level of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements.
Minimum high school program
Recommended high school program
Distinguished Achievement Program
source <xs:element name="DiplomaLevel" type="DiplomaLevelType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The level of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements.
Minimum high school program
Recommended high school program
Distinguished Achievement Program
</xs:documentation>
 
</xs:annotation>
</xs:element>

element Diploma/DiplomaType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p352.png
namespace http://ed-fi.org/0110
type DiplomaType
properties
isRef 0
content simple
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.
source <xs:element name="DiplomaType" type="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:annotation>
</xs:element>

element Diploma/CTECompleter
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p353.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicated a student who reached a state-defined threshold of vocational education and who attained a high school diploma or its recognized state equivalent or GED.
source <xs:element name="CTECompleter" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicated a student who reached a state-defined threshold of vocational education and who attained a high school diploma or its recognized state equivalent or GED.</xs:documentation>
 
</xs:annotation>
</xs:element>