simpleType alphaChannelChoices
type restriction of SFString
properties
base SFString
used by
attribute Appearance/@alphaChannel
facets
Kind Value Annotation
enumeration AUTO
enumeration NONE
enumeration TEST
enumeration BLENDING
annotation
appinfo

Permitted values for Appearance alphaChannel field.
Bounded, no additional values are allowed.
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>


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