complexType
LocationIdentityType
element LocationIdentityType/SchoolReference
element LocationIdentityType/ClassroomIdentificationCode
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | SchoolReference ClassroomIdentificationCode | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="LocationIdentityType"> <xs:annotation> <xs:documentation>Identity of a Location.</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>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:sequence> </xs:complexType> |
element LocationIdentityType/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 LocationIdentityType/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> |