simpleType volumeRenderingWeightFunctionTypes
type restriction of xs:token
properties
base xs:token
used by
attributes BlendedVolumeStyle/@weightFunction1 BlendedVolumeStyle/@weightFunction2
facets
Kind Value Annotation
enumeration CONSTANT
enumeration ALPHA1
enumeration ALPHA2
enumeration ONE_MINUS_ALPHA1
enumeration ONE_MINUS_ALPHA2
enumeration TABLE
annotation
appinfo
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="VolumeRendering"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
volumeRenderingWeightFunctionTypes are allowed enumeration values for BlendedVolumeStyle weightFunction* fields.
source <xs:simpleType name="volumeRenderingWeightFunctionTypes">
 
<xs:annotation>
   
<xs:appinfo>
     
<xs:attribute name="componentName" type="xs:NMTOKEN" fixed="VolumeRendering"/>
     
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/>
volumeRenderingWeightFunctionTypes are allowed enumeration values for BlendedVolumeStyle weightFunction* fields.
</xs:appinfo>
   
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#t-WeightFunctionTypes"/>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<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>


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