From d1292ea4076509732b8dcadb8a20407e7d07f6be Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Sat, 14 Mar 2009 00:24:15 +0000 Subject: [PATCH] CSPACE-20: Added our Release 0.1 namespace to the RELAX NG schema document and example file for our service error responses. Generated a W3C XML Schema (XSD) schema document for service error responses. --- sandbox/aron/schema/serviceErrorResponse.rng | 1 + sandbox/aron/schema/serviceErrorResponse.xml | 3 +- sandbox/aron/schema/serviceErrorResponse.xsd | 29 ++++++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 sandbox/aron/schema/serviceErrorResponse.xsd diff --git a/sandbox/aron/schema/serviceErrorResponse.rng b/sandbox/aron/schema/serviceErrorResponse.rng index 2af483540..0e8fe88a2 100644 --- a/sandbox/aron/schema/serviceErrorResponse.rng +++ b/sandbox/aron/schema/serviceErrorResponse.rng @@ -21,6 +21,7 @@ diff --git a/sandbox/aron/schema/serviceErrorResponse.xml b/sandbox/aron/schema/serviceErrorResponse.xml index 2904c361e..8d619181f 100644 --- a/sandbox/aron/schema/serviceErrorResponse.xml +++ b/sandbox/aron/schema/serviceErrorResponse.xml @@ -19,7 +19,8 @@ Note: this root element may require a namespace, and it and its child elements may require the corresponding namespace prefix. --> - + 1005 diff --git a/sandbox/aron/schema/serviceErrorResponse.xsd b/sandbox/aron/schema/serviceErrorResponse.xsd new file mode 100644 index 000000000..f08153723 --- /dev/null +++ b/sandbox/aron/schema/serviceErrorResponse.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3