simpleType
GraduationPlanTypeMapType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |