- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 31 Mar 2005 16:03:02 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv29437 Modified Files: wsdl20-adjuncts.xml Log Message: LC106 Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** wsdl20-adjuncts.xml 31 Mar 2005 15:21:22 -0000 1.10 --- wsdl20-adjuncts.xml 31 Mar 2005 16:03:00 -0000 1.11 *************** *** 809,843 **** <div2 id="_operation_uri_style"> <head>URI Style</head> ! <ednote id='style-lc21'> ! <edtext> ! As per LC21, this needs to point to the message ! reference style instead of the interface operation ! style, and mention of direction needs to be ! removed. Waiting for part 1 editing related to LC21. ! </edtext> ! </ednote> <p> The URI style is selected by assigning the Interface Operation component's &interface_operation-style-p; property the value <emph>&URI-STYLE;</emph>. ! </p> ! <p> ! The URI style may only be used for Interface Operation ! components whose &interface_operation-message_exchange_pattern-p; property has the ! value '&wsdl-mep-in-only;', '&wsdl-mep-robust-in-only;' or ! '&wsdl-mep-in-out;'. ! </p> <p> ! Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schemas of the ! &message_reference-element-p; properties of all Message Reference components ! of the Interface Operation component with &message_reference-direction-p; ! property <emph>in</emph>. Those schemas MUST adhere to the ! rules below. </p> <ulist> <item> <p> ! The content model of input message elements ! are defined using a complex type that contains a sequence from XML Schema. </p> --- 809,835 ---- <div2 id="_operation_uri_style"> <head>URI Style</head> ! <p> ! The URI style may be used for Interface Operation ! components using a message exchange pattern with an initial ! message. ! </p> <p> The URI style is selected by assigning the Interface Operation component's &interface_operation-style-p; property the value <emph>&URI-STYLE;</emph>. ! </p> <p> ! Use of this value indicates that XML Schema <bibref ! ref="XMLSchemaP1"/> was used to define the schema of the ! &message_reference-element-p; property of the Message ! Reference component of the Interface Operation component ! corresponding to the initial message of the message exchange ! pattern. This schema MUST adhere to the rules below: </p> <ulist> <item> <p> ! The content model of this element ! is defined using a complex type that contains a sequence from XML Schema. </p> *************** *** 860,864 **** <item> <p> ! The localPart of input element's QName MUST be the same as the Interface operation component's name. </p> --- 852,856 ---- <item> <p> ! The localPart of the element's QName MUST be the same as the Interface operation component's name. </p> *************** *** 866,870 **** <item> <p> ! The complex types that defines the body of an input element or its children elements MUST NOT contain any attributes. --- 858,862 ---- <item> <p> ! The complex type that defines the body of the element or its children elements MUST NOT contain any attributes. *************** *** 873,877 **** <item> <p> ! The input sequence MUST NOT contain multiple children element declared with the same local name. </p> --- 865,869 ---- <item> <p> ! The sequence MUST NOT contain multiple children element declared with the same local name. </p> *************** *** 879,883 **** <item> <p> ! If the children elements of the input sequence are defined using an XML Schema type, they MUST derive from <code>xs:simpleType</code>, and MUST NOT be of the type --- 871,875 ---- <item> <p> ! If the children elements of the sequence are defined using an XML Schema type, they MUST derive from <code>xs:simpleType</code>, and MUST NOT be of the type *************** *** 891,899 **** <div2 id="_operation_multipart_style"> <head>Multipart style</head> ! <ednote> ! <edtext> ! Missing LC21 editin; see URI style above. ! </edtext> ! </ednote> <p> The Multipart style is selected by assigning the Interface --- 883,891 ---- <div2 id="_operation_multipart_style"> <head>Multipart style</head> ! <p> ! The Multipart style may be used for Interface Operation ! components using a message exchange pattern with an initial ! message. ! </p> <p> The Multipart style is selected by assigning the Interface *************** *** 902,922 **** </p> <p> ! The Multipart style may only be used for Interface Operation ! components whose &interface_operation-message_exchange_pattern-p; property has the ! value '&wsdl-mep-in-only;', '&wsdl-mep-robust-in-only;' or ! '&wsdl-mep-in-out;'. ! </p> ! <p> ! Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schemas of the ! &message_reference-element-p; properties of all Message Reference components ! of the Interface Operation component with &message_reference-direction-p; ! property <emph>in</emph>. Those schemas MUST adhere to the ! rules below. </p> <ulist> <item> <p> ! The content model of input message elements ! are defined using a complex type that contains a sequence from XML Schema. </p> --- 894,909 ---- </p> <p> ! Use of this value indicates that XML Schema <bibref ! ref="XMLSchemaP1"/> was used to define the schema of the ! &message_reference-element-p; property of the Message ! Reference component of the Interface Operation component ! corresponding to the initial message of the message exchange ! pattern. This schema MUST adhere to the rules below: </p> <ulist> <item> <p> ! The content model of this element ! is defined using a complex type that contains a sequence from XML Schema. </p> *************** *** 939,943 **** <item> <p> ! The localPart of input element's QName MUST be the same as the Interface operation component's name. </p> --- 926,930 ---- <item> <p> ! The localPart of the element's QName MUST be the same as the Interface operation component's name. </p> *************** *** 945,949 **** <item> <p> ! The complex types that defines the body of an input element or its children elements MUST NOT contain any attributes. --- 932,936 ---- <item> <p> ! The complex type that defines the body of the element or its children elements MUST NOT contain any attributes. *************** *** 952,956 **** <item> <p> ! The input sequence MUST NOT contain multiple children element declared with the same local name. </p> --- 939,943 ---- <item> <p> ! The sequence MUST NOT contain multiple children element declared with the same local name. </p> *************** *** 3705,3708 **** --- 3692,3703 ---- <td>HH</td> <td><loc + href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC106'>LC106</loc>: + URI and Multipart styles are placing restrictions on the + initial message of the MEP</td> + </tr> + <tr> + <td>20050331</td> + <td>HH</td> + <td><loc href='http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC111'>LC111</loc>: added reference to section 8 of RFC3205 for use of HTTP
Received on Thursday, 31 March 2005 16:03:03 UTC