Data: sqr
- Namespace: http://genologics.com/ri/savedquery
- XML Schema File: savedquery.xsd
The data in this namespace is divided into elements and types. Types define the structure of the data. Elements define specific instances of the types, and are therefore more relevant to REST endpoints, which generally consume and/or produce elements.
The following elements are members of this namespace:
The following types are members of this namespace:
Element saved-queries
- Type: saved-queries
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<sqr:saved-queries xmlns:sqr="http://genologics.com/ri/savedquery">
<saved-query id="..." uri="...">
<!--content of type 'saved-query-link'-->
<name>
<!--content of type 'string'-->
...
</name>
</saved-query>
<saved-query>
<!--(another 'saved-query-link' type)-->
</saved-query>
<!--...more "saved-query" elements...-->
<previous-page uri="...">
<!--content of type 'page'-->
</previous-page>
<next-page uri="...">
<!--content of type 'page'-->
</next-page>
</sqr:saved-queries>
Element saved-query
- Type: saved-query
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<sqr:saved-query xmlns:sqr="http://genologics.com/ri/savedquery" id="..." uri="...">
<name>
<!--content of type 'string'-->
...
</name>
</sqr:saved-query>
Type saved-queries
Child Elements
name (type) | min/max occurs |
description |
---|---|---|
saved-query (saved-query-link) | 0/unbounded | (no documentation provided) |
previous-page (page) | 0/1 | (no documentation provided) |
next-page (page) | 0/1 | (no documentation provided) |
Type saved-query
Attributes
name | type | description |
---|---|---|
id | string | (no documentation provided) |
uri | anyURI | (no documentation provided) |
Child Elements
name (type) | min/max occurs |
description |
---|---|---|
name (string) | 0/1 | (no documentation provided) |
Type saved-query-link
Attributes
name | type | description |
---|---|---|
id | string | (no documentation provided) |
uri | anyURI | (no documentation provided) |
Child Elements
name (type) | min/max occurs |
description |
---|---|---|
name (string) | 0/1 | (no documentation provided) |