simpleType MaxCompletionsForCredit
namespace http://ed-fi.org/0210
type restriction of xs:int
properties
base xs:int
used by
element Course/MaxCompletionsForCredit
facets
Kind Value Annotation
minInclusive 1
annotation
documentation
Designates how many times the course may be taken with credit received by the student.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="MaxCompletionsForCredit">
 
<xs:annotation>
   
<xs:documentation>Designates how many times the course may be taken with credit received by the student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
 
</xs:restriction>
</xs:simpleType>