| type | restriction of xs:NMTOKEN | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <xs:simpleType name="volumeRenderingWeightFunctionChoices"> <xs:annotation> <xs:appinfo> <xs:attribute name="componentName" type="componentNameChoices" fixed="VolumeRendering"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> volumeRenderingWeightFunctionChoices are strictly allowed enumeration values for BlendedVolumeStyle weightFunction* fields. </xs:appinfo> <xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#t-WeightFunctionTypes"/> </xs:annotation> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="CONSTANT"/> <xs:enumeration value="ALPHA1"/> <xs:enumeration value="ALPHA2"/> <xs:enumeration value="ONE_MINUS_ALPHA1"/> <xs:enumeration value="ONE_MINUS_ALPHA2"/> <xs:enumeration value="TABLE"/> </xs:restriction> </xs:simpleType> |