simpleType Currency
namespace http://ed-fi.org/0200
type xs:decimal
properties
base xs:decimal
used by
elements Budget/Amount Actual/AmountToDate ContractedStaff/AmountToDate Payroll/AmountToDate EducationContent/Cost StateEducationAgencyFederalFunds/FederalProgramsFundingAllocation StaffEducationOrganizationEmploymentAssociation/HourlyWage DisciplineIncident/IncidentCost LocalEducationAgencyFederalFunds/InnovativeDollarsSpent LocalEducationAgencyFederalFunds/InnovativeDollarsSpentStrategicPriorities LocalEducationAgencyFederalFunds/InnovativeProgramsFundsReceived LocalEducationAgencyFederalFunds/SchoolImprovementAllocation LocalEducationAgencyFederalFunds/SupplementalEducationalServicesFundsSpent LocalEducationAgencyFederalFunds/SupplementalEducationalServicesPerPupilExpenditure
annotation
documentation
U.S. currency in dollars and cents.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>36</ann:EdFiId>
source <xs:simpleType name="Currency">
 
<xs:annotation>
   
<xs:documentation>U.S. currency in dollars and cents.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>36</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal"/>
</xs:simpleType>