simpleType
WeekNumber
namespace | http://ed-fi.org/0110 | |||||||||
type | restriction of xs:int | |||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |