complexType AcademicWeek
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p7.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children WeekIdentifier BeginDate EndDate TotalInstructionalDays CalendarDateReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the academic weeks for a school year, optionally captured to support analyses.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="AcademicWeek">
 
<xs:annotation>
   
<xs:documentation>This entity represents the academic weeks for a school year, optionally captured to support analyses.</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="WeekIdentifier" type="WeekIdentifier">
         
<xs:annotation>
           
<xs:documentation>The school label for the week.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The start date for the academic week.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The end date for the academic week.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TotalInstructionalDays" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The total instructional days during the academic week.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarDateReference" type="CalendarDateReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Days associated with the grading period.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AcademicWeek/WeekIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p8.png
namespace http://ed-fi.org/0110
type WeekIdentifier
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 80 
annotation
documentation
The school label for the week.
source <xs:element name="WeekIdentifier" type="WeekIdentifier">
 
<xs:annotation>
   
<xs:documentation>The school label for the week.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicWeek/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p9.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The start date for the academic week.
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The start date for the academic week.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicWeek/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p10.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The end date for the academic week.
source <xs:element name="EndDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The end date for the academic week.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicWeek/TotalInstructionalDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p11.png
namespace http://ed-fi.org/0110
type xs:int
properties
isRef 0
content simple
annotation
documentation
The total instructional days during the academic week.
source <xs:element name="TotalInstructionalDays" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The total instructional days during the academic week.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicWeek/CalendarDateReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p12.png
namespace http://ed-fi.org/0110
type CalendarDateReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children CalendarDateIdentity
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
Days associated with the grading period.
source <xs:element name="CalendarDateReference" type="CalendarDateReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Days associated with the grading period.</xs:documentation>
 
</xs:annotation>
</xs:element>