XHTML 1.0 (Second Edition) Strict

http://www.w3.org/1999/xhtml
element style

Documentation
      style info, which may include CDATA sections
      
      
xxx       fixed="preserve"
      

Model
<style
  dir = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  media = MediaDesc
  space = <TODO local simpleType in attribute> : preserve
  title = Text
  type = ContentType>

</style>


Attribute Summary
 <TODO local simpleType in attribute>dir
          
 xs:IDid
          
 LanguageCodelang
          
 xs:languagelang
          In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . 
 MediaDescmedia
          
 <TODO local simpleType in attribute>space
          
 Texttitle
          
 ContentTypetype
          

Attribute Detail

dir

<TODO local simpleType in attribute> dir


id

xs:ID id


lang

LanguageCode lang


lang

xs:language lang
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .


media

MediaDesc media


space

<TODO local simpleType in attribute> space

Default: preserve

title

Text title


type

ContentType type


Source
<xs:element name="style">
<xs:complexType mixed="true">
<xs:attributeGroup ref="i18n"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="type" type="ContentType" use="required"/>
<xs:attribute name="media" type="MediaDesc"/>
<xs:attribute name="title" type="Text"/>
<xs:attribute ref="xml:space"/>
</xs:complexType>
</xs:element>

XHTML 1.0 (Second Edition) Strict

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.