2004/ws/addressing ws-addr-core.xml,1.97,1.98

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
!                     (&lt;xs:anyAttribute/&gt;).</p>
                  <p>When defining the cardinality of endpoint reference properties and 
                      message addressing properties, this
--- 119,131 ----
                      the presence of an element wildcard (&lt;xs:any/&gt;). The use of @{any}
                      indicates the presence of an attribute wildcard
!                     (&lt;xs:anyAttribute/&gt;).
!                     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">&lt;wsa:EndpointReference&gt;
!     &lt;wsa:Address&gt;xs:anyURI&lt;/wsa:Address&gt;
!     &lt;wsa:ReferenceParameters&gt;... &lt;/wsa:ReferenceParameters&gt; ?
!     &lt;wsa:Metadata&gt; ... &lt;/wsa:Metadata&gt;?
! &lt;/wsa:EndpointReference&gt;</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">&lt;<b>wsa:EndpointReference</b>&gt;
!     &lt;wsa:Address&gt;<i>xs:anyURI</i>&lt;/wsa:Address&gt;
!     &lt;wsa:ReferenceParameters&gt;<i>xs:any</i>*&lt;/wsa:ReferenceParameters&gt; ?
!     &lt;wsa:Metadata&gt;<i>xs:any</i>*&lt;/wsa:Metadata&gt;?
! &lt;/<b>wsa:EndpointReference</b>&gt;</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">
! &lt;wsa:To&gt;xs:anyURI&lt;/wsa:To&gt;
! &lt;wsa:From&gt;endpoint-reference&lt;/wsa:From&gt;
! &lt;wsa:ReplyTo&gt;endpoint-reference&lt;/wsa:ReplyTo&gt;
! &lt;wsa:FaultTo&gt;endpoint-reference&lt;/wsa:FaultTo&gt;
! &lt;wsa:Action&gt;xs:anyURI&lt;/wsa:Action&gt;
! &lt;wsa:MessageID&gt;xs:anyURI &lt;/wsa:MessageID&gt;
! &lt;wsa:RelatesTo RelationshipType="xs:anyURI"?&gt;xs:anyURI&lt;/wsa:RelatesTo&gt;
! &lt;wsa:ReferenceParameters&gt;xs:any*&lt;/wsa:ReferenceParameters&gt;
                      </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">
! &lt;<b>wsa:To</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:To</b>&gt;
! &lt;<b>wsa:From</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:From</b>&gt;
! &lt;<b>wsa:ReplyTo</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:ReplyTo</b>&gt;
! &lt;<b>wsa:FaultTo</b>&gt;<i>wsa:EndpointReferenceType</i>&lt;/<b>wsa:FaultTo</b>&gt;
! &lt;<b>wsa:Action</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:Action</b>&gt;
! &lt;<b>wsa:MessageID</b>&gt;<i>xs:anyURI</i>&lt;/<b>wsa:MessageID</b>&gt;
! &lt;<b>wsa:RelatesTo</b> RelationshipType="<i>xs:anyURI</i>"?&gt;<i>xs:anyURI</i>&lt;/<b>wsa:RelatesTo</b>&gt;
! &lt;<b>wsa:ReferenceParameters</b>&gt;<i>xs:any</i>*&lt;/<b>wsa:ReferenceParameters</b>&gt;
                      </eg>
                  <p>The following describes the attributes and elements listed in the schema overview

Received on Monday, 20 June 2005 19:08:42 UTC