complexType StudentSchoolAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1788.png
namespace http://ed-fi.org/0210
children StudentReference SchoolReference EntryDate
used by
element StudentSchoolAssociationReferenceType/StudentSchoolAssociationIdentity
annotation
documentation
Identity of a StudentSchoolAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentSchoolAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentSchoolAssociation.</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>Student enrolled in the School.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>School enrolling the Student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EntryDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which an individual enters and begins to receive instructional services in a school.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentSchoolAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1789.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
Student enrolled in the School.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Student enrolled in the School.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociationIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1790.png
namespace http://ed-fi.org/0210
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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
School enrolling the Student.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>School enrolling the Student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAssociationIdentityType/EntryDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1791.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which an individual enters and begins to receive instructional services in a school.
source <xs:element name="EntryDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an individual enters and begins to receive instructional services in a school.</xs:documentation>
 
</xs:annotation>
</xs:element>