A data structure that holds the results from an XPath query of a model. It consists of the following fields:
Model : UUID - the UUID of the model from which this result came.
XPath : String - the XPath query string that led to this result.
Results : XPathNode[] - an array of XPathNodes holding the query results.