From a755948f3fdb85deb7410cdf2c3f7bf9199452a1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger <aj@suse.de> Date: Fri, 31 Jan 2014 20:14:12 +0100 Subject: [PATCH] Add xml:ids to resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add xml:ids to resources. This is a new requirement that has to do with the generation of PDFs from WADL files – without this, the paths are not unique across WADL files Related-Bug: #1275007 Change-Id: I0cda675b828a0af5bede9d0b99a7fb876bfbdf5e --- apidocs/src/xsd/dbaas.wadl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apidocs/src/xsd/dbaas.wadl b/apidocs/src/xsd/dbaas.wadl index 9752917..89fe424 100644 --- a/apidocs/src/xsd/dbaas.wadl +++ b/apidocs/src/xsd/dbaas.wadl @@ -17,7 +17,8 @@ <include href="dbaas.xsd"/> </grammars> - <resources base="https://ord.databases.api.rackspacecloud.com"> + <resources base="https://ord.databases.api.rackspacecloud.com" + xml:id="dbaas"> <resource id="versions" path=""> <method href="#getVersions"/> </resource>