simpleType DiplomaLevelType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element Diploma/DiplomaLevel
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.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="DiplomaLevelType">
 
<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.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Minimum">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Recommended">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Distinguished">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Open Enrollment">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Cum laude">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Magna cum laude">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Summa cum laude">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>