simpleType
Credit
namespace | http://ed-fi.org/0110 | |||||||||
type | restriction of xs:decimal | |||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |