Definition Type: Element
Name: relatedEntry
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
An entry related in some way to a dictionary entry. The range of relationships is not restricted but should include parents, aggregation, seeAlso and so on. DataCategories from ISO12620 can be referenced through the namespaced mechanism.
Collapse XSD Schema Diagram:
Drilldown into href in schema schema_xsd Drilldown into href in schema schema_xsd Drilldown into type in schema schema_xsd Drilldown into relatedEntryType in schema schema_xsdXSD Diagram of relatedEntry in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="relatedEntry" id="el.relatedEntry">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An entry related in some way to a dictionary entry.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The range of relationships is not restricted but should include parents, aggregation, seeAlso and so on.  DataCategories from ISO12620 can be referenced through the namespaced mechanism.</h:div>
            <h:div class="example" href="relatedEntry1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType mixed="true">
        <xsd:attributeGroup ref="relatedEntryType" />
        <xsd:attributeGroup ref="href">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="specific" xmlns:h="http://www.w3.org/1999/xhtml">The related entry.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:attributeGroup>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
href nsA:href (Optional)