unaryOperatorExpr

Complex Type Information

Model

Children: operand

Used By

Source

<xsd:complexType name="unaryOperatorExpr">
  <xsd:complexContent>
    <xsd:extension base="operatorExpr">
      <xsd:sequence>
        <xsd:element name="operand" type="exprWrapper"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>