simpleType multiTextureSourceValues
type restriction of MFString
properties
base MFString
facets
Kind Value Annotation
enumeration "DIFFUSE"
enumeration "FACTOR"
enumeration "SPECULAR"
enumeration ""
annotation
appinfo
multiTextureSourceValues are supported enumeration values for the MultiTexture node source attribute, one per each texture. Multiple optional values, but cannot be extended.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy