simpleType percent
namespace http://ed-fi.org/0110
type xs:int
used by
elements LearningStyles/AuditoryLearning StaffEducationOrgEmploymentAssociation/FullTimeEquivalency ObjectiveAssessment/PercentOfAssessment LearningStyles/TactileLearning LearningStyles/VisualLearning
annotation
documentation
A proportion in relation to the whole (as measured in parts per one hundred).
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
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>