- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 20 Jul 2004 15:06:26 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv21137 Modified Files: properties.dtd wsdl20-bindings.xml Log Message: Updated URI and Multipart style: - used entities as per 226 - updated language as it was using properties that didn't exist anymore (must have been renamed since) Index: wsdl20-bindings.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.xml,v retrieving revision 1.53 retrieving revision 1.54 diff -C2 -d -r1.53 -r1.54 *** wsdl20-bindings.xml 20 Jul 2004 14:52:17 -0000 1.53 --- wsdl20-bindings.xml 20 Jul 2004 15:06:24 -0000 1.54 *************** *** 1593,1598 **** <p> Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schemas of the ! {message} properties of all Message Reference components ! of the Interface Operation component with {direction} property <emph>in</emph>. Those schemas MUST adhere to the rules below. --- 1593,1598 ---- <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. *************** *** 1601,1605 **** <item> <p> ! The content model of input {message} elements are defined using a complex type that contains a sequence from XML Schema. --- 1601,1605 ---- <item> <p> ! The content model of input message elements are defined using a complex type that contains a sequence from XML Schema. *************** *** 1662,1671 **** <p> The Multipart style is selected by assigning the Interface ! Operation component's {style} property the value <emph>&MULTIPART-STYLE;</emph>. </p> <p> The URI style may only be used for Interface Operation ! components whose {message exchange pattern} property has the value 'http://www.w3.org/@@@@/@@/wsdl/in-only', 'http://www.w3.org/@@@@/@@/wsdl/robust-in-only' or 'http://www.w3.org/@@@@/@@/wsdl/in-out'. --- 1662,1671 ---- <p> The Multipart style is selected by assigning the Interface ! Operation component's &interface_operation-stype-p; property the value <emph>&MULTIPART-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 'http://www.w3.org/@@@@/@@/wsdl/in-only', 'http://www.w3.org/@@@@/@@/wsdl/robust-in-only' or 'http://www.w3.org/@@@@/@@/wsdl/in-out'. *************** *** 1673,1678 **** <p> Use of this value indicates that XML Schema <bibref ref="XMLSchemaP1"/> was used to define the schemas of the ! {message} properties of all {message reference} components ! of the Interface Operation component with {direction} property <emph>in</emph>. Those schemas MUST adhere to the rules below. --- 1673,1678 ---- <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. *************** *** 1681,1685 **** <item> <p> ! The content model of input {message} elements are defined using a complex type that contains a sequence from XML Schema. --- 1681,1685 ---- <item> <p> ! The content model of input message elements are defined using a complex type that contains a sequence from XML Schema. Index: properties.dtd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/properties.dtd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** properties.dtd 20 Jul 2004 14:31:13 -0000 1.1 --- properties.dtd 20 Jul 2004 15:06:24 -0000 1.2 *************** *** 14,17 **** --- 14,19 ---- <!ENTITY message_reference-element-p "<xspecref href='&MessageReferenceProperties;#MessageReference_details'>{element}</xspecref>"> + <!ENTITY message_reference-direction-p + "<xspecref href='&MessageReferenceProperties;#MessageReference_details'>{direction}</xspecref>"> <!ENTITY InterfaceOperationProperties "&w3c-designation-part1;#InterfaceOperation_details">
Received on Tuesday, 20 July 2004 11:06:30 UTC