XML Schema Documentation

Schema Document Properties

Target Namespacehttp://www.setasign.com/Konquadrat/Grid
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.setasign.com/Konquadrat/Dashboard (at dashboard.xsd)
No documentation provided.
PrefixNamespace
Default namespacehttp://www.setasign.com/Konquadrat/Grid
xmlhttp://www.w3.org/XML/1998/namespace
dashboardhttp://www.setasign.com/Konquadrat/Dashboard
xsdhttp://www.w3.org/2001/XMLSchema
<xsd:schema targetNamespace="http://www.setasign.com/Konquadrat/Grid" elementFormDefault="qualified">
   <xsd:import namespace="http://www.setasign.com/Konquadrat/Dashboard" schemaLocation="dashboard.xsd"/>
...
</xsd:schema>

Global Declarations

Element: grid

No documentation provided.
<grid
 datasource="xsd:string" [0..1] 
 type="xsd:string" [0..1] 
>
Start All [1]

<names > [0..1] <name> multiLangString </name> [0..*] </names> <content> gridContent </content> [1] <tbar height="xsd:unsignedInt" [1] > [0..1] <!-- 'dashboard:dashboard' super type was not found in this schema. Some elements and attributes may be missing. --> </tbar> <bbar height="xsd:unsignedInt" [1] > [0..1] <!-- 'dashboard:dashboard' super type was not found in this schema. Some elements and attributes may be missing. --> </bbar> <openLink> xsd:string </openLink> [0..1] <filters> gridFilters </filters> [0..1] <orderBy > [0..1] <order direction="xsd:string" [0..1] > [1..*] xsd:normalizedString </order> </orderBy> <exports > [0..1] <export> export </export> [0..*] </exports> <actions > [0..1] Start Choice [0..*] <action> action </action> [1] <taskAction> action </taskAction> [1] End Choice </actions> End All

</grid>
<xsd:element name="grid" type="grid"/>

Global Definitions

Complex Type: action

Super-types:None
Sub-types:None
Nameaction
Abstractno
No documentation provided.
<...
 name="xsd:string" [1] 
>
Start All [1]

<texts > [0..1] <text> multiLangString </text> [0..*] </texts> <confirmTexts > [0..1] <confirmText> multiLangString </confirmText> [0..*] </confirmTexts> End All

</...>
<xsd:complexType name="action">
   <xsd:all>
      <xsd:element name="texts" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="text" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="confirmTexts" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="confirmText" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
   </xsd:all>
   <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>

Complex Type: column

Super-types:None
Sub-types:None
Namecolumn
Abstractno
No documentation provided.
<...>
Start All [1]

<titles > [0..1] <title> multiLangString </title> [0..*] </titles> <displayField> xsd:string </displayField> [0..1] <showHistory> boolean </showHistory> [0..1] <position> xsd:string </position> [0..1] <width> xsd:integer </width> [0..1] <readOnly> boolean </readOnly> [0..1] <sortable> boolean </sortable> [0..1] <visible> xsd:normalizedString (value comes from list: {'true'|'never'|'hidden'}) </visible> [0..1] <searchable> boolean </searchable> [0..1] <fullSearch> boolean </fullSearch> [0..1] <align> xsd:normalizedString (value comes from list: {'left'|'center'|'right'}) </align> [0..1] <renderer> columnRenderer </renderer> [0..1] <field oldField="xsd:string" [0..1] > [0..1] columnName </field> <query> xsd:normalizedString </query> [0..1] <queryBuilder> queryBuilder </queryBuilder> [0..1] End All

</...>
<xsd:complexType name="column">
   <xsd:all>
      <xsd:element name="titles" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="title" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="displayField" type="xsd:string" minOccurs="0"/>
      <xsd:element name="showHistory" type="boolean" minOccurs="0"/>
      <xsd:element name="position" type="xsd:string" minOccurs="0"/>
      <xsd:element name="width" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="readOnly" type="boolean" minOccurs="0"/>
      <xsd:element name="sortable" type="boolean" minOccurs="0"/>
      <xsd:element name="visible" minOccurs="0">
         <xsd:simpleType>
            <xsd:restriction base="xsd:normalizedString">
               <xsd:enumeration value="true"/>
               <xsd:enumeration value="never"/>
               <xsd:enumeration value="hidden"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:element>
      <xsd:element name="searchable" type="boolean" minOccurs="0"/>
      <xsd:element name="fullSearch" type="boolean" minOccurs="0"/>
      <xsd:element name="align" minOccurs="0">
         <xsd:simpleType>
            <xsd:restriction base="xsd:normalizedString">
               <xsd:enumeration value="left"/>
               <xsd:enumeration value="center"/>
               <xsd:enumeration value="right"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:element>
      <xsd:element name="renderer" type="columnRenderer" minOccurs="0"/>
      <xsd:element name="field" minOccurs="0">
         <xsd:complexType>
            <xsd:simpleContent>
               <xsd:extension base="columnName">
                  <xsd:attribute name="oldField" type="xsd:string"/>
               </xsd:extension>
            </xsd:simpleContent>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="query" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="queryBuilder" type="queryBuilder" minOccurs="0"/>
   </xsd:all>
</xsd:complexType>

Complex Type: columnRenderer

Super-types:None
Sub-types:None
NamecolumnRenderer
Abstractno
No documentation provided.
<...
 type="xsd:normalizedString (value comes from list: {'text'|'time'|'date'|'datetime'|'number'|'boolean'|'boolean-warning'|'money'|'percentage'|'select'|'bitmask'|'template'})" [1]
 format="xsd:string" [0..1] 
 currency="xsd:string" [0..1] 
>
Start All [1]

<flags > [0..1] <flag bit="xsd:unsignedInt" [1] > [1..*] <text> multiLangString </text> [1..*] </flag> </flags> <options > [0..1] <option value="xsd:string" [1] default="boolean" [0..1] > [1..*] <text> multiLangString </text> [0..*] </option> </options> <xtemplate> xsd:normalizedString </xtemplate> [0..1] <smarty-template> xsd:normalizedString </smarty-template> [0..1] End All

</...>
<xsd:complexType name="columnRenderer">
   <xsd:all>
      <xsd:element name="flags" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="flag" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:sequence>
                        <xsd:element name="text" type="multiLangString" maxOccurs="unbounded"/>
                     </xsd:sequence>
                     <xsd:attribute name="bit" type="xsd:unsignedInt" use="required"/>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="options" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="option" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:sequence>
                        <xsd:element name="text" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
                     </xsd:sequence>
                     <xsd:attribute name="value" type="xsd:string" use="required"/>
                     <xsd:attribute name="default" type="boolean"/>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="xtemplate" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="smarty-template" type="xsd:normalizedString" minOccurs="0"/>
   </xsd:all>
   <xsd:attribute name="type" use="required">
      <xsd:simpleType>
         <xsd:restriction base="xsd:normalizedString">
            <xsd:enumeration value="text"/>
            <xsd:enumeration value="time"/>
            <xsd:enumeration value="date"/>
            <xsd:enumeration value="datetime"/>
            <xsd:enumeration value="number"/>
            <xsd:enumeration value="boolean"/>
            <xsd:enumeration value="boolean-warning"/>
            <xsd:enumeration value="money"/>
            <xsd:enumeration value="percentage"/>
            <xsd:enumeration value="select"/>
            <xsd:enumeration value="bitmask"/>
            <xsd:enumeration value="template"/>
         </xsd:restriction>
      </xsd:simpleType>
   </xsd:attribute>
   <xsd:attribute name="format" type="xsd:string"/>
   <xsd:attribute name="currency" type="xsd:string"/>
</xsd:complexType>

Complex Type: export

Super-types:None
Sub-types:None
Nameexport
Abstractno
No documentation provided.
<...
 type="xsd:string" [1] 
>
Start All [1]

<texts > [0..1] <text> multiLangString </text> [0..*] </texts> End All

</...>
<xsd:complexType name="export">
   <xsd:all>
      <xsd:element name="texts" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="text" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
   </xsd:all>
   <xsd:attribute name="type" type="xsd:string" use="required"/>
</xsd:complexType>

Complex Type: filterRule

Super-types:None
Sub-types:None
NamefilterRule
Abstractno
No documentation provided.
<...>
   Start Choice [0..*]
      <and> filterRule </and> [1]
      <or> filterRule </or> [1]
      <xor> filterRule </xor> [1]
      <not> filterRule </not> [1] 
      <condition
       field="xsd:normalizedString" [1]
       operator="xsd:normalizedString" [0..1] 
       value="xsd:normalizedString" [1]
/>  [1]

   End Choice
</...>
<xsd:complexType name="filterRule">
   <xsd:sequence>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
         <xsd:element name="and" type="filterRule"/>
         <xsd:element name="or" type="filterRule"/>
         <xsd:element name="xor" type="filterRule"/>
         <xsd:element name="not" type="filterRule"/>
         <xsd:element name="condition">
            <xsd:complexType>
               <xsd:attribute name="field" type="xsd:normalizedString" use="required"/>
               <xsd:attribute name="operator" type="xsd:normalizedString" default="="/>
               <xsd:attribute name="value" type="xsd:normalizedString" use="required"/>
            </xsd:complexType>
         </xsd:element>
      </xsd:choice>
   </xsd:sequence>
</xsd:complexType>

Complex Type: grid

Super-types:None
Sub-types:None
<...
 datasource="xsd:string" [0..1] 
 type="xsd:string" [0..1] 
>
Start All [1]

<names > [0..1] <name> multiLangString </name> [0..*] </names> <content> gridContent </content> [1] <tbar height="xsd:unsignedInt" [1] > [0..1] <!-- 'dashboard:dashboard' super type was not found in this schema. Some elements and attributes may be missing. --> </tbar> <bbar height="xsd:unsignedInt" [1] > [0..1] <!-- 'dashboard:dashboard' super type was not found in this schema. Some elements and attributes may be missing. --> </bbar> <openLink> xsd:string </openLink> [0..1] <filters> gridFilters </filters> [0..1] <orderBy > [0..1] <order direction="xsd:string" [0..1] > [1..*] xsd:normalizedString </order> </orderBy> <exports > [0..1] <export> export </export> [0..*] </exports> <actions > [0..1] Start Choice [0..*] <action> action </action> [1] <taskAction> action </taskAction> [1] End Choice </actions> End All

</...>
<xsd:complexType name="grid">
   <xsd:all>
      <xsd:element name="names" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="name" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="content" type="gridContent"/>
      <xsd:element name="tbar" minOccurs="0">
         <xsd:complexType>
            <xsd:complexContent>
               <xsd:extension base="dashboard:dashboard">
                  <xsd:attribute name="height" type="xsd:unsignedInt" use="required"/>
               </xsd:extension>
            </xsd:complexContent>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="bbar" minOccurs="0">
         <xsd:complexType>
            <xsd:complexContent>
               <xsd:extension base="dashboard:dashboard">
                  <xsd:attribute name="height" type="xsd:unsignedInt" use="required"/>
               </xsd:extension>
            </xsd:complexContent>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="openLink" type="xsd:string" minOccurs="0"/>
      <xsd:element name="filters" type="gridFilters" minOccurs="0"/>
      <xsd:element name="orderBy" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="order" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:simpleContent>
                        <xsd:extension base="xsd:normalizedString">
                           <xsd:attribute name="direction" type="xsd:string" default="ASC"/>
                        </xsd:extension>
                     </xsd:simpleContent>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="exports" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="export" type="export" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="actions" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:choice minOccurs="0" maxOccurs="unbounded">
                  <xsd:element name="action" type="action"/>
                  <xsd:element name="taskAction" type="action"/>
               </xsd:choice>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
   </xsd:all>
   <xsd:attribute name="datasource" type="xsd:string"/>
   <xsd:attribute name="type" type="xsd:string"/>
</xsd:complexType>

Complex Type: gridContent

Super-types:None
Sub-types:None
NamegridContent
Abstractno
No documentation provided.
<...>
   Start Choice [0..*]
      <column
       ref="xsd:string" [0..1] 
       name="xsd:string" [0..1] 
      > [1] 
Start All [1]

<titles > [0..1] <title> multiLangString </title> [0..*] </titles> <displayField> xsd:string </displayField> [0..1] <showHistory> boolean </showHistory> [0..1] <position> xsd:string </position> [0..1] <width> xsd:integer </width> [0..1] <readOnly> boolean </readOnly> [0..1] <sortable> boolean </sortable> [0..1] <visible> xsd:normalizedString (value comes from list: {'true'|'never'|'hidden'}) </visible> [0..1] <searchable> boolean </searchable> [0..1] <fullSearch> boolean </fullSearch> [0..1] <align> xsd:normalizedString (value comes from list: {'left'|'center'|'right'}) </align> [0..1] <renderer> columnRenderer </renderer> [0..1] <field oldField="xsd:string" [0..1] > [0..1] columnName </field> <query> xsd:normalizedString </query> [0..1] <queryBuilder> queryBuilder </queryBuilder> [0..1] End All

</column> <columns ref="xsd:string" [1] /> [1] <linkButton> linkButton </linkButton> [1] End Choice </...>
<xsd:complexType name="gridContent">
   <xsd:sequence>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
         <xsd:element name="column">
            <xsd:complexType>
               <xsd:complexContent>
                  <xsd:extension base="column">
                     <xsd:attribute name="ref" type="xsd:string"/>
                     <xsd:attribute name="name" type="xsd:string"/>
                  </xsd:extension>
               </xsd:complexContent>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="columns">
            <xsd:complexType>
               <xsd:attribute name="ref" type="xsd:string" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="linkButton" type="linkButton"/>
      </xsd:choice>
   </xsd:sequence>
</xsd:complexType>

Complex Type: gridFilters

Super-types:None
Sub-types:None
NamegridFilters
Abstractno
<...>
   <filter   > [0..*] 
Start All [1]

<texts > [0..1] <text> multiLangString </text> [0..*] </texts> <rule> filterRule </rule> [1] End All

</filter> </...>
<xsd:complexType name="gridFilters">
   <xsd:sequence>
      <xsd:element name="filter" minOccurs="0" maxOccurs="unbounded">
         <xsd:complexType>
            <xsd:all>
               <xsd:element name="texts" minOccurs="0">
                  <xsd:complexType>
                     <xsd:sequence>
                        <xsd:element name="text" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
                     </xsd:sequence>
                  </xsd:complexType>
               </xsd:element>
               <xsd:element name="rule" type="filterRule"/>
            </xsd:all>
         </xsd:complexType>
      </xsd:element>
   </xsd:sequence>
</xsd:complexType>

Complex Type: linkButton

Super-types:None
Sub-types:None
NamelinkButton
Abstractno
No documentation provided.
<...
 name="xsd:string" [1] 
>
Start All [1]

<position> xsd:integer </position> [0..1] <width> xsd:integer </width> [0..1] <visible> boolean </visible> [0..1] <titles > [0..1] <title> multiLangString </title> [0..*] </titles> <texts > [0..1] <text> multiLangString </text> [0..*] </texts> <link> xsd:normalizedString </link> [1] End All

</...>
<xsd:complexType name="linkButton">
   <xsd:all>
      <xsd:element name="position" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="width" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="visible" type="boolean" minOccurs="0"/>
      <xsd:element name="titles" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="title" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="texts" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="text" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="link" type="xsd:normalizedString"/>
   </xsd:all>
   <xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>

Complex Type: multiLangString

Super-types:xsd:normalizedString < multiLangString (by extension)
Sub-types:None
NamemultiLangString
Abstractno
No documentation provided.
<...
 lang="xsd:string (length = 2)" [0..1]
>
    xsd:normalizedString
</...>
<xsd:complexType name="multiLangString">
   <xsd:simpleContent>
      <xsd:extension base="xsd:normalizedString">
         <xsd:attribute name="lang">
            <xsd:simpleType>
               <xsd:restriction base="xsd:string">
                  <xsd:length value="2"/>
               </xsd:restriction>
            </xsd:simpleType>
         </xsd:attribute>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: queryBuilder

Super-types:None
Sub-types:None
NamequeryBuilder
Abstractno
No documentation provided.
<...>
   Start Choice [1]
      <referencingObject
       type="xsd:string" [1] 
       field="xsd:string" [0..1] 
      > [1]  
         <selector> queryBuilderSelector </selector> [1] 
         <filters> queryBuilderFilters </filters> [0..1] 
      </referencingObject>
      <thisObject
       type="xsd:string" [0..1] 
      > [1]  
         <selector> queryBuilderSelector </selector> [1] 
      </thisObject>
   End Choice
</...>
<xsd:complexType name="queryBuilder">
   <xsd:sequence>
      <xsd:choice>
         <xsd:element name="referencingObject">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="selector" type="queryBuilderSelector"/>
                  <xsd:element name="filters" type="queryBuilderFilters" minOccurs="0"/>
               </xsd:sequence>
               <xsd:attribute name="type" type="xsd:string" use="required"/>
<-- TODO konquadrat 1.19 field should be required -->               <xsd:attribute name="field" type="xsd:string" default="parent"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="thisObject">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="selector" type="queryBuilderSelector"/>
               </xsd:sequence>
               <xsd:attribute name="type" type="xsd:string"/>
            </xsd:complexType>
         </xsd:element>
      </xsd:choice>
   </xsd:sequence>
</xsd:complexType>

Complex Type: queryBuilderConcatSelector

Super-types:None
Sub-types:None
NamequeryBuilderConcatSelector
Abstractno
No documentation provided.
<...>
Start All [1]

<fields > [1] Start Choice [0..*] <field> xsd:normalizedString </field> [1] <value> xsd:normalizedString </value> [1] <dateFormat format="xsd:normalizedString" [1] > [1] xsd:normalizedString </dateFormat> End Choice </fields> <orderBy > [0..1] Start Choice [1..*] <field direction="xsd:normalizedString" [0..1] > [1] xsd:normalizedString </field> End Choice </orderBy> End All

</...>
<xsd:complexType name="queryBuilderConcatSelector">
   <xsd:all>
      <xsd:element name="fields">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:choice minOccurs="0" maxOccurs="unbounded">
                  <xsd:element name="field" type="xsd:normalizedString"/>
                  <xsd:element name="value" type="xsd:normalizedString"/>
                  <xsd:element name="dateFormat">
                     <xsd:complexType>
                        <xsd:simpleContent>
                           <xsd:extension base="xsd:normalizedString">
                              <xsd:attribute name="format" type="xsd:normalizedString" use="required"/>
                           </xsd:extension>
                        </xsd:simpleContent>
                     </xsd:complexType>
                  </xsd:element>
               </xsd:choice>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="orderBy" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:choice maxOccurs="unbounded">
                  <xsd:element name="field">
                     <xsd:complexType>
                        <xsd:simpleContent>
                           <xsd:extension base="xsd:normalizedString">
                              <xsd:attribute name="direction" type="xsd:normalizedString"/>
                           </xsd:extension>
                        </xsd:simpleContent>
                     </xsd:complexType>
                  </xsd:element>
               </xsd:choice>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
   </xsd:all>
</xsd:complexType>

Complex Type: queryBuilderFilters

Super-types:None
Sub-types:None
NamequeryBuilderFilters
Abstractno
No documentation provided.
<...>
   Start Choice [0..*]
      <and> queryBuilderFilters </and> [1]
      <or> queryBuilderFilters </or> [1]
      <xor> queryBuilderFilters </xor> [1]
      <not> queryBuilderFilters </not> [1] 
      <filter
       field="anySimpleType" [0..1]
       value="anySimpleType" [0..1]
       operator="xsd:string" [0..1] 
      > [1] 
         Start Choice [1]
            <field> xsd:normalizedString </field> [0..1]
            <value> xsd:normalizedString </value> [0..1] 
         End Choice
         Start Choice [1]
            <field2> xsd:normalizedString </field2> [0..1] 
            <value2> xsd:normalizedString </value2> [0..1] 
         End Choice
      </filter>
      <bitmaskFilter
       field="xsd:string" [1]
       value="xsd:unsignedInt" [1] 
/>  [1] 

   End Choice
</...>
<xsd:complexType name="queryBuilderFilters">
   <xsd:sequence>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
         <xsd:element name="and" type="queryBuilderFilters"/>
         <xsd:element name="or" type="queryBuilderFilters"/>
         <xsd:element name="xor" type="queryBuilderFilters"/>
         <xsd:element name="not" type="queryBuilderFilters"/>
         <xsd:element name="filter">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:choice>
                     <xsd:element name="field" type="xsd:normalizedString" minOccurs="0"/>
                     <xsd:element name="value" type="xsd:normalizedString" minOccurs="0"/>
                  </xsd:choice>
                  <xsd:choice>
                     <xsd:element name="field2" type="xsd:normalizedString" minOccurs="0"/>
                     <xsd:element name="value2" type="xsd:normalizedString" minOccurs="0"/>
                  </xsd:choice>
               </xsd:sequence>
               <xsd:attribute name="field"/>
               <xsd:attribute name="value"/>
               <xsd:attribute name="operator" type="xsd:string"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="bitmaskFilter">
            <xsd:complexType>
               <xsd:attribute name="field" type="xsd:string" use="required"/>
               <xsd:attribute name="value" type="xsd:unsignedInt" use="required"/>
            </xsd:complexType>
         </xsd:element>
      </xsd:choice>
   </xsd:sequence>
</xsd:complexType>

Complex Type: queryBuilderSelector

Super-types:None
Sub-types:None
NamequeryBuilderSelector
Abstractno
No documentation provided.
<...>
   Start Choice [1]
      <field> xsd:normalizedString </field> [1] 
      <value> xsd:normalizedString </value> [1] 
      <dateFormat
       format="xsd:normalizedString" [1] 
      > [1]  
          xsd:normalizedString
      </dateFormat>
      <count> xsd:normalizedString </count> [1] 
      <countDistinct      > [1]  
         Start Choice [1..*]
            <field> xsd:normalizedString </field> [1]
         End Choice
      </countDistinct>
      <min> xsd:normalizedString </min> [1]
      <max> xsd:normalizedString </max> [1]
      <std> xsd:normalizedString </std> [1]
      <sum> xsd:normalizedString </sum> [1]
      <avg> xsd:normalizedString </avg> [1]
      <concat> queryBuilderConcatSelector </concat> [1] 
      <groupConcat
       separator="xsd:normalizedString" [0..1]
       distinct="boolean" [0..1]
      > [1] 
Start All [1]

<fields > [1] Start Choice [0..*] <field> xsd:normalizedString </field> [1] <value> xsd:normalizedString </value> [1] <dateFormat format="xsd:normalizedString" [1] > [1] xsd:normalizedString </dateFormat> End Choice </fields> <orderBy > [0..1] Start Choice [1..*] <field direction="xsd:normalizedString" [0..1] > [1] xsd:normalizedString </field> End Choice </orderBy> End All

</groupConcat> <greatest > [1] <field> queryBuilderSelector </field> [1..*] </greatest> <least > [1] <field> queryBuilderSelector </field> [1..*] </least> <if > [1] <condition> queryBuilderFilters </condition> [1] <then> queryBuilderSelector </then> [1] <else> queryBuilderSelector </else> [1] </if> <ifNull > [1] <value> queryBuilderSelector </value> [1] <else> queryBuilderSelector </else> [1] </ifNull> <arithmetic operator="xsd:normalizedString (value comes from list: {'+'|'-'|'*'|'/'|'%'})" [1] > [1] Start All [1]

<fields > [1] Start Choice [0..*] <field> xsd:normalizedString </field> [1] <value> xsd:normalizedString </value> [1] <dateFormat format="xsd:normalizedString" [1] > [1] xsd:normalizedString </dateFormat> End Choice </fields> <orderBy > [0..1] Start Choice [1..*] <field direction="xsd:normalizedString" [0..1] > [1] xsd:normalizedString </field> End Choice </orderBy> End All

</arithmetic> End Choice </...>
<xsd:complexType name="queryBuilderSelector">
   <xsd:sequence>
      <xsd:choice>
         <xsd:element name="field" type="xsd:normalizedString"/>
         <xsd:element name="value" type="xsd:normalizedString"/>
         <xsd:element name="dateFormat">
            <xsd:complexType>
               <xsd:simpleContent>
                  <xsd:extension base="xsd:normalizedString">
                     <xsd:attribute name="format" type="xsd:normalizedString" use="required"/>
                  </xsd:extension>
               </xsd:simpleContent>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="count" type="xsd:normalizedString"/>
         <xsd:element name="countDistinct">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:choice maxOccurs="unbounded">
                     <xsd:element name="field" type="xsd:normalizedString"/>
                  </xsd:choice>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="min" type="xsd:normalizedString"/>
         <xsd:element name="max" type="xsd:normalizedString"/>
         <xsd:element name="std" type="xsd:normalizedString"/>
         <xsd:element name="sum" type="xsd:normalizedString"/>
         <xsd:element name="avg" type="xsd:normalizedString"/>
         <xsd:element name="concat" type="queryBuilderConcatSelector"/>
         <xsd:element name="groupConcat">
            <xsd:complexType>
               <xsd:complexContent>
                  <xsd:extension base="queryBuilderConcatSelector">
                     <xsd:attribute name="separator" type="xsd:normalizedString"/>
                     <xsd:attribute name="distinct" type="boolean"/>
                  </xsd:extension>
               </xsd:complexContent>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="greatest">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="field" type="queryBuilderSelector" maxOccurs="unbounded"/>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="least">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="field" type="queryBuilderSelector" maxOccurs="unbounded"/>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="if">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="condition" type="queryBuilderFilters"/>
                  <xsd:element name="then" type="queryBuilderSelector"/>
                  <xsd:element name="else" type="queryBuilderSelector"/>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="ifNull">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:element name="value" type="queryBuilderSelector"/>
                  <xsd:element name="else" type="queryBuilderSelector"/>
               </xsd:sequence>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="arithmetic">
            <xsd:complexType>
               <xsd:complexContent>
                  <xsd:extension base="queryBuilderConcatSelector">
                     <xsd:attribute name="operator" use="required">
                        <xsd:simpleType>
                           <xsd:restriction base="xsd:normalizedString">
                              <xsd:enumeration value="+"/>
                              <xsd:enumeration value="-"/>
                              <xsd:enumeration value="*"/>
                              <xsd:enumeration value="/"/>
                              <xsd:enumeration value="%"/>
                           </xsd:restriction>
                        </xsd:simpleType>
                     </xsd:attribute>
                  </xsd:extension>
               </xsd:complexContent>
            </xsd:complexType>
         </xsd:element>
      </xsd:choice>
   </xsd:sequence>
</xsd:complexType>

Simple Type: boolean

Super-types:xsd:normalizedString < boolean (by restriction)
Sub-types:None
Nameboolean
Content
  • Base XSD Type: normalizedString
  • value comes from list: {'true'|'false'}
No documentation provided.
<xsd:simpleType name="boolean">
   <xsd:restriction base="xsd:normalizedString">
      <xsd:enumeration value="true"/>
      <xsd:enumeration value="false"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: columnName

Super-types:xsd:normalizedString < columnName (by restriction)
Sub-types:None
NamecolumnName
Content
  • Base XSD Type: normalizedString
  • pattern = [A-Za-z][A-Za-z0-9_\-]*
No documentation provided.
<xsd:simpleType name="columnName">
   <xsd:restriction base="xsd:normalizedString">
      <xsd:pattern value="[A-Za-z][A-Za-z0-9_\-]*"/>
   </xsd:restriction>
</xsd:simpleType>

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions .