complexType CourseOfferingIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p403.png
namespace http://ed-fi.org/0210
children LocalCourseCode SchoolReference SessionReference
used by
element CourseOfferingReferenceType/CourseOfferingIdentity
annotation
documentation
Identity of a CourseOffering.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CourseOfferingIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a CourseOffering.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</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:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>The school that offers the course.</xs:documentation>
     
</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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseOfferingIdentityType/LocalCourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p404.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element CourseOfferingIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p405.png
namespace http://ed-fi.org/0210
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
The school that offers the course.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school that offers the course.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOfferingIdentityType/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p406.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>