Namespace: |
|
Content: |
complex, 4 elements |
Defined: |
globally in common-1.xsd; see XML source |
Includes: |
definitions of 4 elements |
Used: |
never |
XML Representation Summary |
|||||
<...> | |||||
|
|||||
</...> |
<xsd:complexType name="PagingType"> <xsd:annotation> <xsd:documentation> Parameters limiting the number of returned entries, offset, etc. Used in the web service operations such as list or search </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:annotation> <xsd:documentation> Property by which the results should be sorted. Reference to a property (XPath). Just one property for now. Maybe we will change this to a list later. If not specified, the ordering is arbitrary. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:annotation> <xsd:documentation> Direction of ordering (ascending or descending). Only valid if "orderBy" element is specified. If not specified, the ordering order is ascending. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:annotation> <xsd:documentation> The index of the first returned entry, starting with zero. Therefore if 0 is specified, the resulting list will start with first entry. If 1 is specified, the resulting set will start with second entry. If not specified, value of zero (0) is assumed. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:annotation> <xsd:documentation> The maximum number of entries returned. The operation may return specified number of number of entries or less. If not specified, unlimited maximum size is assumed. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |
Type: |
xsd:int, simple content |
Default: |
"2147483647" |
Defined: |
<xsd:element default="2147483647" minOccurs="0" name="maxSize" type="xsd:int"> <xsd:annotation> <xsd:documentation> The maximum number of entries returned. The operation may return specified number of number of entries or less. If not specified, unlimited maximum size is assumed. </xsd:documentation> </xsd:annotation> </xsd:element> |
Type: |
xsd:int, simple content |
Default: |
"0" |
Defined: |
<xsd:element default="0" minOccurs="0" name="offset" type="xsd:int"> <xsd:annotation> <xsd:documentation> The index of the first returned entry, starting with zero. Therefore if 0 is specified, the resulting list will start with first entry. If 1 is specified, the resulting set will start with second entry. If not specified, value of zero (0) is assumed. </xsd:documentation> </xsd:annotation> </xsd:element> |
Type: |
tns:PropertyReferenceType, complex content |
Defined: |
<xsd:element minOccurs="0" name="orderBy" type="c:PropertyReferenceType"> <xsd:annotation> <xsd:documentation> Property by which the results should be sorted. Reference to a property (XPath). Just one property for now. Maybe we will change this to a list later. If not specified, the ordering is arbitrary. </xsd:documentation> </xsd:annotation> </xsd:element> |
Type: |
tns:OrderDirectionType, simple content |
Default: |
"ascending" |
Defined: |
<xsd:element default="ascending" minOccurs="0" name="orderDirection" type="c:OrderDirectionType"> <xsd:annotation> <xsd:documentation> Direction of ordering (ascending or descending). Only valid if "orderBy" element is specified. If not specified, the ordering order is ascending. </xsd:documentation> </xsd:annotation> </xsd:element> |
This XML schema documentation has been generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from
any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually
using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML. DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML,
single-file HTML and RTF output formats. (More formats are planned in the future). A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required! But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only.
And, of course, you could develop any template applications by your own! Please note that by purchasing a license for this software, you not only acquire a useful tool,
you will also make an important investment in its future development, the results of which you could enjoy later by yourself.
Every single your purchase matters and makes a difference for us! To purchase a license, please follow this link: http://www.filigris.com/shop/ |