simpleType multiTextureFunctionValues
type restriction of MFString
properties
base MFString
facets
Kind Value Annotation
enumeration "COMPLEMENT"
appinfo
Invert argument x as (1 - x)
enumeration "ALPHAREPLICATE"
appinfo
Replicate alpha information to all color channels before  operation completes.
enumeration ""
appinfo
No function is applied - empty SFString is allowed value within MFString array
annotation
appinfo
multiTextureFunctionValues are supported enumeration 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.
source <xs:simpleType name="multiTextureFunctionValues">
 
<xs:annotation>
   
<xs:appinfo>multiTextureFunctionValues are supported enumeration 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/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#t-ValuesForFunctionField"/>
 
</xs:annotation>
 
<xs:restriction base="MFString">
   
<xs:enumeration value='"COMPLEMENT"'>
     
<xs:annotation>
       
<xs:appinfo>Invert argument x as (1 - x)</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value='"ALPHAREPLICATE"'>
     
<xs:annotation>
       
<xs:appinfo>Replicate alpha information to all color channels before  operation completes.</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value='""'>
     
<xs:annotation>
       
<xs:appinfo>No function is applied - empty SFString is allowed value within MFString array</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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