diff options
Diffstat (limited to 'src/dutil/xsd/thmutil.xsd')
-rw-r--r-- | src/dutil/xsd/thmutil.xsd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dutil/xsd/thmutil.xsd b/src/dutil/xsd/thmutil.xsd index ccf951c0..46c20e4a 100644 --- a/src/dutil/xsd/thmutil.xsd +++ b/src/dutil/xsd/thmutil.xsd | |||
@@ -165,7 +165,7 @@ | |||
165 | </xs:attribute> | 165 | </xs:attribute> |
166 | <xs:attribute name="Height" type="xs:positiveInteger" use="required"> | 166 | <xs:attribute name="Height" type="xs:positiveInteger" use="required"> |
167 | <xs:annotation> | 167 | <xs:annotation> |
168 | <xs:documentation>Height of the window.</xs:documentation> | 168 | <xs:documentation>Height of the window's client area.</xs:documentation> |
169 | </xs:annotation> | 169 | </xs:annotation> |
170 | </xs:attribute> | 170 | </xs:attribute> |
171 | <xs:attribute name="HexStyle" type="xs:hexBinary"> | 171 | <xs:attribute name="HexStyle" type="xs:hexBinary"> |
@@ -219,7 +219,7 @@ | |||
219 | </xs:attribute> | 219 | </xs:attribute> |
220 | <xs:attribute name="Width" type="xs:positiveInteger" use="required"> | 220 | <xs:attribute name="Width" type="xs:positiveInteger" use="required"> |
221 | <xs:annotation> | 221 | <xs:annotation> |
222 | <xs:documentation>Width of the window.</xs:documentation> | 222 | <xs:documentation>Width of the window's client area.</xs:documentation> |
223 | </xs:annotation> | 223 | </xs:annotation> |
224 | </xs:attribute> | 224 | </xs:attribute> |
225 | </xs:complexType> | 225 | </xs:complexType> |