complexType ReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p779.png
namespace http://ed-fi.org/0110
used by
complexTypes AcademicWeekReferenceType AccountReferenceType AssessmentFamilyReferenceType AssessmentItemReferenceType AssessmentReferenceType BellScheduleReferenceType CalendarDateReferenceType ClassPeriodMeetingTimeReferenceType ClassPeriodReferenceType CohortReferenceType CourseOfferingReferenceType CourseReferenceType DescriptorReferenceType DisciplineIncidentReferenceType EducationContentReferenceType EducationOrganizationReferenceType GradebookEntryReferenceType GradeReferenceType GradingPeriodReferenceType GraduationPlanReferenceType InterventionPrescriptionReferenceType InterventionReferenceType LearningObjectiveReferenceType LearningStandardReferenceType LocationReferenceType ObjectiveAssessmentReferenceType ParentReferenceType ProgramReferenceType ReportCardReferenceType SectionReferenceType SessionReferenceType StaffEducationOrgEmploymentAssociationReferenceType StaffReferenceType StudentAcademicRecordReferenceType StudentAssessmentReferenceType StudentCompetencyObjectiveReferenceType StudentCompetencyReferenceType StudentObjectiveAssessmentReferenceType StudentReferenceType StudentSectionAssociationReferenceType
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
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
properties
isRef 0
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
properties
isRef 0
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>