Definition Type: Attribute
Name: href
Namespace: http://www.xml-cml.org/schema
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: schema.xsd
Use (Optional)
Documentation:
address of a resource. Links to another element in the same or other file. For dictionary/@dictRef requires the prefix and the physical URI address to be contained within the same file. We can anticipate that better mechanisms will arise - perhaps through XMLCatalogs. At least it works at present.
Collapse XSD Schema Diagram:
XSD Diagram of href in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:attribute id="att.href" name="href" type="xsd:anyURI">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">address of a resource.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Links to another element in the same or other file. For dictionary/@dictRef requires the prefix and the physical URI 
            address to be contained within the same file. We can anticipate that
            better mechanisms will arise - perhaps through XMLCatalogs.
            At least it works at present.</h:div>
        </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>