complexType
EducationalPlansType
element EducationalPlansType/EducationalPlan
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | EducationalPlan | ||||
used by |
|
||||
annotation |
|
||||
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 | |||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||
type | EducationalPlanItemType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
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> |