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:annotation> <xs:appinfo>Use weightConstant1</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ALPHA1"> <xs:annotation> <xs:appinfo>Use O_v</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ALPHA2"> <xs:annotation> <xs:appinfo>Use O_blend</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ONE_MINUS_ALPHA1"> <xs:annotation> <xs:appinfo>Use 1 - O_v</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="ONE_MINUS_ALPHA2"> <xs:annotation> <xs:appinfo>Use 1 - O_blend</xs:appinfo> </xs:annotation> </xs:enumeration> <xs:enumeration value="TABLE"> <xs:annotation> <xs:appinfo>Use table lookup value</xs:appinfo> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |