tTo

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , query{0,1}
Children: documentation, query

Attributes

QName Type Fixed Default Use Inheritable Annotation
expressionLanguage xsd:anyURI optional
part xsd:NCName optional
partnerLink xsd:NCName optional
property xsd:QName optional
variable BPELVariableName optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element to

Source

<xsd:complexType name="tTo" mixed="true">
  <xsd:sequence>
    <xsd:element ref="documentation" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element ref="query" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="expressionLanguage" type="xsd:anyURI"/>
  <xsd:attribute name="variable" type="BPELVariableName"/>
  <xsd:attribute name="part" type="xsd:NCName"/>
  <xsd:attribute name="property" type="xsd:QName"/>
  <xsd:attribute name="partnerLink" type="xsd:NCName"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>