complexType EducationOrganizationReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p558.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children EducationOrganizationIdentity EducationOrganizationLookup
used by
elements Account/EducationOrganizationReference AccountabilityRating/EducationOrganizationReference Cohort/EducationOrganizationReference CompetencyObjective/EducationOrganizationReference Course/EducationOrganizationReference GraduationPlan/EducationOrganizationReference Intervention/EducationOrganizationReference InterventionPrescription/EducationOrganizationReference InterventionStudy/EducationOrganizationReference OpenStaffPosition/EducationOrganizationReference Program/EducationOrganizationReference ReportCard/EducationOrganizationReference StudentAcademicRecord/EducationOrganizationReference StudentProgramAttendanceEvent/EducationOrganizationReference EducationOrganizationInterventionPrescriptionAssociation/EducationOrganizationReference StudentLookupType/EducationOrganizationReference EducationOrganizationPeerAssociation/EducationOrganizationReference StudentProgramAssociationIdentityType/EducationOrganizationReference StaffEducationOrganizationAssignmentAssociation/EducationOrganizationReference StaffEducationOrganizationEmploymentAssociation/EducationOrganizationReference StudentEducationOrganizationAssociation/EducationOrganizationReference StudentProgramAssociation/EducationOrganizationReference AccountIdentityType/EducationOrganizationReference CohortIdentityType/EducationOrganizationReference CompetencyObjectiveIdentityType/EducationOrganizationReference CourseIdentityType/EducationOrganizationReference CourseLookupType/EducationOrganizationReference GraduationPlanIdentityType/EducationOrganizationReference InterventionIdentityType/EducationOrganizationReference InterventionPrescriptionIdentityType/EducationOrganizationReference ParentLookupType/EducationOrganizationReference ProgramIdentityType/EducationOrganizationReference ProgramLookupType/EducationOrganizationReference ReportCardIdentityType/EducationOrganizationReference StaffEducationOrganizationEmploymentAssociationIdentityType/EducationOrganizationReference StaffLookupType/EducationOrganizationReference StudentAcademicRecordIdentityType/EducationOrganizationReference ContentStandard/MandatingEducationOrganizationReference EducationOrganizationNetworkAssociation/MemberEducationOrganizationReference EducationOrganizationPeerAssociation/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 Educational Organization reference during interchange. Use XML IDREF to reference an educational organization record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>418</ann:EdFiId>
source <xs:complexType name="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Educational Organization reference during interchange. Use XML IDREF to reference an educational organization record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>418</ann:EdFiId>
   
</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 lookup the identity of educational organizations.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2114</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationLookup" type="EducationOrganizationLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of educational organizations.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2384</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationOrganizationReferenceType/EducationOrganizationIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p559.png
namespace http://ed-fi.org/0200
type EducationOrganizationIdentityType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationId
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of educational organizations.
appinfo
<ann:EdFiId>2114</ann:EdFiId>
source <xs:element name="EducationOrganizationIdentity" type="EducationOrganizationIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of educational organizations.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2114</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationOrganizationReferenceType/EducationOrganizationLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p560.png
namespace http://ed-fi.org/0200
type EducationOrganizationLookupType
properties
minOcc 0
maxOcc 1
content complex
children EducationOrganizationId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of educational organizations.
appinfo
<ann:EdFiId>2384</ann:EdFiId>
source <xs:element name="EducationOrganizationLookup" type="EducationOrganizationLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of educational organizations.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2384</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>