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:restriction> </xs:simpleType> |