complexType StudentReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1499.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children StudentIdentity StudentLookup
used by
elements DisciplineAction/StudentReference PostSecondaryEvent/StudentReference ReportCard/StudentReference RestraintEvent/StudentReference StudentAcademicRecord/StudentReference StudentAssessment/StudentReference StudentCompetencyObjective/StudentReference StudentInterventionAttendanceEvent/StudentReference StudentLearningObjective/StudentReference StudentProgramAttendanceEvent/StudentReference StudentSchoolAttendanceEvent/StudentReference StudentSectionAttendanceEvent/StudentReference StudentCohortAssociation/StudentReference StudentDisciplineIncidentAssociation/StudentReference StudentEducationOrganizationAssociation/StudentReference StudentInterventionAssociation/StudentReference StudentParentAssociation/StudentReference StudentProgramAssociation/StudentReference StudentSchoolAssociation/StudentReference StudentSectionAssociation/StudentReference ReportCardIdentityType/StudentReference StudentAcademicRecordIdentityType/StudentReference StudentAssessmentIdentityType/StudentReference StudentCompetencyObjectiveIdentityType/StudentReference StudentLearningObjectiveIdentityType/StudentReference StudentProgramAssociationIdentityType/StudentReference StudentSectionAssociationIdentityType/StudentReference
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
Provides alternative references for Student reference during interchange. Use XML IDREF to reference a student record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>462</ann:EdFiId>
source <xs:complexType name="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Student reference during interchange. Use XML IDREF to reference a student record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>462</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="StudentIdentity" type="StudentIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of students.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2140</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentLookup" type="StudentLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of students.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2396</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentReferenceType/StudentIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1500.png
namespace http://ed-fi.org/0200
type StudentIdentityType
properties
minOcc 0
maxOcc 1
content complex
children StudentUniqueId
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of students.
appinfo
<ann:EdFiId>2140</ann:EdFiId>
source <xs:element name="StudentIdentity" type="StudentIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2140</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentReferenceType/StudentLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1501.png
namespace http://ed-fi.org/0200
type StudentLookupType
properties
minOcc 0
maxOcc 1
content complex
children StudentUniqueId StudentIdentificationCode Name OtherName Sex BirthData HispanicLatinoEthnicity Race EducationOrganizationReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of students.
appinfo
<ann:EdFiId>2396</ann:EdFiId>
source <xs:element name="StudentLookup" type="StudentLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2396</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>