complexType AcademicWeek
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p10.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children SchoolReference WeekIdentifier BeginDate EndDate TotalInstructionalDays
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 academic weeks for a school year, optionally captured to support analyses.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>536</ann:EdFiId>
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>
     
<ann:EdFiId>536</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 academic week to an existing School.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2435</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="WeekIdentifier" type="WeekIdentifier">
         
<xs:annotation>
           
<xs:documentation>The school label for the week.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1204</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1200</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1202</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1203</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AcademicWeek/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p11.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 academic week to an existing School.
appinfo
<ann:EdFiId>2435</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the academic week to an existing School.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2435</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AcademicWeek/WeekIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p12.png
namespace http://ed-fi.org/0200
type WeekIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 5
maxLength 80
annotation
documentation
The school label for the week.
appinfo
<ann:EdFiId>1204</ann:EdFiId>
source <xs:element name="WeekIdentifier" type="WeekIdentifier">
 
<xs:annotation>
   
<xs:documentation>The school label for the week.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1204</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AcademicWeek/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p13.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The start date for the academic week.
appinfo
<ann:EdFiId>1200</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The start date for the academic week.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1200</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AcademicWeek/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p14.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The end date for the academic week.
appinfo
<ann:EdFiId>1202</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The end date for the academic week.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1202</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AcademicWeek/TotalInstructionalDays
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p15.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The total instructional days during the academic week.
appinfo
<ann:EdFiId>1203</ann:EdFiId>
source <xs:element name="TotalInstructionalDays" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The total instructional days during the academic week.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1203</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>