simpleType textureMagnificationModeValues
type restriction of xs:token
properties
base xs:token
used by
attribute TextureProperties/@magnificationFilter
facets
Kind Value Annotation
enumeration AVG_PIXEL
enumeration DEFAULT
enumeration FASTEST
enumeration NEAREST_PIXEL
enumeration NICEST
annotation
appinfo
textureMagnificationModeValues are allowed enumeration values for TextureProperties field magnificationFilter.
source <xs:simpleType name="textureMagnificationModeValues">
 
<xs:annotation>
   
<xs:appinfo>textureMagnificationModeValues are allowed enumeration values for TextureProperties field magnificationFilter.</xs:appinfo>
   
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureMagnificationModes"/>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="AVG_PIXEL"/>
   
<xs:enumeration value="DEFAULT"/>
   
<xs:enumeration value="FASTEST"/>
   
<xs:enumeration value="NEAREST_PIXEL"/>
   
<xs:enumeration value="NICEST"/>
 
</xs:restriction>
</xs:simpleType>


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