dialogterminate

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dialogid ECMAScript.expression required
hints ECMAScript.expression optional
immediate ECMAScript.expression false optional

Used By

Element Group dialogElements

Source

<xsd:element name="dialogterminate">
  <xsd:complexType>
    <xsd:attribute name="dialogid" use="required" type="ECMAScript.expression"/>
    <xsd:attribute name="immediate" default="false" type="ECMAScript.expression"/>
    <xsd:attribute name="hints" type="ECMAScript.expression"/>
  </xsd:complexType>
</xsd:element>

Sample