simpleType CreditsValue
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
elements AdditionalCredits/Credits Credits/Credits
facets
Kind Value Annotation
minInclusive 0
totalDigits 9
fractionDigits 2
annotation
documentation
The value of credits or units of value awarded for the completion of a course.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>33</ann:EdFiId>
source <xs:simpleType name="CreditsValue">
 
<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>
     
<ann:EdFiId>33</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:minInclusive value="0"/>
   
<xs:totalDigits value="9"/>
   
<xs:fractionDigits value="2"/>
 
</xs:restriction>
</xs:simpleType>