simpleType
Percent
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | restriction of xs:decimal | |||||||||||||||
properties |
|
|||||||||||||||
used by | ||||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="Percent"> <xs:annotation> <xs:documentation>A proportion in relation to the whole (as measured in parts per one hundred).</xs:documentation> <xs:appinfo> <ann:TypeGroup>Simple</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> <xs:totalDigits value="5"/> <xs:fractionDigits value="4"/> </xs:restriction> </xs:simpleType> |