type | restriction of MFString | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:simpleType name="multiTextureSourceValues"> <xs:annotation> <xs:appinfo>multiTextureSourceValues are supported enumeration values for the MultiTexture node source attribute, one per each texture. Multiple optional values, but cannot be extended.</xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/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:enumeration value='""'/> <!-- empty SFString is allowed value within MFString array --> </xs:restriction> </xs:simpleType> |