http://www.endeca.com/MDEX/lql_parser/types
Complex Type
PagingPercent
The PagingPercent type does not allow mixed content.
There is no restriction on type derivation.
 XML Instance |
<... limit="double" This attribute is required. offset="double" This attribute is required.> </...>
|
Attributes |
Name |
Type |
Summary |
limit |
double |
This attribute is required.
Its form is unqualified.
Show details.
|
Base type of limit is double. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
offset |
double |
This attribute is required.
Its form is unqualified.
Show details.
|
Base type of offset is double. There are several restrictions on the value. The schema processor collapses value's whitespace.
|
|
XML |
-<complexType name="PagingPercent">
<attribute name="offset" type="double" use="required" />
<attribute name="limit" type="double" use="required" />
</extension>
</complexContent>
</complexType>
|
Uses |
Type (2)
|
Used-By |
|