complexType AcademicWeekIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p13.png
namespace http://ed-fi.org/0110
children EducationOrganizationReference WeekIdentifier BeginDate EndDate
used by
element AcademicWeekReferenceType/AcademicWeekIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of academic weeks.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AcademicWeekIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of academic weeks.</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:choice>
     
<xs:element name="WeekIdentifier" type="WeekIdentifier">
       
<xs:annotation>
         
<xs:documentation>The school label for the academic week.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:sequence>
       
<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:sequence>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

element AcademicWeekIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p14.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 AcademicWeekIdentityType/WeekIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p15.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 academic week.
source <xs:element name="WeekIdentifier" type="WeekIdentifier">
 
<xs:annotation>
   
<xs:documentation>The school label for the academic week.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicWeekIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p16.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 AcademicWeekIdentityType/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p17.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>