complexType
AcademicWeek
element AcademicWeek/SchoolReference
element AcademicWeek/WeekIdentifier
element AcademicWeek/BeginDate
element AcademicWeek/EndDate
element AcademicWeek/TotalInstructionalDays
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | SchoolReference WeekIdentifier BeginDate EndDate TotalInstructionalDays | ||||||||||||||
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="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Relates the academic week to an existing School.</xs:documentation> </xs:annotation> </xs:element> <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="TotalInstructionalDays"> <xs:annotation> <xs:documentation>The total instructional days during the academic week.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element AcademicWeek/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 academic week to an existing School.</xs:documentation> </xs:annotation> </xs:element> |
element AcademicWeek/WeekIdentifier
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
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/0210 | ||
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/0210 | ||
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/0210 | ||||||
type | TotalInstructionalDays | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TotalInstructionalDays" type="TotalInstructionalDays"> <xs:annotation> <xs:documentation>The total instructional days during the academic week.</xs:documentation> </xs:annotation> </xs:element> |