simpleType MediumOfInstructionType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element Section/MediumOfInstruction
facets
Kind Value annotation 
enumeration Televised 
enumeration Telepresence/video conference 
enumeration Videotaped/prerecorded video 
enumeration Other technology-based instruction 
enumeration Technology-based instruction in classroom 
enumeration Correspondence instruction 
enumeration Face-to-face instruction 
enumeration Virtual/On-line Distance learning 
enumeration Center-based instruction 
enumeration Independent study 
enumeration Internship 
enumeration Other 
annotation
documentation
The media through which teachers provide instruction to students and students and teachers communicate about instructional matters. 
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="MediumOfInstructionType">
 
<xs:annotation>
   
<xs:documentation>The media through which teachers provide instruction to students and students and teachers communicate about instructional matters.  </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Televised"/>
   
<xs:enumeration value="Telepresence/video conference"/>
   
<xs:enumeration value="Videotaped/prerecorded video"/>
   
<xs:enumeration value="Other technology-based instruction"/>
   
<xs:enumeration value="Technology-based instruction in classroom"/>
   
<xs:enumeration value="Correspondence instruction"/>
   
<xs:enumeration value="Face-to-face instruction"/>
   
<xs:enumeration value="Virtual/On-line Distance learning"/>
   
<xs:enumeration value="Center-based instruction"/>
   
<xs:enumeration value="Independent study"/>
   
<xs:enumeration value="Internship"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>