| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| content | CDATA | required | |||||
| dir | restriction of xs:NMTOKEN | optional | |||||
| http-equiv | xs:NMTOKEN | optional | |||||
| lang | LanguageCode | optional | |||||
| name | xs:NMTOKEN | optional | |||||
| scheme | CDATA | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
||||
| xml:space | restriction of xs:NCName | optional |
| Complex Type | xhtml.meta.type |
<xs:attributeGroup name="xhtml.meta.attlist"> <xs:attributeGroup ref="xhtml.I18n.attrib"/> <xs:attribute ref="xml:space"/> <xs:attribute name="http-equiv" type="xs:NMTOKEN"/> <xs:attribute name="name" type="xs:NMTOKEN"/> <xs:attribute name="content" type="xh11d:CDATA" use="required"/> <xs:attribute name="scheme" type="xh11d:CDATA"/> </xs:attributeGroup> |