complexType ClassPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p242.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children SchoolReference ClassPeriodName
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 designation of a regularly scheduled series of class meetings at designated times and days of the week.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>546</ann:EdFiId>
source <xs:complexType name="ClassPeriod">
 
<xs:annotation>
   
<xs:documentation>This entity represents the designation of a regularly scheduled series of class meetings at designated times and days of the week.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>546</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 ClassPeriod to the school.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1274</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ClassPeriodName" type="ClassPeriodName">
         
<xs:annotation>
           
<xs:documentation>An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1273</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ClassPeriod/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p243.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 ClassPeriod to the school.
appinfo
<ann:EdFiId>1274</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the ClassPeriod to the school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1274</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ClassPeriod/ClassPeriodName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p244.png
namespace http://ed-fi.org/0200
type ClassPeriodName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).
appinfo
<ann:EdFiId>1273</ann:EdFiId>
source <xs:element name="ClassPeriodName" type="ClassPeriodName">
 
<xs:annotation>
   
<xs:documentation>An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1273</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>