complexType ReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1005.png
namespace http://ed-fi.org/0200
used by
complexTypes AcademicWeekReferenceType AccountReferenceType AssessmentFamilyReferenceType AssessmentItemReferenceType AssessmentReferenceType CalendarDateReferenceType ClassPeriodReferenceType CohortReferenceType CompetencyObjectiveReferenceType CourseOfferingReferenceType CourseReferenceType DescriptorReferenceType DisciplineIncidentReferenceType EducationContentReferenceType EducationOrganizationNetworkReferenceType EducationOrganizationReferenceType EducationServiceCenterReferenceType GradebookEntryReferenceType GradeReferenceType GradingPeriodReferenceType GraduationPlanReferenceType InterventionPrescriptionReferenceType InterventionReferenceType LearningObjectiveReferenceType LearningStandardReferenceType LocalEducationAgencyReferenceType LocationReferenceType ObjectiveAssessmentReferenceType ParentReferenceType ProgramReferenceType ReportCardReferenceType SchoolReferenceType SectionReferenceType SessionReferenceType StaffEducationOrganizationEmploymentAssociationReferenceType StaffReferenceType StateEducationAgencyReferenceType StudentAcademicRecordReferenceType StudentAssessmentReferenceType StudentCompetencyObjectiveReferenceType StudentLearningObjectiveReferenceType StudentProgramAssociationReferenceType StudentReferenceType StudentSectionAssociationReferenceType
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>