simpleType GraduationPlanTypeMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element GraduationPlanTypeDescriptor/GraduationPlanTypeMap
facets
Kind Value annotation 
enumeration Career and Technical Education 
enumeration Distinguished 
enumeration Minimum 
enumeration Recommended 
enumeration Standard 
annotation
documentation
The type of academic plan the student is following for graduation.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="GraduationPlanTypeMapType">
 
<xs:annotation>
   
<xs:documentation>The type of academic plan the student is following for graduation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Career and Technical Education"/>
   
<xs:enumeration value="Distinguished"/>
   
<xs:enumeration value="Minimum"/>
   
<xs:enumeration value="Recommended"/>
   
<xs:enumeration value="Standard"/>
 
</xs:restriction>
</xs:simpleType>