From 9970055cf945ae1220b6223b2ff475def0c43510 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 4 Dec 2012 20:30:04 +0100 Subject: [PATCH] [New] added preliminary XML schemas for XML files --- src/test/resources/Privilege.xsd | 88 ++++++++++++++++++++++ src/test/resources/PrivilegeModel.xsd | 103 ++++++++++++++++++++++++++ 2 files changed, 191 insertions(+) create mode 100644 src/test/resources/Privilege.xsd create mode 100644 src/test/resources/PrivilegeModel.xsd diff --git a/src/test/resources/Privilege.xsd b/src/test/resources/Privilege.xsd new file mode 100644 index 000000000..0f9baa712 --- /dev/null +++ b/src/test/resources/Privilege.xsd @@ -0,0 +1,88 @@ + + + + + +Copyright (c) 2010, 2011 + +Robert von Burg <eitch@eitchnet.ch> + +This file is part of Privilege. + +Privilege is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Privilege is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with Privilege. If not, see <http://www.gnu.org/licenses/>. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/test/resources/PrivilegeModel.xsd b/src/test/resources/PrivilegeModel.xsd new file mode 100644 index 000000000..cab4d1d3b --- /dev/null +++ b/src/test/resources/PrivilegeModel.xsd @@ -0,0 +1,103 @@ + + + + + +Copyright (c) 2010, 2011 + +Robert von Burg <eitch@eitchnet.ch> + +This file is part of Privilege. + +Privilege is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Privilege is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with Privilege. If not, see <http://www.gnu.org/licenses/>. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file