simpleType
Currency
namespace | http://ed-fi.org/0110 | ||||
type | xs:decimal | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Currency"> <xs:annotation> <xs:documentation>US currency in dollars and cents.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:decimal"/> </xs:simpleType> |