Definition Type: Element
Name: style
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
style info, which may include CDATA sections
Collapse XSD Schema Diagram:
Drilldown into space in schema xml_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into media in schema xhtml1-strict_xsd Drilldown into type 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 style in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="style">
    <xs:annotation>
        <xs:documentation>
      style info, which may include CDATA sections
      </xs:documentation>
    </xs:annotation>
    <xs:complexType mixed="true">
        <xs:attributeGroup ref="i18n" />
        <xs:attribute name="id" type="xs:ID" />
        <xs:attribute name="type" use="required" type="ContentType" />
        <xs:attribute name="media" type="MediaDesc" />
        <xs:attribute name="title" type="Text" />
        <xs:attribute ref="xml:space" fixed="preserve" />
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
id nsA:id (Optional)
type nsA:type Required
media nsA:media (Optional)
title nsA:title (Optional)
space xml:space (Optional)