xpdl:DataMapping

Deprecated in XPDL 2.2, use FormalParameters

Element Information

Model

xpdl:Actual , xpdl:TestValue{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Direction restriction of xsd:NMTOKEN IN optional
Formal xsd:string required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="DataMapping">
  <xsd:annotation>
    <xsd:documentation>Deprecated in XPDL 2.2, use FormalParameters</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element name="Actual" type="xpdl:ExpressionType"/>
      <xsd:element name="TestValue" type="xpdl:ExpressionType" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Formal" type="xsd:string" use="required"/>
    <xsd:attribute name="Direction" default="IN">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="IN"/>
          <xsd:enumeration value="OUT"/>
          <xsd:enumeration value="INOUT"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample