simpleType WeekIdentifier
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements AcademicWeek/WeekIdentifier AcademicWeekIdentityType/WeekIdentifier
facets
Kind Value Annotation
minLength 5
maxLength 80
annotation
documentation
The school label for the academic week.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>117</ann:EdFiId>
source <xs:simpleType name="WeekIdentifier">
 
<xs:annotation>
   
<xs:documentation>The school label for the academic week.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>117</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="5"/>
   
<xs:maxLength value="80"/>
 
</xs:restriction>
</xs:simpleType>