complexType StudentEducationOrganizationAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1618.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference EducationOrganizationReference Responsibility BeginDate EndDate
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>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1619.png
namespace http://ed-fi.org/0210
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.
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_p1620.png
namespace http://ed-fi.org/0210
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.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1621.png
namespace http://ed-fi.org/0210
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>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1622.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the start date of an education organization's responsibility for a student.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1623.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day, and year of the end date of an education organization's responsibility for a student.
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>