complexType ClassPeriodMeetingTimeIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p204.png
namespace http://ed-fi.org/0110
children EducationOrganizationReference ClassPeriodName WeekNumber AlternateDayName MeetingDays StartTime EndTime
used by
element ClassPeriodMeetingTimeReferenceType/ClassPeriodMeetingTimeIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity the meeting time.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="ClassPeriodMeetingTimeIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity the meeting time.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<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:element name="WeekNumber" type="WeekNumber">
     
<xs:annotation>
       
<xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:choice>
     
<xs:element name="AlternateDayName" type="AlternateDayName">
       
<xs:annotation>
         
<xs:documentation>An alternate name for the day (e.g., Red, Blue)</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="MeetingDays" type="MeetingDaysType">
       
<xs:annotation>
         
<xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:element name="StartTime" type="xs:time">
     
<xs:annotation>
       
<xs:documentation>An indication of the time of day the class begins.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndTime" type="xs:time">
     
<xs:annotation>
       
<xs:documentation>An indication of the time of day the class ends.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ClassPeriodMeetingTimeIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p205.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provide user information to lookup and link to an existing educational organization record in the receiving system.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassPeriodMeetingTimeIdentityType/ClassPeriodName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p206.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>

element ClassPeriodMeetingTimeIdentityType/WeekNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p207.png
namespace http://ed-fi.org/0110
type WeekNumber
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
maxInclusive 52 
annotation
documentation
The week number (out of the number of weeks in the cycle) for this meeting time.
source <xs:element name="WeekNumber" type="WeekNumber">
 
<xs:annotation>
   
<xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassPeriodMeetingTimeIdentityType/AlternateDayName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p208.png
namespace http://ed-fi.org/0110
type AlternateDayName
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
An alternate name for the day (e.g., Red, Blue)
source <xs:element name="AlternateDayName" type="AlternateDayName">
 
<xs:annotation>
   
<xs:documentation>An alternate name for the day (e.g., Red, Blue)</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassPeriodMeetingTimeIdentityType/MeetingDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p209.png
namespace http://ed-fi.org/0110
type MeetingDaysType
properties
isRef 0
content complex
children MeetingDay
annotation
documentation
The day(s) of the week (e.g., Monday, Wednesday) that the class meets.
source <xs:element name="MeetingDays" type="MeetingDaysType">
 
<xs:annotation>
   
<xs:documentation>The day(s) of the week (e.g., Monday, Wednesday) that the class meets.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassPeriodMeetingTimeIdentityType/StartTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p210.png
namespace http://ed-fi.org/0110
type xs:time
properties
isRef 0
content simple
annotation
documentation
An indication of the time of day the class begins.
source <xs:element name="StartTime" type="xs:time">
 
<xs:annotation>
   
<xs:documentation>An indication of the time of day the class begins.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClassPeriodMeetingTimeIdentityType/EndTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p211.png
namespace http://ed-fi.org/0110
type xs:time
properties
isRef 0
content simple
annotation
documentation
An indication of the time of day the class ends.
source <xs:element name="EndTime" type="xs:time">
 
<xs:annotation>
   
<xs:documentation>An indication of the time of day the class ends.</xs:documentation>
 
</xs:annotation>
</xs:element>