<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/x3d/specifications/ISO-IEC-FDIS-19775-1.2-X3D-AbstractSpecification/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>
|