type | restriction of xs:NMTOKEN | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="containerFieldChoicesTextureCoordinate"> <xs:annotation> <xs:appinfo>containerFieldChoicesTextureCoordinate lists the allowed containerField enumeration values for TextureCoordinate node: default "texCoord" if parent node is a geometry node, otherwise "texCoordRamp" if parent node is ParticleSystem.</xs:appinfo> <xs:documentation source="https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#containerField"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="texCoord"> <xs:annotation> <xs:appinfo>parent node is a geometry node</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="texCoordRamp"> <xs:annotation> <xs:appinfo>parent node is ParticleSystem</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |