complexType AcademicWeekIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p18.png
namespace http://ed-fi.org/0210
children SchoolReference WeekIdentifier
used by
element AcademicWeekReferenceType/AcademicWeekIdentity
annotation
documentation
Identity of an AcademicWeek.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="AcademicWeekIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of an AcademicWeek.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the academic week to an existing School.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="WeekIdentifier" type="WeekIdentifier">
     
<xs:annotation>
       
<xs:documentation>The school label for the week.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AcademicWeekIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p19.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the academic week to an existing School.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicWeekIdentityType/WeekIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p20.png
namespace http://ed-fi.org/0210
type WeekIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 5
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>