complexType
Location
element Location/SchoolReference
element Location/ClassroomIdentificationCode
element Location/MaximumNumberOfSeats
element Location/OptimalNumberOfSeats
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | SchoolReference ClassroomIdentificationCode MaximumNumberOfSeats OptimalNumberOfSeats | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="Location"> <xs:annotation> <xs:documentation>This entity represents the physical space where students gather for a particular class/section. The Location may be an indoor or outdoor area designated for the purpose of meeting the educational needs of students.</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 Location to the school.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ClassroomIdentificationCode" type="ClassroomIdentificationCode"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaximumNumberOfSeats" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The most number of seats the class can maintain.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OptimalNumberOfSeats" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The number of seats that is most favorable to the class.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element Location/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 Location to the school.</xs:documentation> </xs:annotation> </xs:element> |
element Location/ClassroomIdentificationCode
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | ClassroomIdentificationCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ClassroomIdentificationCode" type="ClassroomIdentificationCode"> <xs:annotation> <xs:documentation>A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.</xs:documentation> </xs:annotation> </xs:element> |
element Location/MaximumNumberOfSeats
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:int | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="MaximumNumberOfSeats" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The most number of seats the class can maintain.</xs:documentation> </xs:annotation> </xs:element> |
element Location/OptimalNumberOfSeats
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:int | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="OptimalNumberOfSeats" type="xs:int" minOccurs="0"> <xs:annotation> <xs:documentation>The number of seats that is most favorable to the class.</xs:documentation> </xs:annotation> </xs:element> |