xpdl:FormalParameter

Element Information

Model

xpdl:DataType , xpdl:InitialValue{0,1} , xpdl:Description{0,1} , xpdl:Length{0,1} , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xpdl:Id required
IsArray xsd:boolean false optional
Mode restriction of xsd:NMTOKEN IN optional
Name xsd:string optional
ReadOnly xsd:boolean false optional
Required xsd:boolean false optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:element name="FormalParameter">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:DataType"/>
      <xsd:element name="InitialValue" type="xpdl:ExpressionType" minOccurs="0"/>
      <xsd:element ref="xpdl:Description" minOccurs="0"/>
      <xsd:element ref="xpdl:Length" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="Id" type="xpdl:Id" use="required"/>
    <xsd:attribute name="Mode" 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:attribute name="Name" type="xsd:string" use="optional"/>
    <xsd:attribute name="ReadOnly" type="xsd:boolean" use="optional" default="false"/>
    <xsd:attribute name="Required" type="xsd:boolean" use="optional" default="false"/>
    <xsd:attribute name="IsArray" type="xsd:boolean" use="optional" default="false"/>
    <xsd:anyAttribute namespace=