xhtml\xhtml1-strict.xsd

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

Documentation
      generic metainformation
      
Properties
This component is not nillable.

Model
<meta
  content = anySimpleType
  dir = xs:token
  http-equiv = anySimpleType
  id = xs:ID
  lang = LanguageCode
  lang = xs:language
  name = anySimpleType
  scheme = anySimpleType>

</meta>


Attribute Summary
 anySimpleTypecontent
          
 xs:tokendir
          
 anySimpleTypehttp-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 . 
 anySimpleTypename
          
 anySimpleTypescheme
          

Attribute Detail

content

Type:
anySimpleType
Use:
required
Form:
unqualified

dir

Type:
based on
with :
Use:
optional
Form:
unqualified

http-equiv

Type:
anySimpleType
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

lang

Type:
LanguageCode
Use:
optional
Form:
unqualified

lang

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

Type:
xs:language
Use:
optional
Form:
unqualified

name

Type:
anySimpleType
Use:
optional
Form:
unqualified

scheme

Type:
anySimpleType
Use:
optional
Form:
unqualified

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\xhtml1-strict.xsd

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe
hosted at