simpleType GraduationPlanTypeMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element GraduationPlanTypeDescriptor/GraduationPlanTypeMap
facets
Kind Value Annotation
enumeration Career and Technical Education
appinfo
<ann:EdFiId>179-001</ann:EdFiId>
enumeration Distinguished
appinfo
<ann:EdFiId>179-002</ann:EdFiId>
enumeration Minimum
appinfo
<ann:EdFiId>179-003</ann:EdFiId>
enumeration Recommended
appinfo
<ann:EdFiId>179-004</ann:EdFiId>
enumeration Standard
appinfo
<ann:EdFiId>179-005</ann:EdFiId>
annotation
documentation
The type of academic plan the student is following for graduation.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>179</ann:EdFiId>
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>
     
<ann:EdFiId>179</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Career and Technical Education">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>179-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Distinguished">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>179-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Minimum">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>179-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Recommended">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>179-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Standard">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>179-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>