You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
907 B
14 lines
907 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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">
|
|
<!--****************************************************************************************-->
|
|
<!--** Definition document - this document holds AP defined simpleType elements that have **-->
|
|
<!--** been referenced through a type attribute in one of the modified, resultant schema. **-->
|
|
<!--****************************************************************************************-->
|
|
<xs:simpleType name="ImsCCType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:whiteSpace value="preserve" />
|
|
<xs:enumeration value="IMS Common Cartridge" />
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xsd:schema>
|
|
|
|
|