symbol

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
symbol xsd:string optional
<h:div class="summary">A symbol.</h:div>
<h:div class="description">No semantics. However it should contain only ASCII characters and we may have to develop an escaping mechanism. Used on _atomicBasisFunction_, _unit_, etc.</h:div>

Used By

Source

<xsd:attributeGroup id="attGp.symbol" name="symbol">
  <xsd:attribute name="symbol" id="att.symbol" type="xsd:string">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">A symbol.</h:div>
        <h:div class="description">No semantics. However it should contain only ASCII characters and we may have to develop an escaping mechanism. Used on _atomicBasisFunction_, _unit_, etc.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>