complexType
ClassPeriod
element ClassPeriod/SchoolReference
element ClassPeriod/ClassPeriodName
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | SchoolReference ClassPeriodName | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="ClassPeriod"> <xs:annotation> <xs:documentation>This entity represents the designation of a regularly scheduled series of class meetings at designated times and days of the week.</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 ClassPeriod to the school.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ClassPeriodName" type="ClassPeriodName"> <xs:annotation> <xs:documentation>An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element ClassPeriod/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 ClassPeriod to the school.</xs:documentation> </xs:annotation> </xs:element> |
element ClassPeriod/ClassPeriodName
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ClassPeriodName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ClassPeriodName" type="ClassPeriodName"> <xs:annotation> <xs:documentation>An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).</xs:documentation> </xs:annotation> </xs:element> |