complexType CourseOfferingIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p356.png
namespace http://ed-fi.org/0200
children LocalCourseCode SessionReference SchoolReference
used by
element CourseOfferingReferenceType/CourseOfferingIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of course offerings.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>413</ann:EdFiId>
source <xs:complexType name="CourseOfferingIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of course offerings.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>413</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LocalCourseCode" type="LocalCourseCode">
     
<xs:annotation>
       
<xs:documentation>The local code assigned by the School that identifies the course offering provided for the instruction of students.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2021</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SessionReference" type="SessionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The session in which the course is offered at the school.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2420</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2022</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseOfferingIdentityType/LocalCourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p357.png
namespace http://ed-fi.org/0200
type LocalCourseCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The local code assigned by the School that identifies the course offering provided for the instruction of students.
appinfo
<ann:EdFiId>2021</ann:EdFiId>
source <xs:element name="LocalCourseCode" type="LocalCourseCode">
 
<xs:annotation>
   
<xs:documentation>The local code assigned by the School that identifies the course offering provided for the instruction of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2021</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOfferingIdentityType/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p358.png
namespace http://ed-fi.org/0200
type SessionReferenceType
properties
content complex
children SessionIdentity SessionLookup
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
The session in which the course is offered at the school.
appinfo
<ann:EdFiId>2420</ann:EdFiId>
source <xs:element name="SessionReference" type="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The session in which the course is offered at the school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2420</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOfferingIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p359.png
namespace http://ed-fi.org/0200
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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
Provide user information to lookup and link to an existing school record in the receiving system.
appinfo
<ann:EdFiId>2022</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2022</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>