CVS WWW/International/multilingualweb/lt/drafts/its20/examples/xml

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml
In directory gil:/tmp/cvs-serv7362

Modified Files:
	EX-ways-to-use-its-5.xsd 
Log Message:
Example updated to use new schema

--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml/EX-ways-to-use-its-5.xsd	2012/10/19 15:49:44	1.2
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml/EX-ways-to-use-its-5.xsd	2013/06/19 14:10:14	1.3
@@ -1,8 +1,8 @@
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:its="http://www.w3.org/2005/11/its"
   elementFormDefault="qualified">
-  <xs:import namespace="http://www.w3.org/2005/11/its" schemaLocation="its.xsd"/>
+  <xs:import namespace="http://www.w3.org/2005/11/its" schemaLocation="../../schemas/its20.xsd"/>
   <xs:attributeGroup name="commonAtts">
-    <xs:attributeGroup ref="its:att.local.with-ns.attribute.translate"/>
+    <xs:attributeGroup ref="its:its-local.attributes"/>
     <xs:attribute name="id" type="xs:ID" use="optional"/>
   </xs:attributeGroup>
   <xs:element name="help">
@@ -32,7 +32,7 @@
           </xs:complexType>
         </xs:element>
       </xs:sequence>
-      <xs:attributeGroup ref="its:att.version.attribute.version"/>
+      <xs:attributeGroup ref="its:its-local.attributes"/>
     </xs:complexType>
   </xs:element>
   <xs:element name="path">

Received on Wednesday, 19 June 2013 14:10:17 UTC