- From: Steve Ross-Talbot <steve@enigmatec.net>
- Date: Fri, 4 Jun 2004 09:41:09 +0100
- To: public-ws-chor-comments@w3.org
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 05:09:25 UTC