| type | restriction of xs:token | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="generatedCubeMapTextureUpdateValues"> <xs:annotation> <xs:appinfo>generatedCubeMapTextureUpdateValues are allowed enumeration values for GeneratedCubeMapTexture field named 'update'.</xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/env_texture.html#GeneratedCubeMapTexture"/> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="NONE"/> <xs:enumeration value="NEXT_FRAME_ONLY"/> <xs:enumeration value="ALWAYS"/> </xs:restriction> </xs:simpleType> |