meta

Element Information

Model

Attributes

Used By

Element head

Source

<xs:element name="meta">
  <xs:annotation>
    <xs:appinfo>
      <xs:attribute name="name" type="metaNameValues"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Core"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>Functional summary: the meta statement provides metadata information about a scene, where name and content attributes provide attribute=value metadata pairs.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19776-1/V3.3/Part01/concepts.html#Header"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="SceneGraphStructureStatement">
        <xs:attribute name="name" type="SFString">
          <xs:annotation>
            <xs:documentation source="http://www.dublincore.org/documents/dcmi-terms/#terms-description"/>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="content" type="SFString" use="required">
          <xs:annotation>
            <xs:documentation source="http://www.w3.org/TR/html4/struct/global.html#adef-content"/>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="dir" type="metaDirectionValues">
          <xs:annotation>
            <xs:documentation source="http://www.w3.org/TR/html4/struct/dirlang.html#adef-dir"/>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="http-equiv" type="SFString">
          <xs:annotation>
            <xs:documentation source="http://www.w3.org/TR/html4/struct/global.html#adef-http-equiv"/>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="lang" type="SFString">
          <xs:annotation>
            <xs:documentation source="http://www.w3.org/TR/html4/struct/dirlang.html#h-8.1.1"/>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="scheme" type="SFString">
          <xs:annotation>
            <xs:documentation source="http://www.w3.org/TR/html4/struct/global.html#idx-scheme"/>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample