complexType Session
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p869.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children SessionName SchoolYear Term BeginDate EndDate TotalInstructionalDays EducationOrganizationReference GradingPeriodReference CalendarDateReference AcademicWeekReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the prescribed span of time when an education institution is open, instruction is provided, and students are under the direction and guidance of teachers and/or education institution administration. A session may be interrupted by one or more vacations.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="Session">
 
<xs:annotation>
   
<xs:documentation>This entity represents the prescribed span of time when an education institution is open, instruction is provided, and students are under the direction and guidance of teachers and/or education institution administration. A session may be interrupted by one or more vacations.</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="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="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="TotalInstructionalDays" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The total number of instructional days in the school calendar.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Grading periods associated with the calendar,</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarDateReference" type="CalendarDateReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Days associated with the calendar.</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_p870.png
namespace http://ed-fi.org/0110
type IdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p871.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 Session/Term
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p872.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 Session/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p873.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p874.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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/TotalInstructionalDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p875.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
content simple
annotation
documentation
The total number of instructional days in the school calendar.
source <xs:element name="TotalInstructionalDays" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The total number of instructional days in the school calendar.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p876.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 Education Organization that defines the curriculum and courses offered - often the LEA.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element Session/CalendarDateReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p878.png
namespace http://ed-fi.org/0110
type CalendarDateReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CalendarDateIdentity
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
Days associated with the calendar.
source <xs:element name="CalendarDateReference" type="CalendarDateReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Days associated with the calendar.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Session/AcademicWeekReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p879.png
namespace http://ed-fi.org/0110
type AcademicWeekReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children AcademicWeekIdentity
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 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>