complexType
GradingPeriodIdentityType
element GradingPeriodIdentityType/SchoolReference
element GradingPeriodIdentityType/GradingPeriod
element GradingPeriodIdentityType/BeginDate
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | SchoolReference GradingPeriod BeginDate | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="GradingPeriodIdentityType"> <xs:annotation> <xs:documentation>Identity of a GradingPeriod.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Identity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <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:sequence> </xs:complexType> |
element GradingPeriodIdentityType/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 GradingPeriodIdentityType/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 GradingPeriodIdentityType/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> |