xpdl:WebServiceOperation

BPMN: If the Implementation is a WebService this is required.

Element Information

Model

(xpdl:Partner | xpdl:Service) , ANY element from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2'

Attributes

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

Used By

Source

<xsd:element name="WebServiceOperation">
  <xsd:annotation>
    <xsd:documentation>BPMN: If the Implementation is a WebService this is required.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:choice>
        <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>
        <xsd:element name="Service">
          <xsd:complexType>
            <xsd:sequence>
              <xsd:element ref="xpdl:EndPoint"/>
              <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
            <xsd:attribute name="ServiceName" type="xsd:string" use="required"/>
            <xsd:attribute name="PortName" type="xsd:string" use="required"/>
            <xsd:anyAttribute namespace="##other" processContents="lax"/>
          </xsd:complexType>
        </xsd:element>
      </xsd:choice>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="OperationName" type="xsd:string" use="required"/>
    <xsd:anyAttribute namespace="##other" processContents="lax"/>
  </xsd:complexType>
</xsd:element>

Sample