simpleType WeeksInCycle
namespace http://ed-fi.org/0110
type restriction of xs:int
used by
element BellSchedule/WeeksInCycle
facets
Kind Value annotation 
minInclusive 
maxInclusive 52 
annotation
documentation
The number of weeks in which the meeting time schedules repeat.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="WeeksInCycle">
 
<xs:annotation>
   
<xs:documentation>The number of weeks in which the meeting time schedules repeat.</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>