xpdl:DataInputOutput

Complex Type Information

Model

xpdl:FormalParameterRef* , xpdl:Object{0,1} , xpdl:NodeGraphicsInfos{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
Name xsd:string optional
State xsd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Used By

Source

<xsd:complexType name="DataInputOutput">
  <xsd:sequence>
    <xsd:element name="FormalParameterRef" minOccurs="0" maxOccurs="unbounded">
      <xsd:complexType>
        <xsd:attribute name="Id" type="xpdl:IdRef" use="required"/>
      </xsd:complexType>
    </xsd:element>
    <xsd:element ref="xpdl:Object" minOccurs="0"/>
    <xsd:element ref="xpdl:NodeGraphicsInfos" 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="Name" type="xsd:string" use="optional"/>
  <xsd:attribute name="State" type="xsd:string" use="optional"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>