XHTML 1.0 (Second Edition) Strict

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

Documentation
      generic metainformation
      

Model
<meta
  content = <TODO local simpleType in attribute>
  dir = <TODO local simpleType in attribute>
  http-equiv = <TODO local simpleType in attribute>
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = <TODO local simpleType in attribute>
  scheme = <TODO local simpleType in attribute>>

</meta>


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

Attribute Detail

content

<TODO local simpleType in attribute> content


dir

<TODO local simpleType in attribute> dir


http-equiv

<TODO local simpleType in attribute> http-equiv


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 . . .


name

<TODO local simpleType in attribute> name


scheme

<TODO local simpleType in attribute> scheme


Source
<xs:element name="meta">
<xs:complexType>
<xs:attributeGroup ref="i18n"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="http-equiv"/>
<xs:attribute name="name"/>
<xs:attribute name="content" use="required"/>
<xs:attribute name="scheme"/>
</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.