complexType ClassPeriod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p195.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children ClassPeriodName
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the designation of regularly scheduled series of class meetings at designated times and days of the week.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="ClassPeriod">
 
<xs:annotation>
   
<xs:documentation>This entity represents the designation of regularly scheduled series of class meetings at designated times and days of the week.</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="ClassPeriodName" type="ClassPeriodNameType">
         
<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:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ClassPeriod/ClassPeriodName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p196.png
namespace http://ed-fi.org/0110
type ClassPeriodNameType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
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).
source <xs:element name="ClassPeriodName" type="ClassPeriodNameType">
 
<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:annotation>
</xs:element>