complexType StudentReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1767.png
namespace http://ed-fi.org/0210
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 DisciplineActionIdentityType/StudentReference PostSecondaryEventIdentityType/StudentReference ReportCardIdentityType/StudentReference RestraintEventIdentityType/StudentReference StudentAcademicRecordIdentityType/StudentReference StudentAssessmentIdentityType/StudentReference StudentCohortAssociationIdentityType/StudentReference StudentCompetencyObjectiveIdentityType/StudentReference StudentCTEProgramAssociationIdentityType/StudentReference StudentDisciplineIncidentAssociationIdentityType/StudentReference StudentEducationOrganizationAssociationIdentityType/StudentReference StudentInterventionAssociationIdentityType/StudentReference StudentInterventionAttendanceEventIdentityType/StudentReference StudentLearningObjectiveIdentityType/StudentReference StudentMigrantEducationProgramAssociationIdentityType/StudentReference StudentParentAssociationIdentityType/StudentReference StudentProgramAssociationIdentityType/StudentReference StudentProgramAttendanceEventIdentityType/StudentReference StudentSchoolAssociationIdentityType/StudentReference StudentSchoolAttendanceEventIdentityType/StudentReference StudentSectionAssociationIdentityType/StudentReference StudentSectionAttendanceEventIdentityType/StudentReference StudentSpecialEducationProgramAssociationIdentityType/StudentReference StudentTitleIPartAProgramAssociationIdentityType/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 a Student. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
source <xs:complexType name="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for a Student. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
   
</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 look up the identity of a Student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentLookup" type="StudentLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentReferenceType/StudentIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1768.png
namespace http://ed-fi.org/0210
type StudentIdentityType
properties
minOcc 0
maxOcc 1
content complex
children StudentUniqueId
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of a Student.
source <xs:element name="StudentIdentity" type="StudentIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of a Student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentReferenceType/StudentLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1769.png
namespace http://ed-fi.org/0210
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 look up the identity of a Student.
source <xs:element name="StudentLookup" type="StudentLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of a Student.</xs:documentation>
 
</xs:annotation>
</xs:element>