simpleType
Learning
namespace | http://ed-fi.org/0210 | |||||||||
type | restriction of xs:decimal | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:totalDigits value="5"/> <xs:fractionDigits value="4"/> </xs:restriction> </xs:simpleType> |