complexType StudentEducationOrganizationAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1083.png
namespace http://ed-fi.org/0110
children StudentReference EducationOrganizationReference Responsibility
annotation
documentation
This association indicates any relationship between a student and an education organization other than however the state views enrollment. Enrollment relationship semantics are covered by StudentSchoolAssociation.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentEducationOrganizationAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates any relationship between a student and an education organization other than however 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: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 education organization.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Responsibility" type="DescriptorReferenceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Indications of an education organization&apos;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:sequence>
</xs:complexType>

element StudentEducationOrganizationAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1084.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A reference to the student.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1085.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A reference to the education organization.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>A reference to the education organization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentEducationOrganizationAssociation/Responsibility
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1086.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
Indications of an education organization&apos;s responsibility for a student, such as accountability, attendance, funding, etc.
appinfo
<ann:Descriptor>ResponsibilityDescriptor</ann:Descriptor>
source <xs:element name="Responsibility" type="DescriptorReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Indications of an education organization&apos;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>