MetadataDouble

Element Information

Model

Attributes

Used By

Element Group ChildContentModelCore
Element XvlShell

Source

<xs:element name="MetadataDouble">
  <xs:annotation>
    <xs:appinfo>The metadata provided by this node is contained in the double-precision floating point numbers of the value field.
      <xs:attribute name="additionalInterface" type="xs:string" default="X3DNode"/>
      <xs:attribute name="componentName" type="xs:NMTOKEN" fixed="Core"/>
      <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
    </xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/core.html#MetadataDouble"/>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="X3DMetadataObject">
        <xs:attribute name="value" type="MFDouble"/>
        <xs:attribute name="containerField" type="metadataContainerFieldValues" default="metadata">
          <xs:annotation>
            <xs:appinfo>Default containerField='metadata' when providing information about the parent element itself, otherwise apply containerField='value' when this element contains payload metadata inside a parent/ancestor MetadataSet element.</xs:appinfo>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample