simpleType textureBoundaryModeValues
type restriction of xs:token
properties
base xs:token
used by
attributes TextureProperties/@boundaryModeR TextureProperties/@boundaryModeS TextureProperties/@boundaryModeT
facets
Kind Value Annotation
enumeration CLAMP
enumeration CLAMP_TO_EDGE
enumeration CLAMP_TO_BOUNDARY
enumeration MIRRORED_REPEAT
enumeration REPEAT
annotation
appinfo
textureBoundaryModeValues are allowed enumeration values for TextureProperties boundaryMode* fields.
source <xs:simpleType name="textureBoundaryModeValues">
 
<xs:annotation>
   
<xs:appinfo>textureBoundaryModeValues are allowed enumeration values for TextureProperties boundaryMode* fields.</xs:appinfo>
   
<xs:documentation source="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/texturing.html#t-TextureBoundaryModes"/>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="CLAMP"/>
   
<xs:enumeration value="CLAMP_TO_EDGE"/>
   
<xs:enumeration value="CLAMP_TO_BOUNDARY"/>
   
<xs:enumeration value="MIRRORED_REPEAT"/>
   
<xs:enumeration value="REPEAT"/>
 
</xs:restriction>
</xs:simpleType>


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