complexType AcademicWeekIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p16.png
namespace http://ed-fi.org/0200
children SchoolReference WeekIdentifier
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>
<ann:EdFiId>393</ann:EdFiId>
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>
     
<ann:EdFiId>393</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2436</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="WeekIdentifier" type="WeekIdentifier">
     
<xs:annotation>
       
<xs:documentation>The school label for the academic week.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AcademicWeekIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p17.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
Provide user information to lookup and link to an existing school record in the receiving system.
appinfo
<ann:EdFiId>2436</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2436</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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