complexType LocationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p956.png
namespace http://ed-fi.org/0210
children SchoolReference ClassroomIdentificationCode
used by
element LocationReferenceType/LocationIdentity
annotation
documentation
Identity of a Location.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p957.png
namespace http://ed-fi.org/0210
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Relates the Location to the school.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p958.png
namespace http://ed-fi.org/0210
type ClassroomIdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
A unique number or alphanumeric code assigned to a room by a school, school system, state, or other agency or entity.
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>