Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The assignmentAction element specifies an action that MUST set the value of a field.
Parent Elements |
---|
Attributes:
expression: This attribute specifies an XPath expression to populate the value of the targetField attribute.
targetField: This attribute specifies an XPath expression that MUST evaluate to the target XML node.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="assignmentAction"> <xsd:complexType> <xsd:attribute name="targetField" type="xsd:string" use="required"/> <xsd:attribute name="expression" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element>