complexType CourseOffering
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p283.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children LocalCourseCode LocalCourseTitle SchoolReference SessionReference CourseReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents an offering of a course, by the school during a session, referring to the course catalog of available courses.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="CourseOffering">
 
<xs:annotation>
   
<xs:documentation>This entity represents an offering of a course, by the school during a session, referring to the course catalog of available courses.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<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="LocalCourseTitle" type="CourseTitle" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The descriptive name given to a course of study offered in the school, if different from the CourseTitle. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="EducationOrganizationReferenceType">
         
<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 the course is offered at the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CourseReference" type="CourseReferenceType">
         
<xs:annotation>
           
<xs:documentation>The course being offered by the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CourseOffering/LocalCourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p284.png
namespace http://ed-fi.org/0110
type LocalCourseCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
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 CourseOffering/LocalCourseTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p285.png
namespace http://ed-fi.org/0110
type CourseTitle
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The descriptive name given to a course of study offered in the school, if different from the CourseTitle.
source <xs:element name="LocalCourseTitle" type="CourseTitle" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The descriptive name given to a course of study offered in the school, if different from the CourseTitle. </xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOffering/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p286.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
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
The school that offers the course.
source <xs:element name="SchoolReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school that offers the course.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOffering/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p287.png
namespace http://ed-fi.org/0110
type SessionReferenceType
properties
isRef 0
content complex
children SessionIdentity
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
The session the course is offered at the school.
source <xs:element name="SessionReference" type="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The session the course is offered at the school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOffering/CourseReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p288.png
namespace http://ed-fi.org/0110
type CourseReferenceType
properties
isRef 0
content complex
children CourseIdentity
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
The course being offered by the school.
source <xs:element name="CourseReference" type="CourseReferenceType">
 
<xs:annotation>
   
<xs:documentation>The course being offered by the school.</xs:documentation>
 
</xs:annotation>
</xs:element>