complexType EducationOrganizationReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p445.png
namespace http://ed-fi.org/0110
type extension of ReferenceType
properties
base ReferenceType
children EducationOrganizationIdentity
used by
elements DisciplineAction/AssignmentSchoolReference EducationOrganizationNetworkAssociation/EducationOrganizationNetworkReference EducationOrganization/EducationOrganizationPeerReference Account/EducationOrganizationReference CourseIdentityType/EducationOrganizationReference CalendarDate/EducationOrganizationReference Cohort/EducationOrganizationReference Course/EducationOrganizationReference CourseOfferingIdentityType/EducationOrganizationReference CourseTranscript/EducationOrganizationReference DisciplineIncidentIdentityType/EducationOrganizationReference DisciplineIncident/EducationOrganizationReference GradeIdentityType/EducationOrganizationReference GraduationPlan/EducationOrganizationReference Intervention/EducationOrganizationReference GradingPeriodIdentityType/EducationOrganizationReference InterventionIdentityType/EducationOrganizationReference LocationIdentityType/EducationOrganizationReference OpenStaffPosition/EducationOrganizationReference ProgramIdentityType/EducationOrganizationReference ReportCardIdentityType/EducationOrganizationReference StaffEducationOrgEmploymentAssociationIdentityType/EducationOrganizationReference Session/EducationOrganizationReference StudentCompetencyObjective/EducationOrganizationReference EducationOrganizationNetworkAssociation/EducationOrganizationReference EducationOrganizationInterventionPrescriptionAssociation/EducationOrganizationReference GraduationPlanIdentityType/EducationOrganizationReference StaffEducationOrgAssignmentAssociation/EducationOrganizationReference StaffEducationOrgEmploymentAssociation/EducationOrganizationReference StudentEducationOrganizationAssociation/EducationOrganizationReference StudentProgramAssociation/EducationOrganizationReference AcademicWeekIdentityType/EducationOrganizationReference AccountIdentityType/EducationOrganizationReference BellScheduleIdentityType/EducationOrganizationReference CalendarDateIdentityType/EducationOrganizationReference ClassPeriodIdentityType/EducationOrganizationReference ClassPeriodMeetingTimeIdentityType/EducationOrganizationReference CohortIdentityType/EducationOrganizationReference LocalEducationAgency/EducationServiceCenterReference FeederSchoolAssociation/FeederSchoolReference LocalEducationAgency/LocalEducationAgencyReference School/LocalEducationAgencyReference ContentStandardType/MandatingEducationOrganizationReference FeederSchoolAssociation/ReceivingSchoolReference DisciplineAction/ResponsibilitySchoolReference AttendanceEvent/SchoolReference CourseOffering/SchoolReference RestraintEvent/SchoolReference StudentSchoolAssociation/SchoolReference TeacherSchoolAssociation/SchoolReference Section/SchoolReference EducationServiceCenter/StateEducationAgencyReference LocalEducationAgency/StateEducationAgencyReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provides alternative references for Educational Organization (ESC, LEA, school) 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>
source <xs:complexType name="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Educational Organization (ESC, LEA, school) 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>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="EducationOrganizationIdentity" type="EducationOrganizationIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</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_p446.png
namespace http://ed-fi.org/0110
type EducationOrganizationIdentityType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children StateOrganizationId EducationOrgIdentificationCode
annotation
documentation
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationIdentity" type="EducationOrganizationIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>