Schema Central  >  XHTML 1.0 Strict  >  xhtml1-strict.xsd  >  head
Advanced search

Recommended Reading:

Definitive XML Schema

 

head

      content model is "head.misc" combined with a single
      title and an optional base element in any order
      

Element information

Namespace: http://www.w3.org/1999/xhtml

Schema document: xhtml1-strict.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Sequence [1..1]
      from group head.misc
    1. Choice [0..*]
      • script script statements, which may include CDATA sections
      • style style info, which may include CDATA sections
      • meta generic metainformation
      • link 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")
      • object
    2. Choice [1..1]
      • Sequence [1..1]
        1. title [1..1] The title element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document.
        2. from group head.misc
        3. Choice [0..*]
          • script script statements, which may include CDATA sections
          • style style info, which may include CDATA sections
          • meta generic metainformation
          • link 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")
          • object
        4. Sequence [0..1]
          1. base [1..1] document base URI
          2. from group head.misc
          3. Choice [0..*]
            • script script statements, which may include CDATA sections
            • style style info, which may include CDATA sections
            • meta generic metainformation
            • link 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")
            • object
      • Sequence [1..1]
        1. base [1..1] document base URI
        2. from group head.misc
        3. Choice [0..*]
          • script script statements, which may include CDATA sections
          • style style info, which may include CDATA sections
          • meta generic metainformation
          • link 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")
          • object
        4. title [1..1] The title element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document.
        5. from group head.misc
        6. Choice [0..*]
          • script script statements, which may include CDATA sections
          • style style info, which may include CDATA sections
          • meta generic metainformation
          • link 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")
          • object

Attributes

NameOccTypeDescriptionNotes
lang [0..1]LanguageCodefrom group i18n
xml:lang [0..1]Anonymousdenotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. from group i18n
dir [0..1]Anonymousfrom group i18n
id [0..1]xsd:ID
profile [0..1]URI

Used in

  • Anonymous type of element html

Sample instance

<head> <--any elements or text--> </head>