diff options
author | knut <> | 2006-02-23 14:03:35 +0000 |
---|---|---|
committer | knut <> | 2006-02-23 14:03:35 +0000 |
commit | 4c0ead80ff7f219c972892bfdf699f9db66ac8a7 (patch) | |
tree | 60304628cb4fc85791c32cbbcefd979955dbc2e9 /framework/Specs/ApplicationConfiguration.dtd | |
parent | 78bddd0357fe5fc8fd0ab085ac7757ca996dcc48 (diff) |
Renamed schema files to avoid confusion
Diffstat (limited to 'framework/Specs/ApplicationConfiguration.dtd')
-rw-r--r-- | framework/Specs/ApplicationConfiguration.dtd | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/framework/Specs/ApplicationConfiguration.dtd b/framework/Specs/ApplicationConfiguration.dtd deleted file mode 100644 index b85a0595..00000000 --- a/framework/Specs/ApplicationConfiguration.dtd +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!-- This is the XML Schema Definition for the application.xml file used in Prado/3 framework. -->
-<!-- @package prado.config -->
-<!-- @author Robert Kummer <r.kummer@ipunkt.biz> -->
-<!-- @since Prado/3.0b rev688 -->
-<!-- @version 1.0/2006-02-21 -->
-<!ELEMENT application (paths, modules, services, parameters)>
-<!ATTLIST application
- id CDATA #REQUIRED
- Mode (Off | Debug | Normal | Performance) #REQUIRED
->
-<!ELEMENT paths (alias? | using?)+>
-<!ELEMENT modules (module+)>
-<!ELEMENT services (service+)>
-<!ELEMENT parameters (parameter+)>
-<!ELEMENT module (#PCDATA)>
-<!ATTLIST module
- id CDATA #REQUIRED
- class CDATA #REQUIRED
->
-<!ELEMENT parameter (#PCDATA)>
-<!ATTLIST parameter
- id CDATA #REQUIRED
- class CDATA #IMPLIED
- value CDATA #IMPLIED
->
-<!ELEMENT alias EMPTY>
-<!ATTLIST alias
- id CDATA #REQUIRED
- path CDATA #REQUIRED
->
-<!ELEMENT using EMPTY>
-<!ATTLIST using
- namespace CDATA #REQUIRED
->
-<!ELEMENT service (#PCDATA)>
-<!ATTLIST service
- id CDATA #REQUIRED
- class CDATA #REQUIRED
->
|