Provides an overview of the VC core namespace.
xvcd:main-elements Instruction
Describes the condition for combining elements by the xvcd:combine element, or separating an element by the xvcd:split element. Available only within the contents of the xvcd:combine element and the xvcd:split element.
The element of the element group specified by this element can be the vertex for the combination or separation.
Attribute:
-
test(mandatory) -
Specify the condition for the element that combines or separates elements or nodes. It can be a XPath expression returning true/false value. When evaluating XPath expression, the combined or separated node is the context node. This attribute is mandatory.
-
type -
Specify the condition for the node combination. Specify one of the following strings.
-
grouped - Enables it to combine elements if the target nodes are included in the same group.
-
strict - Enables it to combine elements if all the attribute values for the target node set to the element names or elements match together within the target element nodes.
If described within the
xvcd:splitelement, thetypeattribute can be omitted. If described within thexvcd:combineelement and omitted, thegroupedis assumed to be specified. -
Content:
The xvcd:main-elements element is empty.