type | restriction of xs:token | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <xs:simpleType name="textureCompressionModeValues"> <xs:annotation> <xs:appinfo>textureCompressionModeValues are allowed enumeration values for TextureProperties field textureCompression.</xs:appinfo> <xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureCompressionModes"/> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="DEFAULT"/> <xs:enumeration value="FASTEST"/> <xs:enumeration value="HIGH"/> <xs:enumeration value="LOW"/> <xs:enumeration value="MEDIUM"/> <xs:enumeration value="NICEST"/> </xs:restriction> </xs:simpleType> |