complexType SessionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p880.png
namespace http://ed-fi.org/0110
children StateOrganizationId EducationOrgIdentificationCode SessionName SchoolYear Term
used by
element SessionReferenceType/SessionIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of sessions at a school.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="SessionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of sessions at a school. </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice 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 name="StateOrganizationId" type="IdentificationCode">
       
<xs:annotation>
         
<xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA).  Also known as the State LEA ID.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:choice>
     
<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:sequence>
       
<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:sequence>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element SessionIdentityType/StateOrganizationId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p881.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 assigned to an education agency by the State Education Agency (SEA).  Also known as the State LEA ID.
source <xs:element name="StateOrganizationId" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA).  Also known as the State LEA ID.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SessionIdentityType/EducationOrgIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p882.png
namespace http://ed-fi.org/0110
type EducationOrgIdentificationCode
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children ID
attributes
Name  Type  Use  Default  Fixed  annotation
IdentificationSystemEducationOrgIdentificationSystemTyperequired      
documentation
The school system, state, or agency assigning the identification code.
annotation
documentation
A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.
source <xs:element name="EducationOrgIdentificationCode" type="EducationOrgIdentificationCode" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an education organization by a school, school system, a state, or other agency or entity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SessionIdentityType/SessionName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p883.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 SessionIdentityType/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p884.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 SessionIdentityType/Term
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p885.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>