From 7c89fef430e882ec9b083e994c4d15faff2e4be8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 8 Jun 2008 22:10:14 +0200 Subject: [PATCH] Added schema xsd and rng that are auto-generated by trang. Added schema xsd and rng that are auto-generated by trang. But trang is still broken on Debian lenny.. We will remove these again (and auto-generate) if trang becomes operational again. --- xml/schema/.gitignore | 4 - xml/schema/metaproxy.rng | 527 ++++++++++++++++++++++++++++++++++++++++++ xml/schema/metaproxy.xsd | 453 ++++++++++++++++++++++++++++++++++++ xml/schema/retrievalinfo.rng | 98 ++++++++ xml/schema/retrievalinfo.xsd | 63 +++++ 5 files changed, 1141 insertions(+), 4 deletions(-) create mode 100644 xml/schema/metaproxy.rng create mode 100644 xml/schema/metaproxy.xsd create mode 100644 xml/schema/retrievalinfo.rng create mode 100644 xml/schema/retrievalinfo.xsd diff --git a/xml/schema/.gitignore b/xml/schema/.gitignore index 3ba612e..282522d 100644 --- a/xml/schema/.gitignore +++ b/xml/schema/.gitignore @@ -1,6 +1,2 @@ Makefile Makefile.in -metaproxy.rng -metaproxy.xsd -retrievalinfo.rng -retrievalinfo.xsd diff --git a/xml/schema/metaproxy.rng b/xml/schema/metaproxy.rng new file mode 100644 index 0000000..077fd86 --- /dev/null +++ b/xml/schema/metaproxy.rng @@ -0,0 +1,527 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + auth_simple + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + backend_test + + + + + + + + + + + + + + + bounce + + + + + + + + + + + + + + + cql_rpn + + + + + + + + + + + + + + + + + + + + frontend_net + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http_file + + + + + + + + + + + + + + + + + + + + + + + + + + load_balance + + + + + + + + + + + + + + + log + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + multi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + query_rewrite + + + + + + + + + + + + + + + + + + + + record_transform + + + + + + + + + + + + + + + + session_shared + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + sru_z3950 + + + + + + + + + + + + + + + + + + + + + + + virt_db + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + z3950_client + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xml/schema/metaproxy.xsd b/xml/schema/metaproxy.xsd new file mode 100644 index 0000000..bffdbb9 --- /dev/null +++ b/xml/schema/metaproxy.xsd @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xml/schema/retrievalinfo.rng b/xml/schema/retrievalinfo.rng new file mode 100644 index 0000000..1ecb303 --- /dev/null +++ b/xml/schema/retrievalinfo.rng @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xml/schema/retrievalinfo.xsd b/xml/schema/retrievalinfo.xsd new file mode 100644 index 0000000..906a8e7 --- /dev/null +++ b/xml/schema/retrievalinfo.xsd @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4