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