simpleType NumberOfParts
namespace http://ed-fi.org/0200
type restriction of xs:int
properties
base xs:int
used by
element Course/NumberOfParts
facets
Kind Value Annotation
minInclusive 1
maxInclusive 8
annotation
documentation
The number of parts identified for a course.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>78</ann:EdFiId>
source <xs:simpleType name="NumberOfParts">
 
<xs:annotation>
   
<xs:documentation>The number of parts identified for a course.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>78</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="8"/>
 
</xs:restriction>
</xs:simpleType>