complexType
Session
element Session/SessionName
element Session/SchoolYear
element Session/BeginDate
element Session/EndDate
element Session/Term
element Session/TotalInstructionalDays
element Session/SchoolReference
element Session/GradingPeriodReference
element Session/AcademicWeekReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | SessionName SchoolYear BeginDate EndDate Term TotalInstructionalDays SchoolReference GradingPeriodReference AcademicWeekReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | IdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | SchoolYearType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | TermDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | TotalInstructionalDays | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SchoolReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SchoolIdentity SchoolLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradingPeriodReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | GradingPeriodIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | AcademicWeekReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | AcademicWeekIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |