From 12354737b452424579fff8ee2464da42ba09ccb3 Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 15 Feb 2011 14:43:07 +0000 Subject: [PATCH] fixes JAL-775 --- schemas/JalviewWsParamSet.xsd | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/schemas/JalviewWsParamSet.xsd b/schemas/JalviewWsParamSet.xsd index cb87ef6..72ed9ce 100644 --- a/schemas/JalviewWsParamSet.xsd +++ b/schemas/JalviewWsParamSet.xsd @@ -16,3 +16,59 @@ * * You should have received a copy of the GNU General Public License along with Jalview. If not, see . --> + + + + + + + A Jalview Web Service Parameter Set container + version number. + Version 1 created for storing Jaba user presets. + + + + + + Short description - as utf8 encoded text. This is + usually displayed + in the body of an HTML capable tooltip, so HTML tags may be embedded + using standard UTF8 encoding. + + + + + + + URL for which the parameter set is valid. Jalview will use it to + match up parameter sets to service instances that can parse the + parameter set payload. + + + + + + + + UTF8 encoded string to be processed into a specific web services' + parameter set. Note - newlines may be important to the structure + of this file. + + + + + + + + The short name for the parameter set. This will be shown amongst the + other presets for the web service. + + + + + -- 1.7.10.2