diff options
author | knut <> | 2006-02-23 20:29:42 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 20:29:42 +0000 |
commit | b9da527d60a89b8a68eb9bf1af6b7b633b0dbde4 (patch) | |
tree | 10376d10ca8f5531d1ea98de4a13de2304068f84 /framework/Specs/application.xsd | |
parent | d313727e7a9be7f5cf13de2202a954f9536a5bdc (diff) |
Future correction of XSD files according to configuration documentation
Diffstat (limited to 'framework/Specs/application.xsd')
-rw-r--r-- | framework/Specs/application.xsd | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/framework/Specs/application.xsd b/framework/Specs/application.xsd index 920eecc7..68861606 100644 --- a/framework/Specs/application.xsd +++ b/framework/Specs/application.xsd @@ -19,7 +19,7 @@ </xs:complexType>
<xs:element name="application">
<xs:annotation>
- <xs:documentation>configuration content for the whole application in prado3 framework</xs:documentation>
+ <xs:documentation>Application configuration for PRADO 3</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
@@ -28,17 +28,6 @@ <xs:element name="services" type="servicesType" minOccurs="0" maxOccurs="1"/>
<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:simpleType>
- <xs:restriction base="xs:string">
- <xs:enumeration value="Off"/>
- <xs:enumeration value="Debug"/>
- <xs:enumeration value="Normal"/>
- <xs:enumeration value="Performance"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:attribute>
<xs:anyAttribute namespace="##local" processContents="lax"/>
</xs:complexType>
</xs:element>
|