complexType
GradingPeriod
element GradingPeriod/SchoolReference
element GradingPeriod/GradingPeriod
element GradingPeriod/BeginDate
element GradingPeriod/EndDate
element GradingPeriod/TotalInstructionalDays
element GradingPeriod/PeriodSequence
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | SchoolReference GradingPeriod BeginDate EndDate TotalInstructionalDays PeriodSequence | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="GradingPeriod"> <xs:annotation> <xs:documentation>This entity represents the time span for which grades are reported.</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>Provide user information to lookup and link to an existing school record.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GradingPeriod" type="GradingPeriodDescriptorReferenceType"> <xs:annotation> <xs:documentation>The name of the period for which grades are reported.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradingPeriodDescriptor</ann:Descriptor> </xs:appinfo> </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 GradingPeriod.</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 GradingPeriod.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalInstructionalDays" type="TotalInstructionalDays"> <xs:annotation> <xs:documentation>Total days available for educational instruction during the GradingPeriod.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PeriodSequence" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The sequential order of this period relative to other periods.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element GradingPeriod/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>Provide user information to lookup and link to an existing school record.</xs:documentation> </xs:annotation> </xs:element> |
element GradingPeriod/GradingPeriod
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradingPeriodDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="GradingPeriod" type="GradingPeriodDescriptorReferenceType"> <xs:annotation> <xs:documentation>The name of the period for which grades are reported.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradingPeriodDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element GradingPeriod/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 GradingPeriod.</xs:documentation> </xs:annotation> </xs:element> |
element GradingPeriod/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 GradingPeriod.</xs:documentation> </xs:annotation> </xs:element> |
element GradingPeriod/TotalInstructionalDays
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | TotalInstructionalDays | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="TotalInstructionalDays" type="TotalInstructionalDays"> <xs:annotation> <xs:documentation>Total days available for educational instruction during the GradingPeriod.</xs:documentation> </xs:annotation> </xs:element> |
element GradingPeriod/PeriodSequence
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:int | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="PeriodSequence" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The sequential order of this period relative to other periods.</xs:documentation> </xs:annotation> </xs:element> |