Color
enum Color
Java class for color
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="color">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="standard"/>
<enumeration value="blue"/>
<enumeration value="green"/>
<enumeration value="red"/>
<enumeration value="white"/>
<enumeration value="yellow"/>
</restriction>
</simpleType>
Content copied to clipboard