simpleType
percent
namespace | http://ed-fi.org/0110 | ||||
type | xs:int | ||||
used by | |||||
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>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:int"/> </xs:simpleType> |