simpleType
MediumOfInstructionType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||
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> |