<xs:simpleType name="multiTextureFunctionValues"> <xs:annotation> <xs:appinfo>multiTextureFunctionValues are allowed enumeration values for the MultiTexture node function attribute. Multiple optional values, but cannot be extended.</xs:appinfo> <xs:documentation source="http://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:restriction> </xs:simpleType> |