complexType Location
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p661.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children ClassroomIdentificationCode MaximumNumberOfSeats OptimalNumberOfSeats
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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="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/ClassroomIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p662.png
namespace http://ed-fi.org/0110
type ClassroomIdentificationCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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>

element Location/MaximumNumberOfSeats
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p663.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The most number of seats the class can maintain.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p664.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of seats that is most favorable to the class.
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>