- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 19:09:19 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu
In directory hutz:/tmp/cvs-serv29838/ws-enu
Modified Files:
EnumerationPolicy.xsd
Log Message:
add correct xsd for policy
Index: EnumerationPolicy.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/EnumerationPolicy.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EnumerationPolicy.xsd 5 Oct 2009 18:22:01 -0000 1.2
+++ EnumerationPolicy.xsd 5 Oct 2009 19:09:17 -0000 1.3
@@ -6,46 +6,46 @@
blockDefault="#all">
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
- schemaLocation="http://www.w3.org/2001/xml.xsd" />
+ schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<xs:complexType name="Duration">
- <xs:simpleContent>
- <xs:extension base="xs:duration">
- <xs:anyAttribute namespace="##other"/>
- </xs:extension>
- </xs:simpleContent>
+ <xs:simpleContent>
+ <xs:extension base="xs:duration">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
</xs:complexType>
<xs:complexType name="URI">
- <xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:anyAttribute namespace="##other"/>
- </xs:extension>
- </xs:simpleContent>
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
</xs:complexType>
<xs:complexType name="Long">
- <xs:simpleContent>
- <xs:extension base="xs:long">
- <xs:anyAttribute namespace="##other"/>
- </xs:extension>
- </xs:simpleContent>
+ <xs:simpleContent>
+ <xs:extension base="xs:long">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
</xs:complexType>
<xs:element name="Enumeration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
- <xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/>
- <xs:element name="MaxElements" type="tns:Long" minOccurs="0"/>
- <xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
- </xs:complexType>
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="FilterDialect" type="tns:URI" minOccurs="0"
+ maxOccurs="unbounded"/>
+ <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/>
+ <xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/>
+ <xs:element name="MaxElements" type="tns:Long" minOccurs="0"/>
+ <xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0"
+ maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
</xs:element>
</xs:schema>
Received on Monday, 5 October 2009 19:09:24 UTC