complexType
AcademicWeek
element AcademicWeek/WeekIdentifier
element AcademicWeek/BeginDate
element AcademicWeek/EndDate
element AcademicWeek/TotalInstructionalDays
element AcademicWeek/CalendarDateReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | WeekIdentifier BeginDate EndDate TotalInstructionalDays CalendarDateReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="AcademicWeek"> <xs:annotation> <xs:documentation>This entity represents the academic weeks for a school year, optionally captured to support analyses.</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="WeekIdentifier" type="WeekIdentifier"> <xs:annotation> <xs:documentation>The school label for the week.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The start date for the academic week.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date"> <xs:annotation> <xs:documentation>The end date for the academic week.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalInstructionalDays" type="xs:int"> <xs:annotation> <xs:documentation>The total instructional days during the academic week.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CalendarDateReference" type="CalendarDateReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Days associated with the grading period.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element AcademicWeek/WeekIdentifier
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | WeekIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="WeekIdentifier" type="WeekIdentifier"> <xs:annotation> <xs:documentation>The school label for the week.</xs:documentation> </xs:annotation> </xs:element> |
element AcademicWeek/BeginDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The start date for the academic week.</xs:documentation> </xs:annotation> </xs:element> |
element AcademicWeek/EndDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="EndDate" type="xs:date"> <xs:annotation> <xs:documentation>The end date for the academic week.</xs:documentation> </xs:annotation> </xs:element> |
element AcademicWeek/TotalInstructionalDays
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:int | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="TotalInstructionalDays" type="xs:int"> <xs:annotation> <xs:documentation>The total instructional days during the academic week.</xs:documentation> </xs:annotation> </xs:element> |
element AcademicWeek/CalendarDateReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | CalendarDateReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CalendarDateIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CalendarDateReference" type="CalendarDateReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Days associated with the grading period.</xs:documentation> </xs:annotation> </xs:element> |