diff options
author | knut <> | 2006-02-23 19:05:30 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 19:05:30 +0000 |
commit | 76ca02bdd77654aec68e53df87f32b27cb6a195c (patch) | |
tree | d38e40a708a144299e555296b54bbdc831a7ed9e /framework | |
parent | 790954df7b3959af479a71bae0905c1c11a56fb7 (diff) |
Corrected 'mode' to 'Mode' since it refers to a TApplication property
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Specs/application.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Specs/application.xsd b/framework/Specs/application.xsd index 4aec216f..920eecc7 100644 --- a/framework/Specs/application.xsd +++ b/framework/Specs/application.xsd @@ -29,7 +29,7 @@ <xs:element name="parameters" type="parametersType" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute name="id" type="xs:string" use="required"/>
- <xs:attribute name="mode" use="required">
+ <xs:attribute name="Mode" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Off"/>
|