Definition Type: ComplexType
Name: tExtensibleElements
Namespace: http://docs.oasis-open.org/wsbpel/2.0/plnktype
Containing Schema: ws-bpel_plnktype.xsd
Abstract
Documentation:
This type is extended by other component types to allow elements and attributes from other namespaces to be added at the modeled places.
Collapse XSD Schema Diagram:
Drilldown into documentation in schema ws-bpel_plnktype_xsdXSD Diagram of tExtensibleElements in schema ws-bpel_plnktype_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tExtensibleElements">
    <xsd:annotation>
        <xsd:documentation>
				This type is extended by other component types to allow elements and attributes from
				other namespaces to be added at the modeled places.
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="plnk:documentation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation plnk:documentation 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
plnk:tPartnerLinkType, plnk:tRole