type | restriction of xs:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |