Definition Type: ComplexType
Name: ServiceRefType
Namespace: http://docs.oasis-open.org/wsbpel/2.0/serviceref
Containing Schema: ws-bpel_serviceref.xsd
Abstract
Documentation:
This type definition is for service reference container. This container is used as envelope to wrap around the actual endpoint reference value, when a BPEL process interacts the endpoint reference of a partnerLink. It provides pluggability of different versions of service referencing schemes being used within a BPEL program. The design pattern here is similar to those of expression language.
Collapse XSD Schema Diagram:
Drilldown into reference-scheme in schema ws-bpel_serviceref_xsdXSD Diagram of ServiceRefType in schema ws-bpel_serviceref_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceRefType">
    <xsd:annotation>
        <xsd:documentation>
				This type definition is for service reference container.
				This container is used as envelope to wrap around the actual endpoint reference value,
				when a BPEL process interacts the endpoint reference of a partnerLink.
				It provides pluggability of different versions of service referencing schemes
				being used within a BPEL program. The design pattern here is similar to those of
				expression language.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:any namespace="##other" processContents="lax" />
    </xsd:sequence>
    <xsd:attribute name="reference-scheme" type="xsd:anyURI" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
reference-scheme sref:reference-scheme (Optional)
Collapse Derivation Tree:
Collapse References:
sref:service-ref