<xs:simpleType name="multiTextureSourceValues"> <xs:annotation> <xs:appinfo>multiTextureSourceValues are allowed enumeration values for the MultiTexture node source 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-ValuesForSourceField"/> </xs:annotation> <xs:restriction base="MFString"> <xs:enumeration value=""DIFFUSE""/> <xs:enumeration value=""FACTOR""/> <xs:enumeration value=""SPECULAR""/> </xs:restriction> </xs:simpleType> |