Definition Type: SimpleType
Name: alternativeTypeType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
The type of an alternative. This adds semantics to an _alternative_ and might be used by an RDF or related engine.
Collapse XSD Schema Diagram:
XSD Diagram of alternativeTypeType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType id="st.alternativeTypeType" name="alternativeTypeType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The type of an alternative.</h:div>
            <h:div class="general" xmlns:h="http://www.w3.org/1999/xhtml">This adds semantics to an _alternative_ and might be used by an RDF or related engine.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="synonym" />
                <xsd:enumeration value="quasi-synonym" />
                <xsd:enumeration value="acronym" />
                <xsd:enumeration value="abbreviation" />
                <xsd:enumeration value="homonym" />
                <xsd:enumeration value="identifier" />
            </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType>
            <xsd:restriction base="namespaceRefType" />
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:type