complexType StudentEducationOrganizationAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1624.png
namespace http://ed-fi.org/0210
children StudentReference EducationOrganizationReference Responsibility BeginDate
used by
element StudentEducationOrganizationAssociationReferenceType/StudentEducationOrganizationAssociationIdentity
annotation
documentation
Identity of a StudentEducationOrganizationAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentEducationOrganizationAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentEducationOrganizationAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</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 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:sequence>
</xs:complexType>

element StudentEducationOrganizationAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1625.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 StudentEducationOrganizationAssociationIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1626.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 StudentEducationOrganizationAssociationIdentityType/Responsibility
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1627.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 StudentEducationOrganizationAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1628.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>