simpleType Percent
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
elements StaffEducationOrganizationEmploymentAssociation/FullTimeEquivalency StaffSectionAssociation/PercentageContribution ObjectiveAssessment/PercentOfAssessment LocalEducationAgencyFederalFunds/SchoolImprovementReservedFundsPercentage LocalEducationAgencyFederalFunds/StateAssessmentAdministrationFunding
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
totalDigits 5
fractionDigits 4
annotation
documentation
A proportion in relation to the whole (as measured in parts per one hundred).
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>80</ann:EdFiId>
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>
     
<ann:EdFiId>80</ann:EdFiId>
   
</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>