Definition Type: ComplexType
Name: tExtensibleElements
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/abstract
Containing Schema: ws-bpel_abstract_common_base.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_abstract_common_base_xsdXSD Diagram of tExtensibleElements in schema ws-bpel_abstract_common_base_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="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 xsd-derived: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:
xsd-derived:opaqueFromxsd-derived:tActivity, xsd-derived:tActivityContainer, xsd-derived:tCompletionCondition, xsd-derived:tCopy, xsd-derived:tCorrelation, xsd-derived:tCorrelations, xsd-derived:tCorrelationSet, xsd-derived:tCorrelationSets, xsd-derived:tCorrelationsWithPattern, xsd-derived:tElseif, xsd-derived:tEventHandlers, xsd-derived:tExtension, xsd-derived:tExtensionAssignOperation, xsd-derived:tExtensions, xsd-derived:tFaultHandlers, xsd-derived:tFromPart, xsd-derived:tFromParts, xsd-derived:tImport, xsd-derived:tLink, xsd-derived:tLinks, xsd-derived:tMessageExchange, xsd-derived:tMessageExchanges, xsd-derived:tOnAlarmEvent, xsd-derived:tOnAlarmPick, xsd-derived:tOnMsgCommon, xsd-derived:tPartnerLink, xsd-derived:tPartnerLinks, xsd-derived:tProcess, xsd-derived:tSource, xsd-derived:tSources, xsd-derived:tTarget, xsd-derived:tTargets, xsd-derived:tToPart, xsd-derived:tToParts, xsd-derived:tVariable, xsd-derived:tVariables,