simpleType Learning
namespace http://ed-fi.org/0200
type restriction of xs:decimal
properties
base xs:decimal
used by
elements LearningStyle/AuditoryLearning LearningStyle/TactileLearning LearningStyle/VisualLearning
facets
Kind Value Annotation
totalDigits 5
fractionDigits 4
annotation
documentation
Student's learning method preference (ex. auditory, visual, and "kinesthetic or tactile") expressed as a normalized percentage.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>65</ann:EdFiId>
source <xs:simpleType name="Learning">
 
<xs:annotation>
   
<xs:documentation>Student's learning method preference (ex. auditory, visual, and "kinesthetic or tactile") expressed as a normalized percentage.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>65</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="5"/>
   
<xs:fractionDigits value="4"/>
 
</xs:restriction>
</xs:simpleType>