simpleType WeekNumber
namespace http://ed-fi.org/0110
type restriction of xs:int
used by
elements MeetingTime/WeekNumber ClassPeriodMeetingTimeIdentityType/WeekNumber
facets
Kind Value annotation 
minInclusive 
maxInclusive 52 
annotation
documentation
The week number (out of the number of weeks in the cycle) for this meeting time.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="WeekNumber">
 
<xs:annotation>
   
<xs:documentation>The week number (out of the number of weeks in the cycle) for this meeting time.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="52"/>
 
</xs:restriction>
</xs:simpleType>