![Siemens HiPath optiPoint 410 Developer'S Manual Download Page 75](http://html.mh-extra.com/html/siemens/hipath-optipoint-410/hipath-optipoint-410_developers-manual_377163075.webp)
c01.fm
18. May 2006
optiPoint application module - XML Applications, Developer’s Guide
74
Appendix
XML Schema
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:simpleType name="gaugeTimeType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\d{2}:\d{2}"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType name="timeZoneType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="GMT[+-]\d*"/>
</xs:restriction>
</xs:simpleType>
</xs:union>