computedAttributeConstructor

Complex Type Information

Model

Used By

Source

<xsd:complexType name="computedAttributeConstructor">
  <xsd:complexContent>
    <xsd:extension base="expr">
      <xsd:sequence>
        <xsd:choice>
          <xsd:element name="tagName" type="EQName"/>
          <xsd:element name="tagNameExpr" type="exprWrapper"/>
        </xsd:choice>
        <xsd:element name="valueExpr" type="exprWrapper" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>