complexType
StudentEducationOrganizationAssociation
element StudentEducationOrganizationAssociation/StudentReference
element StudentEducationOrganizationAssociation/EducationOrganizationReference
element StudentEducationOrganizationAssociation/Responsibility
element StudentEducationOrganizationAssociation/BeginDate
element StudentEducationOrganizationAssociation/EndDate
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | StudentReference EducationOrganizationReference Responsibility BeginDate EndDate | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentEducationOrganizationAssociation"> <xs:annotation> <xs:documentation>This association indicates any relationship between a student and an education organization other than how the state views enrollment. Enrollment relationship semantics are covered by StudentSchoolAssociation.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Association</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>A reference to the Student.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>A reference to the EducationOrganization.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Responsibility" type="ResponsibilityDescriptorReferenceType"> <xs:annotation> <xs:documentation>Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc.</xs:documentation> <xs:appinfo> <ann:Descriptor>ResponsibilityDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>Month, day, and year of the start date of an education organization's responsibility for a student.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Month, day, and year of the end date of an education organization's responsibility for a student.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentEducationOrganizationAssociation/StudentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>A reference to the Student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentEducationOrganizationAssociation/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>A reference to the EducationOrganization.</xs:documentation> </xs:annotation> </xs:element> |
element StudentEducationOrganizationAssociation/Responsibility
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | ResponsibilityDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="Responsibility" type="ResponsibilityDescriptorReferenceType"> <xs:annotation> <xs:documentation>Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc.</xs:documentation> <xs:appinfo> <ann:Descriptor>ResponsibilityDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element StudentEducationOrganizationAssociation/BeginDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>Month, day, and year of the start date of an education organization's responsibility for a student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentEducationOrganizationAssociation/EndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Month, day, and year of the end date of an education organization's responsibility for a student.</xs:documentation> </xs:annotation> </xs:element> |