- From: Philippe Le Hegaret <plh@w3.org>
- Date: Tue, 30 Jan 2007 19:40:38 +0000
- To: "public-ws-addressing@w3.org" <public-ws-addressing@w3.org>
I don't believe this was discussed but I did it anyway. Here is the new
XML Schema for the WS-Policy assertions. Hopefully, it makes sense. I
removed the bits regarding UsingAddressing and Anonymous elements.
<xs:element name="Addressing">
<xs:complexType>
<xs:sequence>
<xs:element ref="ref:Policy" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
<xs:element name="AnonymousResponses">
<xs:complexType>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
<xs:element name="NonAnonymousResponses">
<xs:complexType>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
</xs:element>
Philippe
Received on Tuesday, 30 January 2007 19:40:45 UTC