- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Jun 2005 19:08:37 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv9918
Modified Files:
ws-addr-core.xml
Log Message:
Added resolution to issue lc106 - updated pseudo schemas to match the notational conventions used by WSDL 2.0
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** ws-addr-core.xml 3 Jun 2005 20:33:51 -0000 1.97
--- ws-addr-core.xml 20 Jun 2005 19:08:35 -0000 1.98
***************
*** 119,123 ****
the presence of an element wildcard (<xs:any/>). The use of @{any}
indicates the presence of an attribute wildcard
! (<xs:anyAttribute/>).</p>
<p>When defining the cardinality of endpoint reference properties and
message addressing properties, this
--- 119,131 ----
the presence of an element wildcard (<xs:any/>). The use of @{any}
indicates the presence of an attribute wildcard
! (<xs:anyAttribute/>).
! In addition, where pseudo-schemas are provided for a component, they use
! BNF-style conventions for attributes and
! elements: "?" denotes optionality (i.e. zero or one occurrences), "*" denotes
! zero or more occurrences, "+" one or more occurrences, "[" and "]" are used to
! form groups, and "|" represents choice. Attributes are conventionally assigned
! a value which corresponds to their type, as defined in the normative schema.
! Elements with simple content are conventionally assigned a value which corresponds
! to the type of their content, as defined in the normative schema.</p>
<p>When defining the cardinality of endpoint reference properties and
message addressing properties, this
***************
*** 252,260 ****
<p>The wsa:EndpointReferenceType type is used wherever a Web service endpoint is
referenced. The following describes the contents of this type:</p>
! <eg xml:space="preserve"><wsa:EndpointReference>
! <wsa:Address>xs:anyURI</wsa:Address>
! <wsa:ReferenceParameters>... </wsa:ReferenceParameters> ?
! <wsa:Metadata> ... </wsa:Metadata>?
! </wsa:EndpointReference></eg>
<p>The following describes the attributes and elements listed in the schema overview
above:</p>
--- 260,268 ----
<p>The wsa:EndpointReferenceType type is used wherever a Web service endpoint is
referenced. The following describes the contents of this type:</p>
! <eg xml:space="preserve"><<b>wsa:EndpointReference</b>>
! <wsa:Address><i>xs:anyURI</i></wsa:Address>
! <wsa:ReferenceParameters><i>xs:any</i>*</wsa:ReferenceParameters> ?
! <wsa:Metadata><i>xs:any</i>*</wsa:Metadata>?
! </<b>wsa:EndpointReference</b>></eg>
<p>The following describes the attributes and elements listed in the schema overview
above:</p>
***************
*** 551,562 ****
properties defined in <specref ref="abstractmaps"/>:</p>
<eg xml:space="preserve">
! <wsa:To>xs:anyURI</wsa:To>
! <wsa:From>endpoint-reference</wsa:From>
! <wsa:ReplyTo>endpoint-reference</wsa:ReplyTo>
! <wsa:FaultTo>endpoint-reference</wsa:FaultTo>
! <wsa:Action>xs:anyURI</wsa:Action>
! <wsa:MessageID>xs:anyURI </wsa:MessageID>
! <wsa:RelatesTo RelationshipType="xs:anyURI"?>xs:anyURI</wsa:RelatesTo>
! <wsa:ReferenceParameters>xs:any*</wsa:ReferenceParameters>
</eg>
<p>The following describes the attributes and elements listed in the schema overview
--- 559,570 ----
properties defined in <specref ref="abstractmaps"/>:</p>
<eg xml:space="preserve">
! <<b>wsa:To</b>><i>xs:anyURI</i></<b>wsa:To</b>>
! <<b>wsa:From</b>><i>wsa:EndpointReferenceType</i></<b>wsa:From</b>>
! <<b>wsa:ReplyTo</b>><i>wsa:EndpointReferenceType</i></<b>wsa:ReplyTo</b>>
! <<b>wsa:FaultTo</b>><i>wsa:EndpointReferenceType</i></<b>wsa:FaultTo</b>>
! <<b>wsa:Action</b>><i>xs:anyURI</i></<b>wsa:Action</b>>
! <<b>wsa:MessageID</b>><i>xs:anyURI</i></<b>wsa:MessageID</b>>
! <<b>wsa:RelatesTo</b> RelationshipType="<i>xs:anyURI</i>"?><i>xs:anyURI</i></<b>wsa:RelatesTo</b>>
! <<b>wsa:ReferenceParameters</b>><i>xs:any</i>*</<b>wsa:ReferenceParameters</b>>
</eg>
<p>The following describes the attributes and elements listed in the schema overview
Received on Monday, 20 June 2005 19:08:42 UTC