Circular dependency removal in xml schema
[framework/web/wrt-installer.git] / configuration / widgets.xsd
index 839fa03..8de2f3d 100644 (file)
 -->
 <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:include schemaLocation="packaging-configuration.xsd"/>
-    <xs:include schemaLocation="access.xsd"/>
-    <xs:include schemaLocation="updates.xsd"/>
     <xs:import schemaLocation="common.xsd"/>
-    <xs:group name="local">
-        <xs:sequence>
-            <xs:any namespace="##other" processContents="skip"/>
-        </xs:sequence>
-    </xs:group>
 </xs:schema>