Definition Type: Element
Name: html
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into body in schema xhtml1-strict_xsd Drilldown into head in schema xhtml1-strict_xsd Drilldown into id 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_xsdXSD Diagram of html in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="html">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="head" />
            <xs:element ref="body" />
        </xs:sequence>
        <xs:attributeGroup ref="i18n" />
        <xs:attribute name="id" type="xs:ID" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
head nsA:head (1) (1)
body nsA:body (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
id nsA:id (Optional)