- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Dec 2009 00:36:39 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra
In directory hutz:/tmp/cvs-serv11326/ws-fra
Modified Files:
fragment.xsd
Log Message:
just some cleanup s/"/'/g for consistency
Index: fragment.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-fra/fragment.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fragment.xsd 7 Nov 2009 16:33:03 -0000 1.2
+++ fragment.xsd 9 Dec 2009 00:36:36 -0000 1.3
@@ -1,56 +1,56 @@
<xs:schema
- targetNamespace="http://www.w3.org/2009/09/ws-fra"
- xmlns:tns="http://www.w3.org/2009/09/ws-fra"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- elementFormDefault="qualified"
- blockDefault="#all" >
+ targetNamespace='http://www.w3.org/2009/09/ws-fra'
+ xmlns:tns='http://www.w3.org/2009/09/ws-fra'
+ xmlns:xs='http://www.w3.org/2001/XMLSchema'
+ elementFormDefault='qualified'
+ blockDefault='#all' >
- <xs:complexType name="ExpressionType">
+ <xs:complexType name='ExpressionType'>
<xs:sequence>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
- <xs:attribute name="Language" type="xs:anyURI" use="required"/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:attribute name='Language' type='xs:anyURI' use='required'/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
- <xs:element name="Expression" type="tns:ExpressionType"/>
+ <xs:element name='Expression' type='tns:ExpressionType'/>
- <xs:complexType name="ValueType">
+ <xs:complexType name='ValueType'>
<xs:sequence>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
- <xs:element name="Value" type="tns:ValueType"/>
+ <xs:element name='Value' type='tns:ValueType'/>
- <xs:element name="Fragment">
+ <xs:element name='Fragment'>
<xs:complexType>
<xs:sequence>
- <xs:element name="Expression" type="tns:ExpressionType"/>
- <xs:element name="Value" type="tns:ValueType" minOccurs="0"/>
- <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+ <xs:element name='Expression' type='tns:ExpressionType'/>
+ <xs:element name='Value' type='tns:ValueType' minOccurs='0'/>
+ <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
</xs:element>
<!-- Policy -->
- <xs:complexType name="URI">
+ <xs:complexType name='URI'>
<xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:extension base='xs:anyURI'>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:element name="FragmentAssertion">
+ <xs:element name='FragmentAssertion'>
<xs:complexType>
<xs:sequence>
- <xs:element name="Language" type="tns:URI" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name='Language' type='tns:URI' minOccurs='0'
+ maxOccurs='unbounded'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
Received on Wednesday, 9 December 2009 00:36:47 UTC