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