x3dVersion

Simple Type Information

Used By

Attribute X3D/@version

Source

<xs:simpleType name="x3dVersion">
  <xs:annotation>
    <xs:appinfo>x3dVersion enumeration string constants are used to identify the allowed versions for an X3D scene graph.</xs:appinfo>
    <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Profiles"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3.0">
      <xs:annotation>
        <xs:appinfo>X3D v3.0 approved by ISO in 2004.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.0/index.html"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3.1">
      <xs:annotation>
        <xs:appinfo>X3D v3.1 Amendment 1 approved by ISO in 2005. Backwards compatibility maintained with version 3.0.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.1/index.html"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3.2">
      <xs:annotation>
        <xs:appinfo>X3D v3.2 Amendment 2 approved by ISO in 2007. Backwards compatibility maintained with versions 3.0 and 3.1.</xs:appinfo>
        <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.2/index.html"/>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>