simpleType EducationPlanType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element StudentSchoolAssociation/EducationPlan
facets
Kind Value Annotation
enumeration 504 Plan
enumeration Career Pathways
enumeration Career Suggestions
enumeration Completion and Reach Age 22
enumeration Employability Skills
enumeration Full Time Employment
enumeration High School Education Plan
enumeration IDEA IEP
enumeration Other
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="EducationPlanType">
 
<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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Career Pathways">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Career Suggestions">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Completion and Reach Age 22">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Employability Skills">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Full Time Employment">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="High School Education Plan">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="IDEA IEP">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Outside Service Access">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Personal Graduation Plan">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Student Success Plan">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>