Remove unused code
[framework/web/wrt-installer.git] / configuration / updates.xsd
index 6be386b..6e6d88a 100644 (file)
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/ns/widgets" xmlns:widgets="http://www.w3.org/ns/widgets">
-    <xs:import schemaLocation="common.xsd"/>
+    <xs:include schemaLocation="common.xsd"/>
     <!--
     Widget Updates <http://www.w3.org/TR/widgets-updates/>
     requires common.rnc
     -->
     <xs:element name="update-description">
     <xs:complexType mixed="true">
-        <xs:group minOccurs="0" maxOccurs="unbounded" ref="foreignElement"/>
-        <xs:attributeGroup ref="foreignAttribute"/>
+        <xs:group minOccurs="0" maxOccurs="unbounded" ref="widgets:foreignElement"/>
+        <xs:attributeGroup ref="widgets:foreignAttribute"/>
         <xs:attribute name="href" use="required" type="xs:anyURI"/>
     </xs:complexType>
     </xs:element>