Schema Central  >  XHTML 1.0 Transitional  >  xhtml1-transitional.xsd  >  html
Advanced search

Recommended Reading:

Definitive XML Schema

 

html

Element information

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

Schema document: xhtml1-transitional.xsd

Type: Anonymous

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. head [1..1] content model is "head.misc" combined with a single title and an optional base element in any order
    2. body [1..1]

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

Sample instance

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