simpleType
EducationalPlanItemType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="EducationalPlanItemType"> <xs:annotation> <xs:documentation>The type of education plan(s) the student is following, if appropriate. For example: Special education Vocational</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="504 Plan"/> <xs:enumeration value="Career Pathways"/> <xs:enumeration value="Career Suggestions"/> <xs:enumeration value="Completion and Reach Age 22"/> <xs:enumeration value="Full Time Employment"/> <xs:enumeration value="Employability Skills"/> <xs:enumeration value="High School Education Plan"/> <xs:enumeration value="IDEA IEP"/> <xs:enumeration value="Outside Service Access"/> <xs:enumeration value="Personal Graduation Plan"/> <xs:enumeration value="Student Success Plan"/> </xs:restriction> </xs:simpleType> |