Definition Type: SimpleType
Name: relatedEntryTypeType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
Type of relatedEntry. Type represents a the type of relationship in a relatedEntry element.
Collapse XSD Schema Diagram:
XSD Diagram of relatedEntryTypeType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType id="st.relatedEntryTypeType" name="relatedEntryTypeType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Type of relatedEntry.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Type represents a the type of relationship in a relatedEntry element.</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:union>
        <xsd:simpleType>
            <xsd:restriction base="xsd:string">
                <xsd:enumeration value="parent" />
                <xsd:enumeration value="partitiveParent" />
                <xsd:enumeration value="child" />
                <xsd:enumeration value="partitiveChild" />
                <xsd:enumeration value="related" />
                <xsd:enumeration value="synonym" />
                <xsd:enumeration value="quasi-synonym" />
                <xsd:enumeration value="antonym" />
                <xsd:enumeration value="homonym" />
                <xsd:enumeration value="see" />
                <xsd:enumeration value="seeAlso" />
                <xsd:enumeration value="abbreviation" />
                <xsd:enumeration value="acronym" />
            </xsd:restriction>
        </xsd:simpleType>
        <xsd:simpleType>
            <xsd:restriction base="namespaceRefType" />
        </xsd:simpleType>
    </xsd:union>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:type