xpdl:Partner

Element Information

Model

ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

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

Source

<xsd:element name="Partner">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="PartnerLinkId" type="xsd:NMTOKEN" use="required"/>
    <xsd:attribute name="RoleType" use="required">
      <xsd:simpleType>
        <xsd:restriction base="xsd:NMTOKEN">
          <xsd:enumeration value="MyRole"/>
          <xsd:enumeration value="PartnerRole"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample