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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.imsglobal.org/xsd/imscc/imscp_v1p1" targetNamespace="http://www.imsglobal.org/xsd/imscc/imscp_v1p1">
|
|
|
3 |
<xsd:import namespace="http://www.imsglobal.org/xsd/imscp_v1p1" schemaLocation="imscp_v1p2.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="schemaversionFixed">
|
|
|
9 |
<xs:restriction base="xs:string">
|
|
|
10 |
<xs:whiteSpace value="preserve" />
|
|
|
11 |
</xs:restriction>
|
|
|
12 |
</xs:simpleType>
|
|
|
13 |
<xs:simpleType name="schemaFixed">
|
|
|
14 |
<xs:restriction base="xs:string">
|
|
|
15 |
<xs:whiteSpace value="preserve" />
|
|
|
16 |
</xs:restriction>
|
|
|
17 |
</xs:simpleType>
|
|
|
18 |
<xs:simpleType name="rootedHierarchy">
|
|
|
19 |
<xs:restriction base="xs:string">
|
|
|
20 |
<xs:whiteSpace value="preserve" />
|
|
|
21 |
</xs:restriction>
|
|
|
22 |
</xs:simpleType>
|
|
|
23 |
<xs:simpleType name="predefinedContentTypes">
|
|
|
24 |
<xs:restriction base="xs:string">
|
|
|
25 |
<xs:whiteSpace value="preserve" />
|
|
|
26 |
<xs:enumeration value="imsdt_xmlv1p0" />
|
|
|
27 |
<xs:enumeration value="imswl_xmlv1p0" />
|
|
|
28 |
<xs:enumeration value="webcontent" />
|
|
|
29 |
<xs:enumeration value="imsqti_xmlv1p2/imscc_xmlv1p0/assessment" />
|
|
|
30 |
<xs:enumeration value="imsqti_xmlv1p2/imscc_xmlv1p0/question-bank" />
|
|
|
31 |
<xs:enumeration value="associatedcontent/imscc_xmlv1p0/learning-application-resource" />
|
|
|
32 |
</xs:restriction>
|
|
|
33 |
</xs:simpleType>
|
|
|
34 |
<xs:simpleType name="isNotVisible">
|
|
|
35 |
<xs:restriction base="xs:boolean">
|
|
|
36 |
<xs:whiteSpace value="collapse" />
|
|
|
37 |
</xs:restriction>
|
|
|
38 |
</xs:simpleType>
|
|
|
39 |
<xs:simpleType name="defaultOrganizationProhibited">
|
|
|
40 |
<xs:restriction base="xs:IDREF">
|
|
|
41 |
<xs:whiteSpace value="collapse" />
|
|
|
42 |
</xs:restriction>
|
|
|
43 |
</xs:simpleType>
|
|
|
44 |
<xs:simpleType name="RequiredHref">
|
|
|
45 |
<xs:restriction base="xs:anyURI">
|
|
|
46 |
<xs:whiteSpace value="collapse" />
|
|
|
47 |
</xs:restriction>
|
|
|
48 |
</xs:simpleType>
|
|
|
49 |
<xs:simpleType name="ProhibitedHref">
|
|
|
50 |
<xs:restriction base="xs:anyURI">
|
|
|
51 |
<xs:whiteSpace value="collapse" />
|
|
|
52 |
</xs:restriction>
|
|
|
53 |
</xs:simpleType>
|
|
|
54 |
<xs:simpleType name="OptionalHref">
|
|
|
55 |
<xs:restriction base="xs:anyURI">
|
|
|
56 |
<xs:whiteSpace value="collapse" />
|
|
|
57 |
</xs:restriction>
|
|
|
58 |
</xs:simpleType>
|
|
|
59 |
<xs:simpleType name="NoParameters">
|
|
|
60 |
<xs:restriction base="xs:string">
|
|
|
61 |
<xs:whiteSpace value="preserve" />
|
|
|
62 |
</xs:restriction>
|
|
|
63 |
</xs:simpleType>
|
|
|
64 |
<xs:simpleType name="NoParameter">
|
|
|
65 |
<xs:restriction base="xs:string">
|
|
|
66 |
<xs:whiteSpace value="preserve" />
|
|
|
67 |
</xs:restriction>
|
|
|
68 |
</xs:simpleType>
|
|
|
69 |
<xs:simpleType name="NoIsVisible">
|
|
|
70 |
<xs:restriction base="xs:boolean">
|
|
|
71 |
<xs:whiteSpace value="collapse" />
|
|
|
72 |
</xs:restriction>
|
|
|
73 |
</xs:simpleType>
|
|
|
74 |
<xs:simpleType name="NoIdentifierRef">
|
|
|
75 |
<xs:restriction base="xs:string">
|
|
|
76 |
<xs:whiteSpace value="preserve" />
|
|
|
77 |
</xs:restriction>
|
|
|
78 |
</xs:simpleType>
|
|
|
79 |
</xsd:schema>
|
|
|
80 |
|