Definition Type: Element
Name: propertyAlias
Namespace: http://docs.oasis-open.org/wsbpel/2.0/varprop
Type: vprop:tExtensibleElements
Containing Schema: ws-bpel_varprop.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into query in schema ws-bpel_varprop_xsd Drilldown into documentation in schema ws-bpel_varprop_xsd Drilldown into tExtensibleElements in schema ws-bpel_varprop_xsd Drilldown into element in schema ws-bpel_varprop_xsd Drilldown into type in schema ws-bpel_varprop_xsd Drilldown into part in schema ws-bpel_varprop_xsd Drilldown into messageType in schema ws-bpel_varprop_xsd Drilldown into propertyName in schema ws-bpel_varprop_xsdXSD Diagram of propertyAlias in schema ws-bpel_varprop_xsd (OASIS Web Services Business Process Execution Language (WSBPEL) TC)
Collapse XSD Schema Code:
<xsd:element name="propertyAlias">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="vprop:tExtensibleElements">
                <xsd:sequence>
                    <xsd:element ref="vprop:query" minOccurs="0" />
                </xsd:sequence>
                <xsd:attribute name="propertyName" type="xsd:QName" use="required" />
                <xsd:attribute name="messageType" type="xsd:QName" />
                <xsd:attribute name="part" type="xsd:NCName" />
                <xsd:attribute name="type" type="xsd:QName" />
                <xsd:attribute name="element" type="xsd:QName" />
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
documentation vprop:documentation 0 unbounded
query vprop:query 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
propertyName vprop:propertyName Required
messageType vprop:messageType (Optional)
part vprop:part (Optional)
type vprop:type (Optional)
element vprop:element (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: