complexType
ClassPeriod
element ClassPeriod/ClassPeriodName
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | ClassPeriodName | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="ClassPeriod"> <xs:annotation> <xs:documentation>This entity represents the designation of 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="ClassPeriodName" type="ClassPeriodNameType"> <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/ClassPeriodName
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ClassPeriodNameType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ClassPeriodName" type="ClassPeriodNameType"> <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> |