QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
element | xsd:QName | optional | ||||
messageType | xsd:QName | optional | ||||
name | BPELVariableName | required | ||||
type | xsd:QName | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace' |
Element | variable |
<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> |