log

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
expr ECMAScript.expression required
label ECMAScript.expression optional

Used By

Element Group executableContent

Source

<xsd:element name="log">
  <xsd:complexType>
    <xsd:attribute name="label" type="ECMAScript.expression"/>
    <xsd:attribute name="expr" use="required" type="ECMAScript.expression"/>
  </xsd:complexType>
</xsd:element>

Sample