- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2005 20:20:52 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory hutz:/tmp/cvs-serv16429 Modified Files: ws-addr-core.xml ws-addr-soap.xml Log Message: Added resolution to issue lc66 - made it clear that type often refers to the content of elements rather than the element as a whole which can often also include attributes Index: ws-addr-core.xml =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** ws-addr-core.xml 18 May 2005 19:49:55 -0000 1.88 --- ws-addr-core.xml 25 May 2005 20:20:50 -0000 1.89 *************** *** 264,268 **** <label> /wsa:EndpointReference/wsa:Address</label> <def> ! <p>This REQUIRED element (of type xs:anyURI) specifies the [address] property of the endpoint reference.</p> </def> --- 264,268 ---- <label> /wsa:EndpointReference/wsa:Address</label> <def> ! <p>This REQUIRED element (whose content is of type xs:anyURI) specifies the [address] property of the endpoint reference.</p> </def> *************** *** 278,282 **** <label> /wsa:EndpointReference/wsa:ReferenceParameters</label> <def> ! <p>This OPTIONAL element contains the elements that convey the [reference parameters] of the reference.</p> </def> --- 278,283 ---- <label> /wsa:EndpointReference/wsa:ReferenceParameters</label> <def> ! <p>This OPTIONAL element may contain elements from any namespace. Such ! elements form the [reference parameters] of the reference.</p> </def> *************** *** 293,297 **** <def> <p>Each element information item found in [reference parameters] ! (including all of its [children], [attributes] and [in-scope namespaces]) is represented as is.</p> </def> --- 294,298 ---- <def> <p>Each element information item found in [reference parameters] ! (including all of that elements [children], [attributes] and [in-scope namespaces]) is represented as is.</p> </def> *************** *** 300,304 **** <label> /wsa:EndpointReference/wsa:Metadata</label> <def> ! <p>This OPTIONAL element contains metadata that is relevant to the interaction with the endpoint.</p> </def> --- 301,306 ---- <label> /wsa:EndpointReference/wsa:Metadata</label> <def> ! <p>This OPTIONAL element may contain elements from any namespace. Such ! elements form the metadata that is relevant to the interaction with the endpoint.</p> </def> *************** *** 568,572 **** <label> /wsa:To</label> <def> ! <p>This OPTIONAL element (of type xs:anyURI) provides the value for the [destination] property. If this element is NOT present then the value of the [destination] property is --- 570,574 ---- <label> /wsa:To</label> <def> ! <p>This OPTIONAL element (whose content is of type xs:anyURI) provides the value for the [destination] property. If this element is NOT present then the value of the [destination] property is *************** *** 601,605 **** <label> /wsa:Action</label> <def> ! <p>This REQUIRED element of type xs:anyURI conveys the value of the [action] property.</p> </def> --- 603,607 ---- <label> /wsa:Action</label> <def> ! <p>This REQUIRED element (whose content is of type xs:anyURI) conveys the value of the [action] property.</p> </def> *************** *** 608,612 **** <label> /wsa:MessageID</label> <def> ! <p>This OPTIONAL element (of type xs:anyURI) conveys the [message id] property. This element MUST be present if wsa:ReplyTo or wsa:FaultTo is present.</p> --- 610,614 ---- <label> /wsa:MessageID</label> <def> ! <p>This OPTIONAL element (whose content is of type xs:anyURI) conveys the [message id] property. This element MUST be present if wsa:ReplyTo or wsa:FaultTo is present.</p> *************** *** 617,622 **** <def> <p>This OPTIONAL (repeating) element information item contributes one ! abstract [relationship] property value, in the form of a (IRI, IRI) ! pair. The [children] property of this element (which is of type xs:anyURI) conveys the [message id] of the related message. This element MUST be present if the message is a reply.</p> --- 619,624 ---- <def> <p>This OPTIONAL (repeating) element information item contributes one ! abstract [relationship] property value, in the form of an (IRI, IRI) ! pair. The content of this element (of type xs:anyURI) conveys the [message id] of the related message. This element MUST be present if the message is a reply.</p> *************** *** 635,639 **** <def> <p>Each element information item found in [reference parameters] ! (including all of its [children], [attributes] and [in-scope namespaces]) is represented as is.</p> </def> --- 637,641 ---- <def> <p>Each element information item found in [reference parameters] ! (including all of that elements [children], [attributes] and [in-scope namespaces]) is represented as is.</p> </def> Index: ws-addr-soap.xml =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** ws-addr-soap.xml 18 May 2005 19:44:51 -0000 1.67 --- ws-addr-soap.xml 25 May 2005 20:20:50 -0000 1.68 *************** *** 609,613 **** <label>/wsa:RetryAfter</label> <def> ! <p>This element (of type xs:unsignedLong) is a suggested minimum duration in milliseconds to wait before retransmitting the message. If this element is --- 609,613 ---- <label>/wsa:RetryAfter</label> <def> ! <p>This element (whose content is of type xs:unsignedLong) is a suggested minimum duration in milliseconds to wait before retransmitting the message. If this element is
Received on Wednesday, 25 May 2005 20:20:58 UTC