simpleType colorModeChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
attribute PointProperties/@colorMode
facets
Kind Value Annotation
enumeration POINT_COLOR
enumeration TEXTURE_COLOR
enumeration TEXTURE_AND_POINT_COLOR
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://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/geometry2D.html#ArcClose2D"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="POINT_COLOR"/>
   
<xs:enumeration value="TEXTURE_COLOR"/>
   
<xs:enumeration value="TEXTURE_AND_POINT_COLOR"/>
 
</xs:restriction>
</xs:simpleType>


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