type | restriction of MFString | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="multiTextureFunctionValues"> <xs:annotation> <xs:appinfo>multiTextureFunctionValues are allowed values for the MultiTexture node function attribute, one per each texture. An empty string indicates no function is applied. Multiple optional values, but cannot be extended.</xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-ValuesForFunctionField"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value='"COMPLEMENT"'/> <xs:enumeration value='"ALPHAREPLICATE"'/> <xs:enumeration value='""'/> <!-- empty SFString is allowed value within MFString array --> </xs:restriction> </xs:simpleType> |