Definition Type: ComplexType
Name: tImport
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 documentation in schema ws-bpel_executable_xsd Drilldown into tExtensibleElements in schema ws-bpel_executable_xsd Drilldown into importType in schema ws-bpel_executable_xsd Drilldown into location in schema ws-bpel_executable_xsd Drilldown into namespace in schema ws-bpel_executable_xsdXSD Diagram of tImport in schema ws-bpel_executable_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="tImport">
    <xsd:complexContent>
        <xsd:extension base="tExtensibleElements">
            <xsd:attribute name="namespace" type="xsd:anyURI" use="optional" />
            <xsd:attribute name="location" type="xsd:anyURI" use="optional" />
            <xsd:attribute name="importType" type="xsd:anyURI" use="required" />
        </xsd:extension>
    </xsd:complexContent>
</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
namespace nsB:namespace Optional
location nsB:location Optional
importType nsB:importType Required
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsB:import