complexType CourseReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p362.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children CourseIdentity CourseLookup
used by
elements CourseOffering/CourseReference CourseTranscript/CourseReference CreditsByCourse/CourseReference
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 courses during interchange. Use XML IDREF to reference a course record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>410</ann:EdFiId>
source <xs:complexType name="CourseReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for courses during interchange. Use XML IDREF to reference a course record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>410</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="CourseIdentity" type="CourseIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of courses.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2110</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CourseLookup" type="CourseLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of courses.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2381</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CourseReferenceType/CourseIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p363.png
namespace http://ed-fi.org/0200
type CourseIdentityType
properties
minOcc 0
maxOcc 1
content complex
children CourseCode EducationOrganizationReference
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of courses.
appinfo
<ann:EdFiId>2110</ann:EdFiId>
source <xs:element name="CourseIdentity" type="CourseIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2110</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseReferenceType/CourseLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p364.png
namespace http://ed-fi.org/0200
type CourseLookupType
properties
minOcc 0
maxOcc 1
content complex
children CourseCode CourseTitle CourseIdentificationCode EducationOrganizationReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of courses.
appinfo
<ann:EdFiId>2381</ann:EdFiId>
source <xs:element name="CourseLookup" type="CourseLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2381</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>