complexType Session
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1256.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children SessionName SchoolYear BeginDate EndDate Term TotalInstructionalDays SchoolReference GradingPeriodReference AcademicWeekReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
A term in the school year, generally a unit of time into which courses are scheduled, instruction occurs and by which credits are awarded. Sessions may be interrupted by vacations or other events.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="Session">
 
<xs:annotation>
   
<xs:documentation>A term in the school year, generally a unit of time into which courses are scheduled, instruction occurs and by which credits are awarded. Sessions may be interrupted by vacations or other events.</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="SessionName" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>The identifier for the calendar for the academic session (e.g., 2010/11, 2011 Summer).</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="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Month, day, and year of the first day of the Session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>Month, day and year of the last day of the Session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Term" type="TermDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>An enumeration value indicating the term (e.g. 'Fall Semester', 'Second Quarter', 'Summer Semester', etc.).</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>TermDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TotalInstructionalDays" type="TotalInstructionalDays">
         
<xs:annotation>
           
<xs:documentation>The total number of instructional days in the school calendar.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Session to the school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Grading periods associated with the session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AcademicWeekReference" type="AcademicWeekReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The academic weeks associated with the school year.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Session/SessionName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1257.png
namespace http://ed-fi.org/0210
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The identifier for the calendar for the academic session (e.g., 2010/11, 2011 Summer).
source <xs:element name="SessionName" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The identifier for the calendar for the academic session (e.g., 2010/11, 2011 Summer).</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1258.png
namespace http://ed-fi.org/0210
type SchoolYearType
properties
content simple
facets
Kind Value Annotation
enumeration 1990-1991
enumeration 1991-1992
enumeration 1992-1993
enumeration 1993-1994
enumeration 1994-1995
enumeration 1995-1996
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
enumeration 2030-2031
enumeration 2031-2032
enumeration 2032-2033
enumeration 2033-2034
enumeration 2034-2035
enumeration 2035-2036
enumeration 2036-2037
enumeration 2037-2038
enumeration 2038-2039
enumeration 2039-2040
enumeration 2040-2041
enumeration 2041-2042
enumeration 2042-2043
enumeration 2043-2044
enumeration 2044-2045
enumeration 2045-2046
enumeration 2046-2047
enumeration 2047-2048
enumeration 2048-2049
enumeration 2049-2050
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 Session/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1259.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Month, day, and year of the first day of the Session.
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the first day of the Session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1260.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Month, day and year of the last day of the Session.
source <xs:element name="EndDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Month, day and year of the last day of the Session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/Term
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1261.png
namespace http://ed-fi.org/0210
type TermDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
An enumeration value indicating the term (e.g. 'Fall Semester', 'Second Quarter', 'Summer Semester', etc.).
appinfo
<ann:Descriptor>TermDescriptor</ann:Descriptor>
source <xs:element name="Term" type="TermDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>An enumeration value indicating the term (e.g. 'Fall Semester', 'Second Quarter', 'Summer Semester', etc.).</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>TermDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Session/TotalInstructionalDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1262.png
namespace http://ed-fi.org/0210
type TotalInstructionalDays
properties
content simple
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
The total number of instructional days in the school calendar.
source <xs:element name="TotalInstructionalDays" type="TotalInstructionalDays">
 
<xs:annotation>
   
<xs:documentation>The total number of instructional days in the school calendar.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1263.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
Relates the Session to the school.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Session to the school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1264.png
namespace http://ed-fi.org/0210
type GradingPeriodReferenceType
properties
minOcc 1
maxOcc unbounded
content complex
children GradingPeriodIdentity
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
Grading periods associated with the session.
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Grading periods associated with the session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/AcademicWeekReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1265.png
namespace http://ed-fi.org/0210
type AcademicWeekReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children AcademicWeekIdentity
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 academic weeks associated with the school year.
source <xs:element name="AcademicWeekReference" type="AcademicWeekReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The academic weeks associated with the school year.</xs:documentation>
 
</xs:annotation>
</xs:element>