- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2005 15:10:02 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv23823 Modified Files: wsdl20-adjuncts.xml adjuncts-component-table.xml Log Message: Fixed component and property references Index: wsdl20-adjuncts.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v retrieving revision 1.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** wsdl20-adjuncts.xml 29 Jul 2005 13:54:53 -0000 1.81 --- wsdl20-adjuncts.xml 29 Jul 2005 15:10:00 -0000 1.82 *************** *** 475,479 **** <p> An operation using this message exchange pattern has ! a <prop comp="Interface Message Reference">message exchange pattern</prop> property with the value <attval>&wsdl-mep-in-out;</attval>. </p> --- 475,479 ---- <p> An operation using this message exchange pattern has ! a <prop comp="Interface Operation">message exchange pattern</prop> property with the value <attval>&wsdl-mep-in-out;</attval>. </p> *************** *** 832,836 **** <item><p>The local name of input element's QName MUST be ! the same as the <comp>Interface operation</comp> component's name.</p></item> --- 832,836 ---- <item><p>The local name of input element's QName MUST be ! the same as the <comp>Interface Operation</comp> component's name.</p></item> *************** *** 1090,1094 **** <p> The localPart of the element's QName MUST be the same ! as the <comp>Interface operation</comp> component's name. </p> </item> --- 1090,1094 ---- <p> The localPart of the element's QName MUST be the same ! as the <comp>Interface Operation</comp> component's name. </p> </item> *************** *** 1165,1169 **** <p> The localPart of the element's QName MUST be the same ! as the <comp>Interface operation</comp> component's name. </p> </item> --- 1165,1169 ---- <p> The localPart of the element's QName MUST be the same ! as the <comp>Interface Operation</comp> component's name. </p> </item> *************** *** 1226,1233 **** components</xspecref> by this binding extension, as no reasonable default is applicable to all cases. Thus, if a given ! <comp>Interface</comp> component has any <comp>Fault</comp> components, then such <comp>Interface</comp> components MUST be bound via <comp>Binding</comp> components which indicate a specific interface and contain as many <comp>Binding Fault</comp> ! components as there are <comp>Fault</comp> components in the <comp>Interface Fault</comp> component.</p> --- 1226,1233 ---- components</xspecref> by this binding extension, as no reasonable default is applicable to all cases. Thus, if a given ! <comp>Interface</comp> component has any <comp>Interface Fault</comp> components, then such <comp>Interface</comp> components MUST be bound via <comp>Binding</comp> components which indicate a specific interface and contain as many <comp>Binding Fault</comp> ! components as there are <comp>Interface Fault</comp> components in the <comp>Interface</comp> component.</p> *************** *** 1939,1944 **** <p>The SOAP modules applicable for a particular operation of any service consists of all modules specified in the input ! or output <comp>Binding Message reference</comp> components, the infault ! or outfault <comp>Binding Fault reference</comp> components, those specified within the <comp>Binding Fault</comp> components, those specified within the <comp>Binding Operation</comp> components and those --- 1939,1944 ---- <p>The SOAP modules applicable for a particular operation of any service consists of all modules specified in the input ! or output <comp>Binding Message Reference</comp> components, the infault ! or outfault <comp>Binding Fault Reference</comp> components, those specified within the <comp>Binding Fault</comp> components, those specified within the <comp>Binding Operation</comp> components and those *************** *** 2209,2214 **** </item> ! <item> <p><propdef comp="SOAP Header ! Block">mustUnderstand</propdef> REQUIRED. A <emph>xs:boolean</emph>. When its value is <attval>true</attval>, the SOAP header block MUST be --- 2209,2213 ---- </item> ! <item> <p><propdef comp="SOAP Header Block">mustUnderstand</propdef> REQUIRED. A <emph>xs:boolean</emph>. When its value is <attval>true</attval>, the SOAP header block MUST be *************** *** 2436,2440 **** assigning the URI <attval>&soap12-http-uri;</attval> (as defined by <bibref ref="SOAP12-PART2"/>) to the ! <prop comp="Binding">underlying protocol</prop> property. Other values MAY be used for this property in conjunction with the SOAP 1.2 binding extension defined by this specification provided that the semantics of --- 2435,2439 ---- assigning the URI <attval>&soap12-http-uri;</attval> (as defined by <bibref ref="SOAP12-PART2"/>) to the ! <prop comp="Binding">soap underlying protocol</prop> property. Other values MAY be used for this property in conjunction with the SOAP 1.2 binding extension defined by this specification provided that the semantics of *************** *** 2585,2590 **** <p>As allowed in <bibref ref="WSDL-PART1"/>, a <comp>Binding</comp> component MAY exist without indicating a specific <comp>Interface</comp> component that it applies ! to. In this case there MUST NOT be any Binding Operation or Binding ! <comp>Fault</comp> components present in the <comp>Binding</comp> component. </p> <p>The HTTP binding extension is designed with the objective of minimizing what needs to be explicitly declared for common cases. This is achieved by --- 2584,2589 ---- <p>As allowed in <bibref ref="WSDL-PART1"/>, a <comp>Binding</comp> component MAY exist without indicating a specific <comp>Interface</comp> component that it applies ! to. In this case there MUST NOT be any <comp>Binding Operation</comp> or <comp>Binding ! Fault</comp> components present in the <comp>Binding</comp> component. </p> <p>The HTTP binding extension is designed with the objective of minimizing what needs to be explicitly declared for common cases. This is achieved by *************** *** 2596,2606 **** requirements of <bibref ref="WSDL-PART1"/> all operations of an <comp>Interface</comp> component are bound by an HTTP binding.</p> ! <p>Notice that there are no default binding rules defined for <comp>Fault</comp> components by this binding extension, as no HTTP fault code is suitable as a default for all possible cases. Thus, if a given <comp>Interface</comp> component has ! any <comp>Fault</comp> components, then such <comp>Interface</comp> components MUST be bound via <comp>Binding</comp> components which indicate a specific interface and contain ! as many <comp>Binding Fault</comp> components as there are <comp>Fault</comp> components in the ! <comp>Interface Fault</comp> component.</p> <p> <termdef id="instance_data" term="instance_data">The internal --- 2595,2607 ---- requirements of <bibref ref="WSDL-PART1"/> all operations of an <comp>Interface</comp> component are bound by an HTTP binding.</p> ! <p>Notice that there are no default binding rules defined for ! <comp>Interface Fault</comp> components by this binding extension, as no HTTP fault code is suitable as a default for all possible cases. Thus, if a given <comp>Interface</comp> component has ! any <comp>Interface Fault</comp> components, then such <comp>Interface</comp> components MUST be bound via <comp>Binding</comp> components which indicate a specific interface and contain ! as many <comp>Binding Fault</comp> components as there are ! <comp>Interface Fault</comp> components in the ! <comp>Interface</comp> component.</p> <p> <termdef id="instance_data" term="instance_data">The internal *************** *** 4044,4048 **** <head>Description</head> ! <p>Every <comp>Binding Message Reference</comp> and <comp>Fault Message Reference</comp> component MAY indicate which transfer codings, as defined in section 3.6 of <bibref --- 4045,4050 ---- <head>Description</head> ! <p>Every <comp>Binding Message Reference</comp> and ! <comp>Interface Fault Reference</comp> component MAY indicate which transfer codings, as defined in section 3.6 of <bibref Index: adjuncts-component-table.xml =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/adjuncts-component-table.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** adjuncts-component-table.xml 28 Jul 2005 09:03:04 -0000 1.6 --- adjuncts-component-table.xml 29 Jul 2005 15:10:00 -0000 1.7 *************** *** 7,13 **** <tr> <td> <comp>Binding</comp> </td> ! <td><prop comp="Binding">http cookies</prop>, <prop comp="Binding">http version</prop>, <prop comp="Binding">soap modules</prop>, <prop comp="Binding">soap underlying protocol</prop>, <prop comp="Binding">soap version</prop></td> </tr> <tr> --- 7,19 ---- <tr> <td> + <comp></comp> + </td> + <td><prop comp="">features</prop>, <prop comp="">name</prop>, <prop comp="">parent</prop>, <prop comp="">properties</prop></td> + </tr> + <tr> + <td> <comp>Binding</comp> </td> ! <td><prop comp="Binding">binding faults</prop>, <prop comp="Binding">binding operations</prop>, <prop comp="Binding">features</prop>, <prop comp="Binding">interface</prop>, <prop comp="Binding">name</prop>, <prop comp="Binding">properties</prop>, <prop comp="Binding">type</prop></td> </tr> <tr> *************** *** 15,19 **** <comp>Binding Fault</comp> </td> ! <td><prop comp="Binding Fault">http error reason phrase</prop>, <prop comp="Binding Fault">http error status code</prop>, <prop comp="Binding Fault">soap fault code</prop>, <prop comp="Binding Fault">soap fault subcodes</prop></td> </tr> <tr> --- 21,41 ---- <comp>Binding Fault</comp> </td> ! <td><prop comp="Binding Fault"> ! interface fault ! </prop>, <prop comp="Binding Fault">features</prop>, <prop comp="Binding Fault">parent</prop>, <prop comp="Binding Fault">properties</prop></td> ! </tr> ! <tr> ! <td> ! <comp>Binding Fault Reference</comp> ! </td> ! <td><prop comp="Binding Fault Reference"> ! features ! </prop>, <prop comp="Binding Fault Reference"> ! interface fault reference ! </prop>, <prop comp="Binding Fault Reference"> ! parent ! </prop>, <prop comp="Binding Fault Reference"> ! properties ! </prop></td> </tr> <tr> *************** *** 21,25 **** <comp>Binding Message Reference</comp> </td> ! <td><prop comp="Binding Message Reference">http headers</prop>, <prop comp="Binding Message Reference">http transfer coding</prop>, <prop comp="Binding Message Reference">soap headers</prop></td> </tr> <tr> --- 43,55 ---- <comp>Binding Message Reference</comp> </td> ! <td><prop comp="Binding Message Reference"> ! features ! </prop>, <prop comp="Binding Message Reference"> ! interface message reference ! </prop>, <prop comp="Binding Message Reference"> ! parent ! </prop>, <prop comp="Binding Message Reference"> ! properties ! </prop></td> </tr> <tr> *************** *** 27,31 **** <comp>Binding Operation</comp> </td> ! <td><prop comp="Binding Operation">http fault serialization</prop>, <prop comp="Binding Operation">http input serialization</prop>, <prop comp="Binding Operation">http location</prop>, <prop comp="Binding Operation">http method</prop>, <prop comp="Binding Operation">http output serialization</prop>, <prop comp="Binding Operation">http query parameter separator</prop>, <prop comp="Binding Operation">soap action</prop>, <prop comp="Binding Operation">soap mep</prop></td> </tr> <tr> --- 57,81 ---- <comp>Binding Operation</comp> </td> ! <td><prop comp="Binding Operation"> ! binding fault references ! </prop>, <prop comp="Binding Operation"> ! binding message references ! </prop>, <prop comp="Binding Operation"> ! interface operation ! </prop>, <prop comp="Binding Operation">features</prop>, <prop comp="Binding Operation">parent</prop>, <prop comp="Binding Operation">properties</prop></td> ! </tr> ! <tr> ! <td> ! <comp>Description</comp> ! </td> ! <td><prop comp="Description">bindings</prop>, <prop comp="Description">element declarations</prop>, <prop comp="Description">interfaces</prop>, <prop comp="Description">services</prop>, <prop comp="Description">type definitions</prop></td> ! </tr> ! <tr> ! <td> ! <comp>Element Declaration</comp> ! </td> ! <td> ! <prop comp="Element Declaration">name</prop> ! </td> </tr> <tr> *************** *** 33,45 **** <comp>Endpoint</comp> </td> ! <td><prop comp="Endpoint">http authentication realm</prop>, <prop comp="Endpoint">http authentication scheme</prop></td> </tr> <tr> <td> ! <comp>HTTP Header</comp> </td> <td> ! <prop comp="HTTP Header">element</prop> </td> </tr> <tr> --- 83,117 ---- <comp>Endpoint</comp> </td> ! <td><prop comp="Endpoint">address</prop>, <prop comp="Endpoint">binding</prop>, <prop comp="Endpoint">features</prop>, <prop comp="Endpoint">name</prop>, <prop comp="Endpoint">parent</prop>, <prop comp="Endpoint">properties</prop></td> </tr> <tr> <td> ! <comp>Feature</comp> </td> + <td><prop comp="Feature">parent</prop>, <prop comp="Feature">ref</prop>, <prop comp="Feature">required</prop></td> + </tr> + <tr> <td> ! <comp>Interface</comp> ! </td> ! <td><prop comp="Interface">extended interfaces</prop>, <prop comp="Interface">features</prop>, <prop comp="Interface">interface faults</prop>, <prop comp="Interface">interface operations</prop>, <prop comp="Interface">name</prop>, <prop comp="Interface">properties</prop></td> ! </tr> ! <tr> ! <td> ! <comp>Interface Fault</comp> </td> + <td><prop comp="Interface Fault">element declaration</prop>, <prop comp="Interface Fault">features</prop>, <prop comp="Interface Fault">name</prop>, <prop comp="Interface Fault">parent</prop>, <prop comp="Interface Fault">properties</prop></td> + </tr> + <tr> + <td> + <comp>Interface Fault Reference</comp> + </td> + <td><prop comp="Interface Fault Reference">direction</prop>, <prop comp="Interface Fault Reference">features</prop>, <prop comp="Interface Fault Reference">interface fault</prop>, <prop comp="Interface Fault Reference">message label</prop>, <prop comp="Interface Fault Reference">parent</prop>, <prop comp="Interface Fault Reference">properties</prop></td> + </tr> + <tr> + <td> + <comp>Interface Message Reference</comp> + </td> + <td><prop comp="Interface Message Reference">direction</prop>, <prop comp="Interface Message Reference">element declaration</prop>, <prop comp="Interface Message Reference">features</prop>, <prop comp="Interface Message Reference">message content model</prop>, <prop comp="Interface Message Reference">message label</prop>, <prop comp="Interface Message Reference">parent</prop>, <prop comp="Interface Message Reference">properties</prop></td> </tr> <tr> *************** *** 47,63 **** <comp>Interface Operation</comp> </td> ! <td><prop comp="Interface Operation">rpc signature</prop>, <prop comp="Interface Operation">safety</prop></td> </tr> <tr> <td> ! <comp>SOAP Header Block</comp> </td> ! <td><prop comp="SOAP Header Block">element</prop>, <prop comp="SOAP Header Block">mustUnderstand</prop></td> </tr> <tr> <td> ! <comp>SOAP Module</comp> </td> - <td><prop comp="SOAP Module">ref</prop>, <prop comp="SOAP Module">required</prop></td> </tr> <tr> --- 119,143 ---- <comp>Interface Operation</comp> </td> ! <td><prop comp="Interface Operation">features</prop>, <prop comp="Interface Operation">interface fault references</prop>, <prop comp="Interface Operation">interface message references</prop>, <prop comp="Interface Operation">message exchange pattern</prop>, <prop comp="Interface Operation">name</prop>, <prop comp="Interface Operation">parent</prop>, <prop comp="Interface Operation">properties</prop>, <prop comp="Interface Operation">style</prop></td> </tr> <tr> <td> ! <comp>Property</comp> </td> ! <td><prop comp="Property">parent</prop>, <prop comp="Property">ref</prop>, <prop comp="Property">value</prop>, <prop comp="Property">value constraint</prop></td> </tr> <tr> <td> ! <comp>Service</comp> ! </td> ! <td><prop comp="Service">endpoints</prop>, <prop comp="Service">features</prop>, <prop comp="Service">interface</prop>, <prop comp="Service">name</prop>, <prop comp="Service">properties</prop></td> ! </tr> ! <tr> ! <td> ! <comp>Type Definition</comp> ! </td> ! <td> ! <prop comp="Type Definition">name</prop> </td> </tr> <tr> *************** *** 66,179 **** </tr> <tr> ! <td>element</td> ! <td>SOAP Header Block.<prop comp="SOAP Header Block">element</prop>, HTTP Header.<prop comp="HTTP Header">element</prop></td> </tr> <tr> ! <td>http authentication realm</td> ! <td>Endpoint.<prop comp="Endpoint">http authentication realm</prop></td> </tr> <tr> ! <td>http authentication scheme</td> ! <td>Endpoint.<prop comp="Endpoint">http authentication scheme</prop></td> </tr> <tr> ! <td>http cookies</td> ! <td>Binding.<prop comp="Binding">http cookies</prop></td> </tr> <tr> ! <td>http error reason phrase</td> ! <td>Binding Fault.<prop comp="Binding Fault">http error reason phrase</prop></td> </tr> <tr> ! <td>http error status code</td> ! <td>Binding Fault.<prop comp="Binding Fault">http error status code</prop></td> </tr> <tr> ! <td>http fault serialization</td> ! <td>Binding Operation.<prop comp="Binding Operation">http fault serialization</prop></td> </tr> <tr> ! <td>http headers</td> ! <td>Binding Message Reference.<prop comp="Binding Message Reference">http headers</prop></td> </tr> <tr> ! <td>http input serialization</td> ! <td>Binding Operation.<prop comp="Binding Operation">http input serialization</prop></td> </tr> <tr> ! <td>http location</td> ! <td>Binding Operation.<prop comp="Binding Operation">http location</prop></td> </tr> <tr> ! <td>http method</td> ! <td>Binding Operation.<prop comp="Binding Operation">http method</prop></td> </tr> <tr> ! <td>http output serialization</td> ! <td>Binding Operation.<prop comp="Binding Operation">http output serialization</prop></td> </tr> <tr> ! <td>http query parameter separator</td> ! <td>Binding Operation.<prop comp="Binding Operation">http query parameter separator</prop></td> </tr> <tr> ! <td>http transfer coding</td> ! <td>Binding Message Reference.<prop comp="Binding Message Reference">http transfer coding</prop></td> </tr> <tr> ! <td>http version</td> ! <td>Binding.<prop comp="Binding">http version</prop></td> </tr> <tr> ! <td>mustUnderstand</td> ! <td>SOAP Header Block.<prop comp="SOAP Header Block">mustUnderstand</prop></td> </tr> <tr> ! <td>ref</td> ! <td>SOAP Module.<prop comp="SOAP Module">ref</prop></td> </tr> <tr> ! <td>required</td> ! <td>SOAP Module.<prop comp="SOAP Module">required</prop></td> </tr> <tr> ! <td>rpc signature</td> ! <td>Interface Operation.<prop comp="Interface Operation">rpc signature</prop></td> </tr> <tr> ! <td>safety</td> ! <td>Interface Operation.<prop comp="Interface Operation">safety</prop></td> </tr> <tr> ! <td>soap action</td> ! <td>Binding Operation.<prop comp="Binding Operation">soap action</prop></td> </tr> <tr> ! <td>soap fault code</td> ! <td>Binding Fault.<prop comp="Binding Fault">soap fault code</prop></td> </tr> <tr> ! <td>soap fault subcodes</td> ! <td>Binding Fault.<prop comp="Binding Fault">soap fault subcodes</prop></td> </tr> <tr> ! <td>soap headers</td> ! <td>Binding Message Reference.<prop comp="Binding Message Reference">soap headers</prop></td> </tr> <tr> ! <td>soap mep</td> ! <td>Binding Operation.<prop comp="Binding Operation">soap mep</prop></td> </tr> <tr> ! <td>soap modules</td> ! <td>Binding.<prop comp="Binding">soap modules</prop></td> </tr> <tr> ! <td>soap underlying protocol</td> ! <td>Binding.<prop comp="Binding">soap underlying protocol</prop></td> </tr> <tr> ! <td>soap version</td> ! <td>Binding.<prop comp="Binding">soap version</prop></td> </tr> </tbody> --- 146,289 ---- </tr> <tr> ! <td>address</td> ! <td>Endpoint.<prop comp="Endpoint">address</prop></td> </tr> <tr> ! <td>binding</td> ! <td>Endpoint.<prop comp="Endpoint">binding</prop></td> </tr> <tr> ! <td>binding faults</td> ! <td>Binding.<prop comp="Binding">binding faults</prop></td> </tr> <tr> ! <td>binding operations</td> ! <td>Binding.<prop comp="Binding">binding operations</prop></td> </tr> <tr> ! <td>bindings</td> ! <td>Description.<prop comp="Description">bindings</prop></td> </tr> <tr> ! <td>direction</td> ! <td>Interface Message Reference.<prop comp="Interface Message Reference">direction</prop>, Interface Fault Reference.<prop comp="Interface Fault Reference">direction</prop></td> </tr> <tr> ! <td>element declaration</td> ! <td>Interface Fault.<prop comp="Interface Fault">element declaration</prop>, Interface Message Reference.<prop comp="Interface Message Reference">element declaration</prop></td> </tr> <tr> ! <td>element declarations</td> ! <td>Description.<prop comp="Description">element declarations</prop></td> </tr> <tr> ! <td>endpoints</td> ! <td>Service.<prop comp="Service">endpoints</prop></td> </tr> <tr> ! <td>extended interfaces</td> ! <td>Interface.<prop comp="Interface">extended interfaces</prop></td> </tr> <tr> ! <td>features</td> ! <td>Binding Message Reference.<prop comp="Binding Message Reference"> ! features ! </prop>, Binding Fault Reference.<prop comp="Binding Fault Reference"> ! features ! </prop>, Interface.<prop comp="Interface">features</prop>, Interface Fault.<prop comp="Interface Fault">features</prop>, Interface Operation.<prop comp="Interface Operation">features</prop>, Interface Message Reference.<prop comp="Interface Message Reference">features</prop>, Interface Fault Reference.<prop comp="Interface Fault Reference">features</prop>, .<prop comp="">features</prop>, Binding.<prop comp="Binding">features</prop>, Binding Fault.<prop comp="Binding Fault">features</prop>, Binding Operation.<prop comp="Binding Operation">features</prop>, Service.<prop comp="Service">features</prop>, Endpoint.<prop comp="Endpoint">features</prop></td> </tr> <tr> ! <td>interface</td> ! <td>Binding.<prop comp="Binding">interface</prop>, Service.<prop comp="Service">interface</prop></td> </tr> <tr> ! <td>interface fault</td> ! <td>Binding Fault.<prop comp="Binding Fault"> ! interface fault ! </prop>, Interface Fault Reference.<prop comp="Interface Fault Reference">interface fault</prop></td> </tr> <tr> ! <td>interface fault references</td> ! <td>Interface Operation.<prop comp="Interface Operation">interface fault references</prop></td> </tr> <tr> ! <td>interface faults</td> ! <td>Interface.<prop comp="Interface">interface faults</prop></td> </tr> <tr> ! <td>interface message references</td> ! <td>Interface Operation.<prop comp="Interface Operation">interface message references</prop></td> </tr> <tr> ! <td>interface operations</td> ! <td>Interface.<prop comp="Interface">interface operations</prop></td> </tr> <tr> ! <td>interfaces</td> ! <td>Description.<prop comp="Description">interfaces</prop></td> </tr> <tr> ! <td>message content model</td> ! <td>Interface Message Reference.<prop comp="Interface Message Reference">message content model</prop></td> </tr> <tr> ! <td>message exchange pattern</td> ! <td>Interface Operation.<prop comp="Interface Operation">message exchange pattern</prop></td> </tr> <tr> ! <td>message label</td> ! <td>Interface Message Reference.<prop comp="Interface Message Reference">message label</prop>, Interface Fault Reference.<prop comp="Interface Fault Reference">message label</prop></td> </tr> <tr> ! <td>name</td> ! <td>Element Declaration.<prop comp="Element Declaration">name</prop>, Type Definition.<prop comp="Type Definition">name</prop>, Interface.<prop comp="Interface">name</prop>, Interface Fault.<prop comp="Interface Fault">name</prop>, Interface Operation.<prop comp="Interface Operation">name</prop>, Binding.<prop comp="Binding">name</prop>, Service.<prop comp="Service">name</prop>, Endpoint.<prop comp="Endpoint">name</prop>, .<prop comp="">name</prop></td> </tr> <tr> ! <td>parent</td> ! <td>Binding Message Reference.<prop comp="Binding Message Reference"> ! parent ! </prop>, Binding Fault Reference.<prop comp="Binding Fault Reference"> ! parent ! </prop>, .<prop comp="">parent</prop>, Interface Fault.<prop comp="Interface Fault">parent</prop>, Interface Operation.<prop comp="Interface Operation">parent</prop>, Interface Message Reference.<prop comp="Interface Message Reference">parent</prop>, Interface Fault Reference.<prop comp="Interface Fault Reference">parent</prop>, Feature.<prop comp="Feature">parent</prop>, Property.<prop comp="Property">parent</prop>, Binding Fault.<prop comp="Binding Fault">parent</prop>, Binding Operation.<prop comp="Binding Operation">parent</prop>, Endpoint.<prop comp="Endpoint">parent</prop></td> </tr> <tr> ! <td>properties</td> ! <td>Binding Message Reference.<prop comp="Binding Message Reference"> ! properties ! </prop>, Binding Fault Reference.<prop comp="Binding Fault Reference"> ! properties ! </prop>, Interface.<prop comp="Interface">properties</prop>, Interface Fault.<prop comp="Interface Fault">properties</prop>, Interface Operation.<prop comp="Interface Operation">properties</prop>, Interface Message Reference.<prop comp="Interface Message Reference">properties</prop>, Interface Fault Reference.<prop comp="Interface Fault Reference">properties</prop>, .<prop comp="">properties</prop>, Binding.<prop comp="Binding">properties</prop>, Binding Fault.<prop comp="Binding Fault">properties</prop>, Binding Operation.<prop comp="Binding Operation">properties</prop>, Service.<prop comp="Service">properties</prop>, Endpoint.<prop comp="Endpoint">properties</prop></td> </tr> <tr> ! <td>ref</td> ! <td>Feature.<prop comp="Feature">ref</prop>, Property.<prop comp="Property">ref</prop></td> </tr> <tr> ! <td>required</td> ! <td>Feature.<prop comp="Feature">required</prop></td> </tr> <tr> ! <td>services</td> ! <td>Description.<prop comp="Description">services</prop></td> </tr> <tr> ! <td>style</td> ! <td>Interface Operation.<prop comp="Interface Operation">style</prop></td> ! </tr> ! <tr> ! <td>type</td> ! <td>Binding.<prop comp="Binding">type</prop></td> ! </tr> ! <tr> ! <td>type definitions</td> ! <td>Description.<prop comp="Description">type definitions</prop></td> ! </tr> ! <tr> ! <td>value</td> ! <td>Property.<prop comp="Property">value</prop></td> ! </tr> ! <tr> ! <td>value constraint</td> ! <td>Property.<prop comp="Property">value constraint</prop></td> </tr> </tbody>
Received on Friday, 29 July 2005 15:10:43 UTC