tFrom

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , (literal | query)

Attributes

QName Type Fixed Default Use Inheritable Annotation
endpointReference tRoles optional
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 from

Source

<xsd:complexType name="tFrom" mixed="true">
  <xsd:sequence>
    <xsd:element ref="documentation" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:choice minOccurs="0">
      <xsd:element ref="literal" minOccurs="1"/>
      <xsd:element ref="query" minOccurs="1"/>
    </xsd:choice>
  </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:attribute name="endpointReference" type="tRoles"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>