| type | restriction of SFString | |||||||||||||||
| properties |
|
|||||||||||||||
| used by |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| annotation |
|
|||||||||||||||
| source | <xs:simpleType name="alphaChannelChoices"> <xs:annotation> <xs:appinfo> Permitted values for Appearance alphaChannel field. Bounded, no additional values are allowed. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-WD3/Part01/components/Shape.html#Appearance"/> </xs:annotation> <xs:restriction base="SFString"> <xs:enumeration value="AUTO"/> <xs:enumeration value="NONE"/> <xs:enumeration value="TEST"/> <xs:enumeration value="BLENDING"/> </xs:restriction> </xs:simpleType> |