simpleType SequenceOfCourse
namespace http://ed-fi.org/0200
type restriction of xs:int
properties
base xs:int
used by
elements Section/SequenceOfCourse SectionIdentityType/SequenceOfCourse SectionLookupType/SequenceOfCourse
facets
Kind Value Annotation
minInclusive 1
maxInclusive 8
annotation
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.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>101</ann:EdFiId>
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>
     
<ann:EdFiId>101</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="8"/>
 
</xs:restriction>
</xs:simpleType>