simpleType
SequenceOfCourse
| namespace | http://ed-fi.org/0110 | |||||||||
| type | restriction of xs:int | |||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="SequenceOfCourse"> <xs:annotation> <xs:documentation>When a section is part of a sequence of parts for a course, the number if the sequence. If the course has only one part, the value of this section attribute should be 1.</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="8"/> </xs:restriction> </xs:simpleType> |
