complexType CourseOfferingIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p289.png
namespace http://ed-fi.org/0110
children LocalCourseCode CourseCode Term SchoolYear EducationOrganizationReference
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>
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>
   
</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="CourseCode" type="CourseCode" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Term" type="TermType">
     
<xs:annotation>
       
<xs:documentation>The term for the session during the school year.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolYear" type="SchoolYearType">
     
<xs:annotation>
       
<xs:documentation>The identifier for the school year.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CourseOfferingIdentityType/LocalCourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p290.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 CourseOfferingIdentityType/CourseCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p291.png
namespace http://ed-fi.org/0110
type CourseCode
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ID
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemCourseCodeSystemTyperequired      
documentation
A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students.
AssigningOrganizationCodeIdentificationCodeoptional      
documentation
The organization code or name assigning the staff Identification Code.
annotation
documentation
The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
source <xs:element name="CourseCode" type="CourseCode" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOfferingIdentityType/Term
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p292.png
namespace http://ed-fi.org/0110
type TermType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Fall Semester 
enumeration Spring Semester 
enumeration Summer Semester 
enumeration First Trimester 
enumeration Second Trimester 
enumeration Third Trimester 
enumeration Year Round 
enumeration MiniTerm 
annotation
documentation
The term for the session during the school year.
source <xs:element name="Term" type="TermType">
 
<xs:annotation>
   
<xs:documentation>The term for the session during the school year.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOfferingIdentityType/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p293.png
namespace http://ed-fi.org/0110
type SchoolYearType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 1996-1997 
enumeration 1997-1998 
enumeration 1998-1999 
enumeration 1999-2000 
enumeration 2000-2001 
enumeration 2001-2002 
enumeration 2002-2003 
enumeration 2003-2004 
enumeration 2004-2005 
enumeration 2005-2006 
enumeration 2006-2007 
enumeration 2007-2008 
enumeration 2008-2009 
enumeration 2009-2010 
enumeration 2010-2011 
enumeration 2011-2012 
enumeration 2012-2013 
enumeration 2013-2014 
enumeration 2014-2015 
enumeration 2015-2016 
enumeration 2016-2017 
enumeration 2017-2018 
enumeration 2018-2019 
enumeration 2019-2020 
enumeration 2020-2021 
enumeration 2021-2022 
enumeration 2022-2023 
enumeration 2023-2024 
enumeration 2024-2025 
enumeration 2025-2026 
enumeration 2026-2027 
enumeration 2027-2028 
enumeration 2028-2029 
enumeration 2029-2030 
annotation
documentation
The identifier for the school year.
source <xs:element name="SchoolYear" type="SchoolYearType">
 
<xs:annotation>
   
<xs:documentation>The identifier for the school year.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseOfferingIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p294.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
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
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>