Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3572 - in trunk/geant2_java-xml-ls/doc: . schema/rnc

Subject: perfsonar development work

List archive

perfsonar: r3572 - in trunk/geant2_java-xml-ls/doc: . schema/rnc


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3572 - in trunk/geant2_java-xml-ls/doc: . schema/rnc
  • Date: Mon, 31 Mar 2008 06:12:39 -0400

Author: mac
Date: 2008-03-31 06:12:38 -0400 (Mon, 31 Mar 2008)
New Revision: 3572

Modified:
trunk/geant2_java-xml-ls/doc/LS_functionality_specification.doc
trunk/geant2_java-xml-ls/doc/LS_interface_specification.doc
trunk/geant2_java-xml-ls/doc/changelog.txt
trunk/geant2_java-xml-ls/doc/schema/rnc/EchoResponse.rnc
trunk/geant2_java-xml-ls/doc/schema/rnc/LSDeregisterResponse.rnc
trunk/geant2_java-xml-ls/doc/schema/rnc/LSKeepaliveResponse.rnc
trunk/geant2_java-xml-ls/doc/schema/rnc/LSQueryResponse.rnc
trunk/geant2_java-xml-ls/doc/schema/rnc/LSRegisterResponse.rnc
Log:
ErrorResponse changes in the documentation

RNC files support ErrorResponse type
Changelog changed
Interface- and Functionality- specifications updated with ErrorResponse
example



Modified: trunk/geant2_java-xml-ls/doc/LS_functionality_specification.doc
===================================================================
(Binary files differ)

Modified: trunk/geant2_java-xml-ls/doc/LS_interface_specification.doc
===================================================================
(Binary files differ)

Modified: trunk/geant2_java-xml-ls/doc/changelog.txt
===================================================================
--- trunk/geant2_java-xml-ls/doc/changelog.txt 2008-03-29 11:17:55 UTC (rev
3571)
+++ trunk/geant2_java-xml-ls/doc/changelog.txt 2008-03-31 10:12:38 UTC (rev
3572)
@@ -1,7 +1,11 @@
Lookup Service changelog
============================

+XML LS 1.2 RC5 (planned)
+- ErrorResponse introduced to the documentation. RNC files modified
+
XML LS 1.2 RC4
+- new ps-base containing ErrorResponse changes
- web admin comments, wizard changes
- helper scripts for creating RPMs
- comments in config files

Modified: trunk/geant2_java-xml-ls/doc/schema/rnc/EchoResponse.rnc
===================================================================
--- trunk/geant2_java-xml-ls/doc/schema/rnc/EchoResponse.rnc 2008-03-29
11:17:55 UTC (rev 3571)
+++ trunk/geant2_java-xml-ls/doc/schema/rnc/EchoResponse.rnc 2008-03-31
10:12:38 UTC (rev 3572)
@@ -18,7 +18,7 @@
attribute messageIdRef { xsd:string }

Type =
- attribute type { "EchoResponse" }
+ attribute type { "EchoResponse" | "ErrorResponse" }

Metadata =
element nmwg:metadata {

Modified: trunk/geant2_java-xml-ls/doc/schema/rnc/LSDeregisterResponse.rnc
===================================================================
--- trunk/geant2_java-xml-ls/doc/schema/rnc/LSDeregisterResponse.rnc
2008-03-29 11:17:55 UTC (rev 3571)
+++ trunk/geant2_java-xml-ls/doc/schema/rnc/LSDeregisterResponse.rnc
2008-03-31 10:12:38 UTC (rev 3572)
@@ -18,7 +18,7 @@
attribute messageIdRef { xsd:string }

Type =
- attribute type { "LSDeregisterResponse" }
+ attribute type { "LSDeregisterResponse" | "ErrorResponse" }

Metadata =
element nmwg:metadata {

Modified: trunk/geant2_java-xml-ls/doc/schema/rnc/LSKeepaliveResponse.rnc
===================================================================
--- trunk/geant2_java-xml-ls/doc/schema/rnc/LSKeepaliveResponse.rnc
2008-03-29 11:17:55 UTC (rev 3571)
+++ trunk/geant2_java-xml-ls/doc/schema/rnc/LSKeepaliveResponse.rnc
2008-03-31 10:12:38 UTC (rev 3572)
@@ -18,7 +18,7 @@
attribute messageIdRef { xsd:string }

Type =
- attribute type { "LSKeepaliveResponse" }
+ attribute type { "LSKeepaliveResponse" | "ErrorResponse" }

Metadata =
element nmwg:metadata {

Modified: trunk/geant2_java-xml-ls/doc/schema/rnc/LSQueryResponse.rnc
===================================================================
--- trunk/geant2_java-xml-ls/doc/schema/rnc/LSQueryResponse.rnc 2008-03-29
11:17:55 UTC (rev 3571)
+++ trunk/geant2_java-xml-ls/doc/schema/rnc/LSQueryResponse.rnc 2008-03-31
10:12:38 UTC (rev 3572)
@@ -18,7 +18,7 @@
attribute messageIdRef { xsd:string }

Type =
- attribute type { "LSQueryResponse" }
+ attribute type { "LSQueryResponse" | "ErrorResponse" }

Metadata =
element nmwg:metadata {

Modified: trunk/geant2_java-xml-ls/doc/schema/rnc/LSRegisterResponse.rnc
===================================================================
--- trunk/geant2_java-xml-ls/doc/schema/rnc/LSRegisterResponse.rnc
2008-03-29 11:17:55 UTC (rev 3571)
+++ trunk/geant2_java-xml-ls/doc/schema/rnc/LSRegisterResponse.rnc
2008-03-31 10:12:38 UTC (rev 3572)
@@ -17,7 +17,7 @@
attribute messageIdRef { xsd:string }

Type =
- attribute type { "LSRegisterResponse" }
+ attribute type { "LSRegisterResponse" | "ErrorResponse" }

Metadata =
element nmwg:metadata {



  • perfsonar: r3572 - in trunk/geant2_java-xml-ls/doc: . schema/rnc, svnlog, 03/31/2008

Archive powered by MHonArc 2.6.16.

Top of Page