simpleType InteractivityStyleType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element EducationContent/InteractivityStyle
facets
Kind Value Annotation
enumeration Active
appinfo
<ann:EdFiId>185-001</ann:EdFiId>
enumeration Expositive
appinfo
<ann:EdFiId>185-002</ann:EdFiId>
enumeration Mixed
appinfo
<ann:EdFiId>185-003</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>185-004</ann:EdFiId>
annotation
documentation
The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>185</ann:EdFiId>
source <xs:simpleType name="InteractivityStyleType">
 
<xs:annotation>
   
<xs:documentation>The predominate mode of learning supported by the learning resource. Acceptable values are active, expositive, or mixed.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>185</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Active">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>185-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Expositive">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>185-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Mixed">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>185-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>185-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>