From 2f29591dc5a20086ad2c0e4e3689f7c0b9ab7b02 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Tue, 21 Feb 2006 19:32:36 +0000
Subject: Added DTD and XSD for app and page configurations.
---
framework/Specs/ApplicationConfiguration.dtd | 40 ++++++
framework/Specs/ApplicationConfiguration.xsd | 200 +++++++++++++++++++++++++++
framework/Specs/PageConfiguration.dtd | 54 ++++++++
framework/Specs/PageConfiguration.xsd | 143 +++++++++++++++++++
4 files changed, 437 insertions(+)
create mode 100644 framework/Specs/ApplicationConfiguration.dtd
create mode 100644 framework/Specs/ApplicationConfiguration.xsd
create mode 100644 framework/Specs/PageConfiguration.dtd
create mode 100644 framework/Specs/PageConfiguration.xsd
(limited to 'framework')
diff --git a/framework/Specs/ApplicationConfiguration.dtd b/framework/Specs/ApplicationConfiguration.dtd
new file mode 100644
index 00000000..b85a0595
--- /dev/null
+++ b/framework/Specs/ApplicationConfiguration.dtd
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/Specs/ApplicationConfiguration.xsd b/framework/Specs/ApplicationConfiguration.xsd
new file mode 100644
index 00000000..c66dfed5
--- /dev/null
+++ b/framework/Specs/ApplicationConfiguration.xsd
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ configuration content for page sections in prado3 framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/Specs/PageConfiguration.dtd b/framework/Specs/PageConfiguration.dtd
new file mode 100644
index 00000000..e140f468
--- /dev/null
+++ b/framework/Specs/PageConfiguration.dtd
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/Specs/PageConfiguration.xsd b/framework/Specs/PageConfiguration.xsd
new file mode 100644
index 00000000..c1d9a1ef
--- /dev/null
+++ b/framework/Specs/PageConfiguration.xsd
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ configuration content for the whole application in prado3 framework
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3