- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 May 2009 00:34:08 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu
In directory hutz:/tmp/cvs-serv10454/ws-enu
Modified Files:
enumeration.xsd
Log Message:
6860
Index: enumeration.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-enu/enumeration.xsd,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- enumeration.xsd 7 Apr 2009 23:34:20 -0000 1.4
+++ enumeration.xsd 13 May 2009 00:34:06 -0000 1.5
@@ -216,16 +216,14 @@
<!-- EnumerationEnd message -->
<xs:element name="EnumerationEnd">
<xs:complexType>
- <xs:sequence>
- <xs:element name="EnumerationContext"
- type="tns:EnumerationContextType" />
- <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
- <xs:element name="Reason" type="tns:LanguageSpecificStringType"
- minOccurs="0" maxOccurs="unbounded" />
- <xs:any namespace="##other" processContents="lax"
- minOccurs="0" maxOccurs="unbounded" />
- </xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:sequence>
+ <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" />
+ <xs:element name="Reason" type="tns:LanguageSpecificStringType"
+ minOccurs="0" maxOccurs="unbounded" />
+ <xs:any namespace="##other" processContents="lax"
+ minOccurs="0" maxOccurs="unbounded" />
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
Received on Wednesday, 13 May 2009 00:34:23 UTC