complexType
LearningStyle
element LearningStyle/VisualLearning
element LearningStyle/AuditoryLearning
element LearningStyle/TactileLearning
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | VisualLearning AuditoryLearning TactileLearning | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="LearningStyle"> <xs:annotation> <xs:documentation>The student's relative preference to visual, auditory, and tactile learning expressed as percentages.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Common</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="VisualLearning" type="Learning"> <xs:annotation> <xs:documentation>The student's relative preference expressed as a percent to visual learning.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AuditoryLearning" type="Learning"> <xs:annotation> <xs:documentation>The student's relative preference expressed as a percent to auditory learning.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TactileLearning" type="Learning"> <xs:annotation> <xs:documentation>The student's relative preference expressed as a percent to kinesthetic or tactile learning.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
element LearningStyle/VisualLearning
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Learning | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="VisualLearning" type="Learning"> <xs:annotation> <xs:documentation>The student's relative preference expressed as a percent to visual learning.</xs:documentation> </xs:annotation> </xs:element> |
element LearningStyle/AuditoryLearning
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Learning | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AuditoryLearning" type="Learning"> <xs:annotation> <xs:documentation>The student's relative preference expressed as a percent to auditory learning.</xs:documentation> </xs:annotation> </xs:element> |
element LearningStyle/TactileLearning
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Learning | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="TactileLearning" type="Learning"> <xs:annotation> <xs:documentation>The student's relative preference expressed as a percent to kinesthetic or tactile learning.</xs:documentation> </xs:annotation> </xs:element> |