Java class for fx_surface_face_enum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="fx_surface_face_enum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="POSITIVE_X"/>
<enumeration value="NEGATIVE_X"/>
<enumeration value="POSITIVE_Y"/>
<enumeration value="NEGATIVE_Y"/>
<enumeration value="POSITIVE_Z"/>
<enumeration value="NEGATIVE_Z"/>
</restriction>
</simpleType>
|