1 <?xml version="1.0" encoding="UTF-8"?>
3 * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
4 * Copyright (C) $$Year-Rel$$ The Jalview Authors
6 * This file is part of Jalview.
8 * Jalview is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
12 * Jalview is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty
14 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15 * PURPOSE. See the GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License along with Jalview. If not, see <http://www.gnu.org/licenses/>.
18 * The Jalview Authors are detailed in the 'AUTHORS' file.
21 Java JAXB binding classes are generated by running command line tool xjc:
22 xjc schemas/jalview.xsd -d src -p jalview.xml.binding.jalview
23 Note this also generates code for included schemas
25 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsparams="www.jalview.org/xml/wsparamset"
26 targetNamespace="www.jalview.org/xml/wsparamset">
27 <xs:element name="WebServiceParameterSet" type="wsparams:WebServiceParameterSet" />
28 <xs:complexType name="WebServiceParameterSet">
30 <xs:element name="Version" maxOccurs="1" minOccurs="0"
34 A Jalview Web Service Parameter Set container
36 Version 1 created for storing Jaba user presets.
40 <xs:element name="description" minOccurs="0" maxOccurs="1"
43 <xs:documentation>Short description - as utf8 encoded text. This is
45 in the body of an HTML capable tooltip, so HTML tags may be embedded
46 using standard UTF8 encoding.
50 <xs:element name="serviceURL" minOccurs="1" maxOccurs="unbounded"
54 URL for which the parameter set is valid. Jalview will use it to
55 match up parameter sets to service instances that can parse the
56 parameter set payload.
61 <xs:element name="parameters" maxOccurs="1" minOccurs="1"
65 UTF8 encoded string to be processed into a specific web services'
66 parameter set. Note - newlines may be important to the structure
72 <xs:attribute name="name" type="xs:string" use="required">
75 The short name for the parameter set. This will be shown amongst the
76 other presets for the web service.