Definition Type: Attribute
Name: label
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
A label. The semantics of label are not defined in the schema but are normally commonly used standard or semi-standard text strings. This attribute has the the same semantics as the more common _label_ element.
Collapse XSD Schema Diagram:
XSD Diagram of label in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute name="label" type="xsd:string" id="att.label">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A label.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The semantics of label are not defined in the schema but are normally commonly used  standard or semi-standard text strings. This attribute has the the same semantics as the more common _label_ element.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>