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://ltsc.ieee.org/xsd/imscc/LOM" targetNamespace="http://ltsc.ieee.org/xsd/imscc/LOM">
|
|
|
3 |
<!--****************************************************************************************-->
|
|
|
4 |
<!--** Definition document - this document holds AP defined simpleType elements that have **-->
|
|
|
5 |
<!--** been referenced through a type attribute in one of the modified, resultant schema. **-->
|
|
|
6 |
<!--****************************************************************************************-->
|
|
|
7 |
<xs:simpleType name="ImsCCType">
|
|
|
8 |
<xs:restriction base="xs:string">
|
|
|
9 |
<xs:whiteSpace value="preserve" />
|
|
|
10 |
<xs:enumeration value="IMS Common Cartridge" />
|
|
|
11 |
</xs:restriction>
|
|
|
12 |
</xs:simpleType>
|
|
|
13 |
</xsd:schema>
|
|
|
14 |
|