tWait

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , targets{0,1} , sources{0,1} , (for | until)

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:NCName optional
suppressJoinFailure tBoolean optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element wait

Source

<xsd:complexType name="tWait">
  <xsd:complexContent>
    <xsd:extension base="tActivity">
      <xsd:choice>
        <xsd:element ref="for" minOccurs="1"/>
        <xsd:element ref="until" minOccurs="1"/>
      </xsd:choice>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>