simpleType Credit
namespace http://ed-fi.org/0110
type restriction of xs:decimal
used by
elements AdditionalCredits/Credit Credits/Credit
facets
Kind Value annotation 
minInclusive 
fractionDigits 
annotation
documentation
The value of credits or units of value awarded for the completion of a course
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="Credit">
 
<xs:annotation>
   
<xs:documentation>The value of credits or units of value awarded for the completion of a course</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>