type | restriction of xs:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="x3dVersionChoices"> <xs:annotation> <xs:appinfo>x3dVersionChoices enumeration string constants are used to identify the allowed versions for an X3D scene graph. Bounded, no additional values are allowed.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/concepts.html#Profiles"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="3.0"> <xs:annotation> <xs:appinfo>X3D version 3.0 approved by ISO in 2004.</xs:appinfo> <xs:documentation source="https://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 version 3.1 Amendment 1 approved by ISO in 2005. Backwards compatibility maintained with version 3.0.</xs:appinfo> <xs:documentation source="https://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 version 3.2 Amendment 2 approved by ISO in 2007. Backwards compatibility maintained with versions 3.0 and 3.1.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.2/index.html"/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |