Definition Type: Attribute
Name: symbol
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
A symbol. No semantics. However it should contain only ASCII characters and we may have to develop an escaping mechanism. Used on _atomicBasisFunction_, _unit_, etc.
Collapse XSD Schema Diagram:
XSD Diagram of symbol in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="symbol" id="att.symbol" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A symbol.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">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>