simpleType Currency
namespace http://ed-fi.org/0110
type xs:decimal
used by
elements Budget/Amount Actual/AmountToDate ContractedStaff/AmountToDate Payroll/AmountToDate EducationContent/Cost
annotation
documentation
US currency in dollars and cents.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
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>