complexType EducationalPlansType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p395.png
namespace http://ed-fi.org/0110
children EducationalPlan
used by
element StudentSchoolAssociation/EducationalPlans
annotation
documentation
The type of education plan(s) the student is following, if appropriate.  For example:
Special education
Vocational
appinfo
<ann:TypeGroup>Enumerated Collection</ann:TypeGroup>
source <xs:complexType name="EducationalPlansType">
 
<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>Enumerated Collection</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationalPlan" type="EducationalPlanItemType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The type of education plan the student is following.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EducationalPlansType/EducationalPlan
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p396.png
namespace http://ed-fi.org/0110
type EducationalPlanItemType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
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 the student is following.
source <xs:element name="EducationalPlan" type="EducationalPlanItemType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The type of education plan the student is following.</xs:documentation>
 
</xs:annotation>
</xs:element>