Definition Type: Element
Name: link
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
Relationship values can be used in principle: a) for document specific toolbars/menus when used with the link element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel="stylesheet") c) to make a link to a script (rel="script") d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a PostScript or PDF version (rel="alternate" media="print")
Collapse XSD Schema Diagram:
Drilldown into media in schema xhtml1-strict_xsd Drilldown into rev in schema xhtml1-strict_xsd Drilldown into rel in schema xhtml1-strict_xsd Drilldown into type in schema xhtml1-strict_xsd Drilldown into hreflang in schema xhtml1-strict_xsd Drilldown into href in schema xhtml1-strict_xsd Drilldown into charset in schema xhtml1-strict_xsd Drilldown into onkeyup in schema xhtml1-strict_xsd Drilldown into onkeydown in schema xhtml1-strict_xsd Drilldown into onkeypress in schema xhtml1-strict_xsd Drilldown into onmouseout in schema xhtml1-strict_xsd Drilldown into onmousemove in schema xhtml1-strict_xsd Drilldown into onmouseover in schema xhtml1-strict_xsd Drilldown into onmouseup in schema xhtml1-strict_xsd Drilldown into onmousedown in schema xhtml1-strict_xsd Drilldown into ondblclick in schema xhtml1-strict_xsd Drilldown into onclick in schema xhtml1-strict_xsd Drilldown into events in schema xhtml1-strict_xsd Drilldown into dir in schema xhtml1-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into lang in schema xhtml1-strict_xsd Drilldown into i18n in schema xhtml1-strict_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsd Drilldown into coreattrs in schema xhtml1-strict_xsd Drilldown into attrs in schema xhtml1-strict_xsdXSD Diagram of link in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="link">
    <xs:annotation>
        <xs:documentation>
      Relationship values can be used in principle:

      a) for document specific toolbars/menus when used
         with the link element in document head e.g.
           start, contents, previous, next, index, end, help
      b) to link to a separate style sheet (rel="stylesheet")
      c) to make a link to a script (rel="script")
      d) by stylesheets to control how collections of
         html nodes are rendered into printed documents
      e) to make a link to a printable version of this document
         e.g. a PostScript or PDF version (rel="alternate" media="print")
      </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="attrs" />
        <xs:attribute name="charset" type="Charset" />
        <xs:attribute name="href" type="URI" />
        <xs:attribute name="hreflang" type="LanguageCode" />
        <xs:attribute name="type" type="ContentType" />
        <xs:attribute name="rel" type="LinkTypes" />
        <xs:attribute name="rev" type="LinkTypes" />
        <xs:attribute name="media" type="MediaDesc" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
onclick nsA:onclick (Optional)
ondblclick nsA:ondblclick (Optional)
onmousedown nsA:onmousedown (Optional)
onmouseup nsA:onmouseup (Optional)
onmouseover nsA:onmouseover (Optional)
onmousemove nsA:onmousemove (Optional)
onmouseout nsA:onmouseout (Optional)
onkeypress nsA:onkeypress (Optional)
onkeydown nsA:onkeydown (Optional)
onkeyup nsA:onkeyup (Optional)
charset nsA:charset (Optional)
href nsA:href (Optional)
hreflang nsA:hreflang (Optional)
type nsA:type (Optional)
rel nsA:rel (Optional)
rev nsA:rev (Optional)
media nsA:media (Optional)