complexType CourseOffering
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p348.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children LocalCourseCode LocalCourseTitle InstructionalTimePlanned CurriculumUsed SchoolReference SessionReference CourseReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents an entry in the course catalog of available courses offered by the school during a session.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>551</ann:EdFiId>
source <xs:complexType name="CourseOffering">
 
<xs:annotation>
   
<xs:documentation>This entity represents an entry in the course catalog of available courses offered by the school during a session.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>551</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1314</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1315</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InstructionalTimePlanned" type="Duration" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1313</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CurriculumUsed" type="CurriculumUsedType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The type of curriculum used in an early learning classroom or group.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1312</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>The school that offers the course.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1316</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>1317</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CourseReference" type="CourseReferenceType">
         
<xs:annotation>
           
<xs:documentation>The course being offered by the school.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1311</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CourseOffering/LocalCourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p349.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>1314</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>1314</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOffering/LocalCourseTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p350.png
namespace http://ed-fi.org/0200
type CourseTitle
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The descriptive name given to a course of study offered in the school, if different from the CourseTitle.
appinfo
<ann:EdFiId>1315</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1315</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOffering/InstructionalTimePlanned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p351.png
namespace http://ed-fi.org/0200
type Duration
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course.
appinfo
<ann:EdFiId>1313</ann:EdFiId>
source <xs:element name="InstructionalTimePlanned" type="Duration" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The planned total number of clock minutes of instruction for this course offering. Generally, this should be at least as many minutes as is required for completion by the related state- or district-defined course.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1313</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOffering/CurriculumUsed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p352.png
namespace http://ed-fi.org/0200
type CurriculumUsedType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Creative curriculum infants/toddlers
appinfo
<ann:EdFiId>156-002</ann:EdFiId>
enumeration Creative curriculum preschool
appinfo
<ann:EdFiId>156-003</ann:EdFiId>
enumeration Creative curriculum family child care
appinfo
<ann:EdFiId>156-001</ann:EdFiId>
enumeration Highscope preschoolers
appinfo
<ann:EdFiId>156-005</ann:EdFiId>
enumeration Highscope infants/toddlers
appinfo
<ann:EdFiId>156-004</ann:EdFiId>
enumeration Montessori curriculum
appinfo
<ann:EdFiId>156-007</ann:EdFiId>
enumeration Locally designed curriculum
appinfo
<ann:EdFiId>156-006</ann:EdFiId>
enumeration Other curriculum
appinfo
<ann:EdFiId>156-009</ann:EdFiId>
enumeration None
appinfo
<ann:EdFiId>156-008</ann:EdFiId>
annotation
documentation
The type of curriculum used in an early learning classroom or group.
appinfo
<ann:EdFiId>1312</ann:EdFiId>
source <xs:element name="CurriculumUsed" type="CurriculumUsedType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The type of curriculum used in an early learning classroom or group.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1312</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOffering/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p353.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
The school that offers the course.
appinfo
<ann:EdFiId>1316</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school that offers the course.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1316</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CourseOffering/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p354.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>1317</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>1317</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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