node-type

The<icode type="attribute">node-type</icode>attribute defines the node type of the nodes to be added. The attribute is required, if the target attribute is set.

If the<icode type="attribute">node-type</icode>value is missing, the activity element should not have a<icode type="attribute">target</icode>attribute. In this case the nodes to be added will be defined by the activity elements content or<icode type="attribute">select</icode>attribute.

Attribute Information

Used By

Attribute Group sqf:activityManipulate

Source

<xs:attribute name="node-type" type="sqf:nodeTypeType">
  <xs:annotation>
    <xs:documentation>The
      <icode type="attribute">node-type</icode>attribute defines the node type of the nodes to be added. The attribute is required, if the target attribute is set.</xs:documentation>
    <xs:documentation>If the
      <icode type="attribute">node-type</icode>value is missing, the activity element should not have a
      <icode type="attribute">target</icode>attribute. In this case the nodes to be added will be defined by the activity elements content or
      <icode type="attribute">select</icode>attribute.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample