Definition Type: Element
Name: alternative
Namespace: http://www.xml-cml.org/schema
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Abstract
Documentation:
An alternative name for an entry. At present a child of _entry_ which represents an alternative string that refers to the concept. There is a partial controlled vocabulary in _alternativeType_ with values such as : synonym acronym abbreviation
Collapse XSD Schema Diagram:
Drilldown into type in schema schema_xsd Drilldown into alternativeType in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsdXSD Diagram of alternative in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="alternative" id="el.alternative">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An alternative name for an entry.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                At present a child of _entry_ which represents an alternative string that refers to the concept. There is a partial controlled vocabulary in _alternativeType_ with values such as :
                <h:ul><h:li>synonym</h:li>
                    <h:li>acronym</h:li>
                    <h:li>abbreviation</h:li>
                </h:ul>
            </h:div>
            <h:div class="example" href="alternative1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attributeGroup ref="id" />
                <xsd:attributeGroup ref="convention" />
                <xsd:attributeGroup ref="alternativeType" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
convention nsA:convention (Optional)
type nsA:type (Optional)