]> $Id: Grounding.daml,v 1.10 2003/01/10 01:24:23 martin Exp $ Upper-level DAML ontology for Groundings that employ WSDL. Part of the DAML-S ontology; see http://www.daml.org/services/. Note that other approaches to grounding may be accommodated within the DAML-S framework. This is the only approach produced to date by the DAML-S Coalition. This version does not cover all possible cases of mapping DAML-S atomic processes onto WSDL services. For information about the limits of this version, please see documentation available on the WebSite mentioned above. A class that relates a parameter (input or output) of an atomic process to the corresponding WSDL message part. An input or output property of an atomic process. A WsdlMessageMap must have a single instance of damlsParameter. A URI for a WSDL message part element. A WsdlMessageMap must have a single instance of wsdlMessagePart. A list of WsdlMessageMap instances A WsdlGrounding is just a collection of WsdlAtomicProcessGrounding instances, one for each atomic process in the process model. A class that relates elements of a DAML-S atomic process to a WSDL specification. The atomic process to which this grounding applies. A WsdlAtomicProcessGrounding must have a single instance of damlsProcess. A URI indicating the WSDL operation to which the atomic process (referenced by damlsProcess) corresponds. A WsdlAtomicProcessGrounding must have a single instance of wsdlOperation. A URI for the WSDL message element corresponding to the inputs of the atomic process. A list of WsdlMessageMap instances, one for each input of the atomic process. A URI for the WSDL message element corresponding to the outputs of the atomic process. A list of WsdlMessageMap instances, one for each output of the atomic process. A URI indicating the version of WSDL being used. A WsdlAtomicProcessGrounding must have a single instance of wsdlReference. A URI indicating a relevant standards document. A URI indicating a WSDL document to which this grounding refers.