| type | restriction of xs:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="projectionVolumeStyleTypeChoices"> <xs:annotation> <xs:appinfo>projectionVolumeStyleTypeChoices are strictly allowed enumeration values for ProjectionVolumeStyle field named 'type'.</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:enumeration value="MIN"/> <xs:enumeration value="AVERAGE"/> </xs:restriction> </xs:simpleType> |