| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| dialogid | ECMAScript.expression | required | ||||
| hints | ECMAScript.expression | optional | ||||
| immediate | ECMAScript.expression | false | optional |
| Element Group | dialogElements |
<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> |