complexType Location
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p852.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children SchoolReference ClassroomIdentificationCode MaximumNumberOfSeats OptimalNumberOfSeats
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
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.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>570</ann:EdFiId>
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>
     
<ann:EdFiId>570</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1533</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1530</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1531</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1532</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Location/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p853.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1533</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Location to the school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1533</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Location/ClassroomIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p854.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1530</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1530</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Location/MaximumNumberOfSeats
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p855.png
namespace http://ed-fi.org/0200
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The most number of seats the class can maintain.
appinfo
<ann:EdFiId>1531</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1531</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Location/OptimalNumberOfSeats
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p856.png
namespace http://ed-fi.org/0200
type xs:int
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of seats that is most favorable to the class.
appinfo
<ann:EdFiId>1532</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1532</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>