xpdl:PartnerRole

Element Information

Model

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

Attributes

QName Type Fixed Default Use Inheritable Annotation
PortName xsd:string optional
RoleName xsd:string required
ServiceName xsd:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Source

<xsd:element name="PartnerRole" minOccurs="0">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xpdl:EndPoint"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="RoleName" type="xsd:string" use="required"/>
    <xsd:attribute name="ServiceName" type="xsd:string" use="optional"/>
    <xsd:attribute name="PortName" type="xsd:string" use="optional"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample