XML Schema "lum_pagination.xsd"
Target Namespace:
http://www.lumis.com.br/douicontrols/lum_pagination
Components:
local elements, 1 complexType
Schema Location:
/home/opc/workspace/lpjava-14.0.x-dist/repo/Lumis_PortalJava/distribution/tmp/control/pagination/lum_pagination.xsd, see XML source
Imports Schema:
lum_genericControl.xsd [src]
Imported by Schema:
douicontrolsdefinition.xsd [src]
All Element Summary
maxRowsSelector (within lum_pagination) Indicates if the front-end should render a selector of items per page.
Type:
embedded complexType
Content:
complex, 1 attribute, 1 element
Defined:
locally at 1 location
Includes:
definitions of 1 attribute and 1 element
options (within maxRowsSelector) The options to be listed in the rendered administration interface, a list of positive number separated by ','.
Type:
embedded (restriction of xsd:token)
Content:
simple
Defined:
locally at 1 location
Complex Type Summary
lum_pagination
Content:
complex, 4 attributes, 1 element
Includes:
definitions of 2 attributes and 1 element
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Revision: 22655 $ $Date: 2019-04-10 15:36:57 -0300 (Wed, 10 Apr 2019) $ -->
<xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.lumis.com.br/douicontrols/lum_pagination" xmlns="http://www.lumis.com.br/douicontrols/lum_pagination" xmlns:control="http://www.lumis.com.br/douicontrols" xmlns:genericControl="http://www.lumis.com.br/douicontrols/lum_genericControl" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="lum_pagination">
<xsd:complexContent>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="maxRowsSelector">
<xsd:annotation>
<xsd:documentation>
Indicates if the front-end should render a selector of items per page. If the page is with the html cache enabled, this option, even if enabled, will be ignored and will not be rendered.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="options">
<xsd:annotation>
<xsd:documentation>
The options to be listed in the rendered administration interface, a list of positive number separated by ','. A example of the expected value is: '1,5,10,20'. This options default value will be obtained by the following order, 1) By this attribute; 2) By a property bag; 3) Using the default value '10,25,50,100'. Also these values will never be higher than the maxNumberOfRowsAllowed of this source, all higher value will become it.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:token">
<xsd:pattern value="\d+(,\d+)*"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
<xsd:attribute default="false" name="enabled" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Indicates if the row selector will be rendered. If it is set to 'true' the selector will be rendered.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="maxPages">
<xsd:annotation>
<xsd:documentation>
The maximum number of pages that this control will generate in its render. Must be greater than or equal to 1.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="blockSize">
<xsd:annotation>
<xsd:documentation>
The pagination block size. It must be odd and greater than zero.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:schema>

XML Schema documentation generated with DocFlex/XML (Kit) v1.6.2
DocFlex/XML is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else!
Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task!
Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com

Lumisportal  14.0.1.210806 - Copyright © 2006–2021 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.