Definition Type: ComplexType
Name: tVariable
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Type: nsB:tExtensibleElements
Containing Schema: ws-bpel_executable.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into from in schema ws-bpel_executable_xsd Drilldown into documentation in schema ws-bpel_executable_xsd Drilldown into tExtensibleElements in schema ws-bpel_executable_xsd Drilldown into element in schema ws-bpel_executable_xsd Drilldown into type in schema ws-bpel_executable_xsd Drilldown into messageType in schema ws-bpel_executable_xsd Drilldown into name in schema ws-bpel_executable_xsdXSD Diagram of tVariable in schema ws-bpel_executable_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tVariable">
    <xsd:complexContent>
        <xsd:extension base="tExtensibleElements">
            <xsd:sequence>
                <xsd:element ref="from" minOccurs="0" />
            </xsd:sequence>
            <xsd:attribute name="name" type="BPELVariableName" use="required" />
            <xsd:attribute name="messageType" type="xsd:QName" use="optional" />
            <xsd:attribute name="type" type="xsd:QName" use="optional" />
            <xsd:attribute name="element" type="xsd:QName" use="optional" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation nsB:documentation 0 unbounded
from nsB:from 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name nsB:name Required
messageType nsB:messageType Optional
type nsB:type Optional
element nsB:element Optional
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:variable