diff options
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"/>
|