complexType StudentEducationOrganizationAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1396.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference EducationOrganizationReference Responsibility
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
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.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>608</ann:EdFiId>
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>
     
<ann:EdFiId>608</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1075</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>A reference to the EducationOrganization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1073</ann:EdFiId>
           
</xs:appinfo>
         
</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>
             
<ann:EdFiId>1074</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentEducationOrganizationAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1397.png
namespace http://ed-fi.org/0200
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A reference to the Student.
appinfo
<ann:EdFiId>1075</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>A reference to the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1075</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentEducationOrganizationAssociation/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1398.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
A reference to the EducationOrganization.
appinfo
<ann:EdFiId>1073</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>A reference to the EducationOrganization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1073</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentEducationOrganizationAssociation/Responsibility
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1399.png
namespace http://ed-fi.org/0200
type ResponsibilityDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Indications of an education organization's responsibility for a student, such as accountability, attendance, funding, etc.
appinfo
<ann:Descriptor>ResponsibilityDescriptor</ann:Descriptor>
<ann:EdFiId>1074</ann:EdFiId>
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>
     
<ann:EdFiId>1074</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>