simpleType WeekNumber
namespace http://ed-fi.org/0200
type restriction of xs:int
properties
base xs:int
facets
Kind Value Annotation
minInclusive 1
maxInclusive 54
annotation
documentation
The week number (out of the number of weeks in the cycle) for this meeting time.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>118</ann:EdFiId>
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>
     
<ann:EdFiId>118</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="54"/>
 
</xs:restriction>
</xs:simpleType>