- From: Nickolas Kavantzas <nickolas.kavantzas@oracle.com>
- Date: Fri, 04 Jun 2004 11:36:39 -0700
- To: Steve Ross-Talbot <steve@enigmatec.net>
- Cc: public-ws-chor-comments@w3.org
correct. Steve Ross-Talbot wrote: > 10 WS-CDL Supplied Functions > > "xsd:any* getVariable(xsd:string varName, xsd:string documentPath?, > xsd:string roleName) > > Returns the information of the variable with name stateName at a Role > as a node set containing a single node. The second parameter is > optional. When the second parameter is not used, this function > retrieves from the variable information the entire document. When the > second parameter is used, this function retrieves from the variable > information, the fragment of the document at the provided absolute > location path." > > I'm pretty sure that "stateName" should be "varName". Thus it should > read: > > "xsd:any* getVariable(xsd:string varName, xsd:string documentPath?, > xsd:string roleName) > > Returns the information of the variable with name varName at a Role as > a node set containing a single node. The second parameter is optional. > When the second parameter is not used, this function retrieves from the > variable information in the entire document. When the second parameter > is used, this function retrieves from the variable information in that > fragment of the document at the provided absolute location path."
Received on Friday, 4 June 2004 14:37:27 UTC