![Siemens HiPath optiPoint 410 Developer'S Manual Download Page 76](http://html.mh-extra.com/html/siemens/hipath-optipoint-410/hipath-optipoint-410_developers-manual_377163076.webp)
Appendix
18. May 2006
75
optiPoint application module - XML Applications, Developer’s Guide
c01.fm
XML Schema
</xs:simpleType>
<xs:simpleType name="colourType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="#[0-9ABCDEF]{6}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string" >
<xs:enumeration value="BLACK" />
<xs:enumeration value="RED" />
<xs:enumeration value="GREEN" />
<xs:enumeration value="BROWN" />
<xs:enumeration value="BLUE" />
<xs:enumeration value="MAGENTA" />
<xs:enumeration value="CYAN" />
<xs:enumeration value="LIGHTGRAY" />
<xs:enumeration value="DARKGRAY" />
<xs:enumeration value="LIGHTRED" />
<xs:enumeration value="LIGHTGREEN" />
<xs:enumeration value="YELLOW" />
<xs:enumeration value="LIGHTBLUE" />
<xs:enumeration value="LIGHTMAGENTA" />
<xs:enumeration value="LIGHTCYAN" />
<xs:enumeration value="WHITE" />
</xs:restriction>