complexType ReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1130.png
namespace http://ed-fi.org/0210
used by
complexTypes AcademicWeekReferenceType AccountabilityRatingReferenceType AccountReferenceType ActualReferenceType AssessmentItemReferenceType AssessmentReferenceType BellScheduleReferenceType BudgetReferenceType CalendarDateReferenceType CalendarReferenceType ClassPeriodReferenceType CohortReferenceType CommunityOrganizationReferenceType CommunityProviderLicenseReferenceType CommunityProviderReferenceType CompetencyObjectiveReferenceType ContractedStaffReferenceType CourseOfferingReferenceType CourseReferenceType CourseTranscriptReferenceType CredentialReferenceType DescriptorReferenceType DisciplineActionReferenceType DisciplineIncidentReferenceType EducationContentReferenceType EducationOrganizationInterventionPrescriptionAssociationReferenceType EducationOrganizationNetworkAssociationReferenceType EducationOrganizationNetworkReferenceType EducationOrganizationPeerAssociationReferenceType EducationOrganizationReferenceType EducationServiceCenterReferenceType FeederSchoolAssociationReferenceType GradebookEntryReferenceType GradeReferenceType GradingPeriodReferenceType GraduationPlanReferenceType InterventionPrescriptionReferenceType InterventionReferenceType InterventionStudyReferenceType LearningObjectiveReferenceType LearningStandardReferenceType LocalEducationAgencyReferenceType LocationReferenceType ObjectiveAssessmentReferenceType OpenStaffPositionReferenceType ParentReferenceType PayrollReferenceType PostSecondaryEventReferenceType ProgramReferenceType ReportCardReferenceType RestraintEventReferenceType SchoolReferenceType SectionAttendanceTakenEventReferenceType SectionReferenceType SessionReferenceType StaffAbsenceEventReferenceType StaffCohortAssociationReferenceType StaffEducationOrganizationAssignmentAssociationReferenceType StaffEducationOrganizationContactAssociationReferenceType StaffEducationOrganizationEmploymentAssociationReferenceType StaffLeaveReferenceType StaffProgramAssociationReferenceType StaffReferenceType StaffSchoolAssociationReferenceType StaffSectionAssociationReferenceType StateEducationAgencyReferenceType StudentAcademicRecordReferenceType StudentAssessmentReferenceType StudentCohortAssociationReferenceType StudentCompetencyObjectiveReferenceType StudentCTEProgramAssociationReferenceType StudentDisciplineIncidentAssociationReferenceType StudentEducationOrganizationAssociationReferenceType StudentGradebookEntryReferenceType StudentInterventionAssociationReferenceType StudentInterventionAttendanceEventReferenceType StudentLearningObjectiveReferenceType StudentMigrantEducationProgramAssociationReferenceType StudentParentAssociationReferenceType StudentProgramAssociationReferenceType StudentProgramAttendanceEventReferenceType StudentReferenceType StudentSchoolAssociationReferenceType StudentSchoolAttendanceEventReferenceType StudentSectionAssociationReferenceType StudentSectionAttendanceEventReferenceType StudentSpecialEducationProgramAssociationReferenceType StudentTitleIPartAProgramAssociationReferenceType
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
This is the base type for association references.
appinfo
<ann:TypeGroup>Base</ann:TypeGroup>
source <xs:complexType name="ReferenceType">
 
<xs:annotation>
   
<xs:documentation>This is the base type for association references.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Base</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:attribute name="id" type="xs:ID">
   
<xs:annotation>
     
<xs:documentation>The XML ID associated with this complex object.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="ref" type="xs:IDREF">
   
<xs:annotation>
     
<xs:documentation>The XML IDREF that references the object associated with this object.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute ReferenceType/@id
type xs:ID
annotation
documentation
The XML ID associated with this complex object.
source <xs:attribute name="id" type="xs:ID">
 
<xs:annotation>
   
<xs:documentation>The XML ID associated with this complex object.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute ReferenceType/@ref
type xs:IDREF
annotation
documentation
The XML IDREF that references the object associated with this object.
source <xs:attribute name="ref" type="xs:IDREF">
 
<xs:annotation>
   
<xs:documentation>The XML IDREF that references the object associated with this object.</xs:documentation>
 
</xs:annotation>
</xs:attribute>