| type | restriction of xs:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| 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> |