Definition Type: Attribute
Name: term
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use Required
Documentation:
A term in a dictionary. The term should be a noun or nounal phrase, with a separate definition and further description.
Collapse XSD Schema Diagram:
XSD Diagram of term in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.term" name="term" type="xsd:string" use="required">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A term in a dictionary.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The term should be a noun or nounal phrase, with a separate definition and further description.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>