Name | Required | Description |
usage | Wires automatically limits user choices from block results in the Path Selection list based on the datatype of the macro input parameter. For input parameters with simple datatypes, for example, Wires only allows users to select simple nodes, also know as leaf nodes. When <presto:xpath> is a child of <presto:type datatype="path">, automatic detection is not possible. This attribute allows you to control the types of nodes that users may select in that case: array = users may select only repeating nodes, simple (with data) or complex (with children) branch = users may select only complex nodes with children, either a single node or repeating nodes leaf = users may select only a single simple node with data or a repeating simple node path = users may select any type of node If omitted = users may select any type of node | |
limitTo | Yes | Limits the choices presented to users in thePath Selection list to nodes in a specific document-type input parameter, and optionally nodes within a specific path in that document. When <presto:xpath> is defined as a child of <presto:list>, this attribute identifies a document-type input parameter, and optional path within that document, that provides the valid values for the list. |