1 |
efrain |
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:voc="http://ltsc.ieee.org/xsd/LOM/vocab" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ltsc.ieee.org/xsd/LOM" targetNamespace="http://ltsc.ieee.org/xsd/LOM">
|
|
|
3 |
<xs:import namespace="http://ltsc.ieee.org/xsd/LOM/vocab" schemaLocation="vocab/loose.xsd"/>
|
|
|
4 |
<!--****************************************************************************************-->
|
|
|
5 |
<!--** Definition document - this document holds AP defined simpleType elements that have **-->
|
|
|
6 |
<!--** been referenced through a type attribute in one of the modified, resultant schema. **-->
|
|
|
7 |
<!--****************************************************************************************-->
|
|
|
8 |
<xs:simpleType name="RolesValues">
|
|
|
9 |
<xs:restriction base="voc:intendedEndUserRole">
|
|
|
10 |
<xs:whiteSpace value="preserve" />
|
|
|
11 |
<xs:enumeration value="Learner" />
|
|
|
12 |
<xs:enumeration value="Instructor" />
|
|
|
13 |
</xs:restriction>
|
|
|
14 |
</xs:simpleType>
|
|
|
15 |
<xs:simpleType name="RoleVocab">
|
|
|
16 |
<xs:restriction base="voc:source">
|
|
|
17 |
<xs:whiteSpace value="preserve" />
|
|
|
18 |
<xs:enumeration value="IMSGLC_CC_Rolesv1p0" />
|
|
|
19 |
</xs:restriction>
|
|
|
20 |
</xs:simpleType>
|
|
|
21 |
<xs:simpleType name="HEContext">
|
|
|
22 |
<xs:restriction base="voc:context">
|
|
|
23 |
<xs:whiteSpace value="preserve" />
|
|
|
24 |
<xs:enumeration value="higher education" />
|
|
|
25 |
</xs:restriction>
|
|
|
26 |
</xs:simpleType>
|
|
|
27 |
<xs:simpleType name="SourceIEELOM">
|
|
|
28 |
<xs:restriction base="voc:source">
|
|
|
29 |
<xs:whiteSpace value="preserve" />
|
|
|
30 |
<xs:enumeration value="LOMv1.0" />
|
|
|
31 |
</xs:restriction>
|
|
|
32 |
</xs:simpleType>
|
|
|
33 |
</xsd:schema>
|
|
|
34 |
|