Definition Type: Element
Name: meta
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Documentation:
generic metainformation
Collapse XSD Schema Diagram:
Drilldown into scheme in schema xhtml1-strict_xsd Drilldown into content in schema xhtml1-strict_xsd Drilldown into name in schema xhtml1-strict_xsd Drilldown into http-equiv 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 meta in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="meta">
    <xs:annotation>
        <xs:documentation>
      generic metainformation
      </xs:documentation>
    </xs:annotation>
    <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>
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
id nsA:id (Optional)
http-equiv nsA:http-equiv (Optional)
name nsA:name (Optional)
content nsA:content Required
scheme nsA:scheme (Optional)