wrong data type for the window border element

This commit is contained in:
Dana Jansens 2007-05-16 17:59:28 +00:00
parent 4d4e657cb7
commit 40c0bc4226

View file

@ -116,7 +116,7 @@
<xs:complexType name="window"> <xs:complexType name="window">
<xs:all> <xs:all>
<xs:element name="border" type="obt:border" minOccurs="0"/> <xs:element name="border" type="obt:color" minOccurs="0"/>
<xs:element name="clientpadding" type="obt:color" minOccurs="0"/> <xs:element name="clientpadding" type="obt:color" minOccurs="0"/>
<xs:element name="titlebar" type="obt:area" minOccurs="0"/> <xs:element name="titlebar" type="obt:area" minOccurs="0"/>
<xs:element name="label" type="obt:textarea" minOccurs="0"/> <xs:element name="label" type="obt:textarea" minOccurs="0"/>