- From: Hugo Haas <hugo@dev.w3.org>
- Date: Tue, 20 Jul 2004 15:14:46 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv24423 Modified Files: wsdl20-patterns.xml entities.dtd Log Message: Created an entity for each MEP to allow reuse in other parts Index: wsdl20-patterns.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-patterns.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wsdl20-patterns.xml 13 Jul 2004 18:28:13 -0000 1.12 --- wsdl20-patterns.xml 20 Jul 2004 15:14:43 -0000 1.13 *************** *** 226,230 **** <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/in-only'. </p> </div3> --- 226,230 ---- <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-in-only;'. </p> </div3> *************** *** 244,248 **** <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/robust-in-only'.</p> </div3> --- 244,248 ---- <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-robust-in-only;'.</p> </div3> *************** *** 291,295 **** <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/in-out'. </p> </div3> --- 291,295 ---- <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-in-out;'. </p> </div3> *************** *** 317,321 **** <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property ! with the value '&wsdl-ns;/in-opt-out'.</p> </div3> --- 317,321 ---- <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property ! with the value '&wsdl-mep-in-opt-out;'.</p> </div3> *************** *** 346,350 **** <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/out-only'. </p> </div3> --- 346,350 ---- <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-out-only;'. </p> </div3> *************** *** 364,368 **** <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/robust-out-only'.</p> </div3> --- 364,368 ---- <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-robust-out-only;'.</p> </div3> *************** *** 411,415 **** <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/out-in'. </p> </div3> --- 411,415 ---- <p> An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-out-in;'. </p> </div3> *************** *** 437,441 **** <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-ns;/out-opt-in'.</p> </div3> --- 437,441 ---- <p>This pattern uses the rule <specref ref='fault-trigger'/>.</p> <p>An operation using this message exchange pattern has a {pattern} property with ! the value '&wsdl-mep-out-opt-in;'.</p> </div3> Index: entities.dtd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/entities.dtd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** entities.dtd 20 Jul 2004 11:47:36 -0000 1.6 --- entities.dtd 20 Jul 2004 15:14:44 -0000 1.7 *************** *** 63,66 **** --- 63,83 ---- <!ENTITY wsdl-rpc-ns "http://www.w3.org/&draft.year;/&draft.mm;/wsdl/rpc"> + + <!ENTITY wsdl-mep-in-only + "&wsdl-ns;/in-only"> + <!ENTITY wsdl-mep-robust-in-only + "&wsdl-ns;/robust-in-only"> + <!ENTITY wsdl-mep-in-out + "&wsdl-ns;/in-out"> + <!ENTITY wsdl-mep-in-opt-out + "&wsdl-ns;/in-opt-out"> + <!ENTITY wsdl-mep-out-only + "&wsdl-ns;/out-only"> + <!ENTITY wsdl-mep-robust-out-only + "&wsdl-ns;/robust-out-only"> + <!ENTITY wsdl-mep-out-in + "&wsdl-ns;/out-in"> + <!ENTITY wsdl-mep-out-opt-in + "&wsdl-ns;/out-opt-in"> <!-- Misc entities. Feel free to add more -->
Received on Tuesday, 20 July 2004 11:14:47 UTC