simpleType projectionVolumeStyleTypeChoices
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
facets
Kind Value Annotation
enumeration MAX
appinfo
Maximum Intensity Projection (MIP) or Least MIP (LMIP) algorithm is used to generate output color
enumeration MIN
appinfo
Minimum Intensity Projection algorithm is used to generate output color
enumeration AVERAGE
appinfo
All voxels along ray are averaged to generate output color
annotation
appinfo
projectionVolumeStyleTypeChoices are strictly allowed enumeration values for ProjectionVolumeStyle field named 'type'. Bounded, no additional values are allowed.
source <xs:simpleType name="projectionVolumeStyleTypeChoices">
 
<xs:annotation>
   
<xs:appinfo>projectionVolumeStyleTypeChoices are strictly allowed enumeration values for ProjectionVolumeStyle field named 'type'. Bounded, no additional values are allowed.</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/volume.html#ProjectionVolumeStyle"/>
 
</xs:annotation>
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:enumeration value="MAX">
     
<xs:annotation>
       
<xs:appinfo>Maximum Intensity Projection (MIP) or Least MIP (LMIP) algorithm is used to generate output color</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MIN">
     
<xs:annotation>
       
<xs:appinfo>Minimum Intensity Projection algorithm is used to generate output color</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="AVERAGE">
     
<xs:annotation>
       
<xs:appinfo>All voxels along ray are averaged to generate output color</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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