simpleType GraduationPlanTypeMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base 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 mapping to a known GraduationPlanType.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="GraduationPlanTypeMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known GraduationPlanType.</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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Distinguished">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<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="Standard">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>