meta

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
content xsd:string required
http-equiv xsd:NMTOKEN optional
name xsd:NMTOKEN optional

Used By

Element ccxml

Source

<xsd:element name="meta">
  <xsd:complexType>
    <xsd:attribute name="name" type="xsd:NMTOKEN"/>
    <xsd:attribute name="content" use="required" type="xsd:string"/>
    <xsd:attribute name="http-equiv" type="xsd:NMTOKEN"/>
  </xsd:complexType>
</xsd:element>

Sample