complexType EducationOrganizationReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p639.png
namespace http://ed-fi.org/0210
type extension of ReferenceType
properties
base ReferenceType
children EducationOrganizationIdentity EducationOrganizationLookup
used by
elements Account/EducationOrganizationReference AccountabilityRating/EducationOrganizationReference Cohort/EducationOrganizationReference CompetencyObjective/EducationOrganizationReference Course/EducationOrganizationReference StudentProgramAttendanceEventIdentityType/EducationOrganizationReference GraduationPlan/EducationOrganizationReference Intervention/EducationOrganizationReference InterventionPrescription/EducationOrganizationReference InterventionStudy/EducationOrganizationReference OpenStaffPosition/EducationOrganizationReference Program/EducationOrganizationReference ReportCard/EducationOrganizationReference StudentAcademicRecord/EducationOrganizationReference StudentProgramAttendanceEvent/EducationOrganizationReference EducationOrganizationInterventionPrescriptionAssociation/EducationOrganizationReference StudentSpecialEducationProgramAssociationIdentityType/EducationOrganizationReference EducationOrganizationPeerAssociation/EducationOrganizationReference StudentTitleIPartAProgramAssociationIdentityType/EducationOrganizationReference StaffEducationOrganizationAssignmentAssociation/EducationOrganizationReference StaffEducationOrganizationContactAssociation/EducationOrganizationReference StaffEducationOrganizationEmploymentAssociation/EducationOrganizationReference StudentEducationOrganizationAssociation/EducationOrganizationReference StudentProgramAssociation/EducationOrganizationReference AccountabilityRatingIdentityType/EducationOrganizationReference AccountIdentityType/EducationOrganizationReference CohortIdentityType/EducationOrganizationReference CompetencyObjectiveIdentityType/EducationOrganizationReference CourseIdentityType/EducationOrganizationReference CourseLookupType/EducationOrganizationReference EducationOrganizationInterventionPrescriptionAssociationIdentityType/EducationOrganizationReference EducationOrganizationPeerAssociationIdentityType/EducationOrganizationReference GraduationPlanIdentityType/EducationOrganizationReference InterventionIdentityType/EducationOrganizationReference InterventionPrescriptionIdentityType/EducationOrganizationReference InterventionStudyIdentityType/EducationOrganizationReference OpenStaffPositionIdentityType/EducationOrganizationReference ParentLookupType/EducationOrganizationReference ProgramIdentityType/EducationOrganizationReference ProgramLookupType/EducationOrganizationReference ReportCardIdentityType/EducationOrganizationReference StaffEducationOrganizationAssignmentAssociationIdentityType/EducationOrganizationReference StaffEducationOrganizationContactAssociationIdentityType/EducationOrganizationReference StaffEducationOrganizationEmploymentAssociationIdentityType/EducationOrganizationReference StaffLookupType/EducationOrganizationReference StudentAcademicRecordIdentityType/EducationOrganizationReference StudentCTEProgramAssociationIdentityType/EducationOrganizationReference StudentEducationOrganizationAssociationIdentityType/EducationOrganizationReference StudentLookupType/EducationOrganizationReference StudentMigrantEducationProgramAssociationIdentityType/EducationOrganizationReference StudentProgramAssociationIdentityType/EducationOrganizationReference CourseTranscript/ExternalEducationOrganizationReference ContentStandard/MandatingEducationOrganizationReference EducationOrganizationNetworkAssociation/MemberEducationOrganizationReference EducationOrganizationNetworkAssociationIdentityType/MemberEducationOrganizationReference EducationOrganizationPeerAssociation/PeerEducationOrganizationReference EducationOrganizationPeerAssociationIdentityType/PeerEducationOrganizationReference
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 an EducationOrganization. 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="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for an EducationOrganization. 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="EducationOrganizationIdentity" type="EducationOrganizationIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of an EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationLookup" type="EducationOrganizationLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of an EducationOrganization.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationReferenceType/EducationOrganizationIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p640.png
namespace http://ed-fi.org/0210
type EducationOrganizationIdentityType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationId
annotation
documentation
Encapsulates primary attributes that can be used to look up the identity of an EducationOrganization.
source <xs:element name="EducationOrganizationIdentity" type="EducationOrganizationIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to look up the identity of an EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EducationOrganizationReferenceType/EducationOrganizationLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p641.png
namespace http://ed-fi.org/0210
type EducationOrganizationLookupType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory
annotation
documentation
Encapsulates alternative attributes that can be used to look up the identity of an EducationOrganization.
source <xs:element name="EducationOrganizationLookup" type="EducationOrganizationLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to look up the identity of an EducationOrganization.</xs:documentation>
 
</xs:annotation>
</xs:element>