From adb95189eef4a37edb9cc9cbbf96ee11e28c5dc8 Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 28 Dec 2007 18:21:48 +0000 Subject: [PATCH] adding permacrud XSD git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8288 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xsd | 5 ++ Open-ILS/examples/permacrud.xsd | 100 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 Open-ILS/examples/permacrud.xsd diff --git a/Open-ILS/examples/fm_IDL.xsd b/Open-ILS/examples/fm_IDL.xsd index 7f564cb78c..90b8ecfee2 100644 --- a/Open-ILS/examples/fm_IDL.xsd +++ b/Open-ILS/examples/fm_IDL.xsd @@ -26,6 +26,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA xmlns:oils_persist="http://open-ils.org/spec/opensrf/IDL/persistence/v1" xmlns:oils_obj="http://open-ils.org/spec/opensrf/IDL/objects/v1" xmlns:reporter="http://open-ils.org/spec/opensrf/IDL/reporter/v1" + xmlns:crud="http://open-ils.org/spec/opensrf/IDL/permacrud/v1" targetNamespace="http://opensrf.org/spec/IDL/base/v1" elementFormDefault="qualified" attributeFormDefault="unqualified" @@ -40,6 +41,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + + @@ -89,6 +93,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + diff --git a/Open-ILS/examples/permacrud.xsd b/Open-ILS/examples/permacrud.xsd new file mode 100644 index 0000000000..8ddcf0afed --- /dev/null +++ b/Open-ILS/examples/permacrud.xsd @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.11.0