assign

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
expr ECMAScript.expression required
name ECMAScript.LeftHandSideExpression required

Used By

Element Group ecmaScriptElements

Source

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

Sample