simpleType colorModeChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute PointProperties/@colorMode
facets
Kind Value Annotation
enumeration POINT_COLOR
appinfo
RGB color of Material or Color, with alpha of texture
enumeration TEXTURE_COLOR
appinfo
Texture color only
enumeration TEXTURE_AND_POINT_COLOR
appinfo
Combined RGB color of texture with Material or Color, with alpha of texture
annotation
appinfo
colorModeChoices are strictly allowed enumeration values for PointProperties colorMode field.
source <xs:simpleType name="colorModeChoices">
 
<xs:annotation>
   
<xs:appinfo>colorModeChoices are strictly allowed enumeration values for PointProperties colorMode field.</xs:appinfo>
   
<xs:documentation source="https://web3d.org/x3d/content/X3dTooltips.html#PointProperties.colorMode"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="POINT_COLOR">
     
<xs:annotation>
       
<xs:appinfo>RGB color of Material or Color, with alpha of texture</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TEXTURE_COLOR">
     
<xs:annotation>
       
<xs:appinfo>Texture color only</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="TEXTURE_AND_POINT_COLOR">
     
<xs:annotation>
       
<xs:appinfo>Combined RGB color of texture with Material or Color, with alpha of texture</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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