XML Schema Documentation

Schema Document Properties

Target Namespacehttp://www.setasign.com/Konquadrat/Dashboard
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.
No documentation provided.
PrefixNamespace
Default namespacehttp://www.setasign.com/Konquadrat/Dashboard
xmlhttp://www.w3.org/XML/1998/namespace
xsdhttp://www.w3.org/2001/XMLSchema
<xsd:schema targetNamespace="http://www.setasign.com/Konquadrat/Dashboard" elementFormDefault="qualified">
...
</xsd:schema>

Global Declarations

Element: dashboard

No documentation provided.
<dashboard>
   Start Choice [0..*]
      <importDashboard
       ref="notEmptyString" [0..1]
/>  [1]

      <rectWidget> rectWidget </rectWidget> [1]
      <htmlWidget> htmlWidget </htmlWidget> [1]
      <gridWidget> gridWidget </gridWidget> [1]
      <shortcutWidget> shortcutWidget </shortcutWidget> [1]
      <weblinkWidget> weblinkWidget </weblinkWidget> [1]
      <datasourceWidget> datasourceWidget </datasourceWidget> [1]
      <diagramWidget> diagramWidget </diagramWidget> [1]
      <multiDataDiagramWidget> multiDataDiagramWidget </multiDataDiagramWidget> [1]
   End Choice
</dashboard>
<xsd:element name="dashboard" type="dashboard"/>

Global Definitions

Complex Type: dashboard

Super-types:None
Sub-types:None
Namedashboard
Abstractno
No documentation provided.
<...>
   Start Choice [0..*]
      <importDashboard
       ref="notEmptyString" [0..1]
/>  [1]

      <rectWidget> rectWidget </rectWidget> [1]
      <htmlWidget> htmlWidget </htmlWidget> [1]
      <gridWidget> gridWidget </gridWidget> [1]
      <shortcutWidget> shortcutWidget </shortcutWidget> [1]
      <weblinkWidget> weblinkWidget </weblinkWidget> [1]
      <datasourceWidget> datasourceWidget </datasourceWidget> [1]
      <diagramWidget> diagramWidget </diagramWidget> [1]
      <multiDataDiagramWidget> multiDataDiagramWidget </multiDataDiagramWidget> [1]
   End Choice
</...>
<xsd:complexType name="dashboard">
   <xsd:sequence>
      <xsd:choice minOccurs="0" maxOccurs="unbounded">
         <xsd:element name="importDashboard">
            <xsd:complexType>
               <xsd:attribute name="ref" type="notEmptyString"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="rectWidget" type="rectWidget"/>
         <xsd:element name="htmlWidget" type="htmlWidget"/>
         <xsd:element name="gridWidget" type="gridWidget"/>
         <xsd:element name="shortcutWidget" type="shortcutWidget"/>
         <xsd:element name="weblinkWidget" type="weblinkWidget"/>
         <xsd:element name="datasourceWidget" type="datasourceWidget"/>
         <xsd:element name="diagramWidget" type="diagramWidget"/>
         <xsd:element name="multiDataDiagramWidget" type="multiDataDiagramWidget"/>
      </xsd:choice>
   </xsd:sequence>
</xsd:complexType>

Complex Type: datasourceWidget

Super-types:None
Sub-types:None
NamedatasourceWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <datasource ref="xsd:string" [1] limit="xsd:unsignedInt" [0..1] offset="xsd:unsignedInt" [0..1] /> [1] <xTemplate> xsd:normalizedString </xTemplate> [0..1] End All

</...>
<xsd:complexType name="datasourceWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="datasource">
         <xsd:complexType>
            <xsd:attribute name="ref" type="xsd:string" use="required"/>
            <xsd:attribute name="limit" type="xsd:unsignedInt"/>
            <xsd:attribute name="offset" type="xsd:unsignedInt"/>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="xTemplate" type="xsd:normalizedString" minOccurs="0"/>
   </xsd:all>
</xsd:complexType>

Complex Type: diagramWidget

Super-types:None
Sub-types:None
NamediagramWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <borderSize> xsd:nonNegativeInteger </borderSize> [0..1] <borderColor> xsd:normalizedString </borderColor> [0..1] <backgroundColor> xsd:normalizedString </backgroundColor> [0..1] <type> xsd:normalizedString (value comes from list: {'pie'|'pie3d'|'bar'|'vbar'|'line'}) </type> [1] <datasource ref="xsd:string" [1] /> [1] <colors > [0..1] <color> xsd:normalizedString </color> [1..*] </colors> <fields > [1] <field type="xsd:string" [1] > [1..*] xsd:string </field> </fields> <axes > [0..1] <axis position="xsd:string (value comes from list: {'left'|'top'|'right'|'bottom'|'radial'|'angular'})" [1] type="xsd:string (value comes from list: {'numeric'|'category'})" [1] > [1..*] <title> multiLangString </title> [0..*] </axis> </axes> <tooltipFormat> xsd:normalizedString </tooltipFormat> [0..1] <openLink> xsd:string </openLink> [0..1] End All

</...>
<xsd:complexType name="diagramWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="borderSize" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="borderColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="backgroundColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="type">
         <xsd:simpleType>
            <xsd:restriction base="xsd:normalizedString">
               <xsd:enumeration value="pie"/>
               <xsd:enumeration value="pie3d"/>
               <xsd:enumeration value="bar"/>
               <xsd:enumeration value="vbar"/>
               <xsd:enumeration value="line"/>
            </xsd:restriction>
         </xsd:simpleType>
      </xsd:element>
      <xsd:element name="datasource">
         <xsd:complexType>
            <xsd:attribute name="ref" type="xsd:string" use="required"/>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="colors" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="color" type="xsd:normalizedString" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="fields">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="field" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                           <xsd:attribute name="type" type="xsd:string" use="required"/>
                        </xsd:extension>
                     </xsd:simpleContent>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="axes" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="axis" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:sequence>
                        <xsd:element name="title" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
                     </xsd:sequence>
                     <xsd:attribute name="position" use="required">
                        <xsd:simpleType>
                           <xsd:restriction base="xsd:string">
                              <xsd:enumeration value="left"/>
                              <xsd:enumeration value="top"/>
                              <xsd:enumeration value="right"/>
                              <xsd:enumeration value="bottom"/>
                              <xsd:enumeration value="radial"/>
                              <xsd:enumeration value="angular"/>
                           </xsd:restriction>
                        </xsd:simpleType>
                     </xsd:attribute>
                     <xsd:attribute name="type" use="required">
                        <xsd:simpleType>
                           <xsd:restriction base="xsd:string">
                              <xsd:enumeration value="numeric"/>
                              <xsd:enumeration value="category"/>
                           </xsd:restriction>
                        </xsd:simpleType>
                     </xsd:attribute>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="tooltipFormat" minOccurs="0">
         <xsd:simpleType>
            <xsd:restriction base="xsd:normalizedString"/>
         </xsd:simpleType>
      </xsd:element>
      <xsd:element name="openLink" type="xsd:string" minOccurs="0"/>
   </xsd:all>
</xsd:complexType>

Complex Type: gridWidget

Super-types:None
Sub-types:None
NamegridWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <grid ref="xsd:string" [1] /> [1] <autoRefresh> boolean </autoRefresh> [0..1] <limit> xsd:unsignedInt </limit> [0..1] End All

</...>
<xsd:complexType name="gridWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="grid">
         <xsd:complexType>
            <xsd:attribute name="ref" type="xsd:string" use="required"/>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="autoRefresh" type="boolean" minOccurs="0"/>
      <xsd:element name="limit" type="xsd:unsignedInt" minOccurs="0"/>
   </xsd:all>
</xsd:complexType>

Complex Type: htmlWidget

Super-types:None
Sub-types:None
NamehtmlWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <borderSize> xsd:nonNegativeInteger </borderSize> [0..1] <borderColor> xsd:normalizedString </borderColor> [0..1] <backgroundColor> xsd:normalizedString </backgroundColor> [0..1] <html> xsd:normalizedString </html> [1] <padding> xsd:integer </padding> [0..1] End All

</...>
<xsd:complexType name="htmlWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="borderSize" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="borderColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="backgroundColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="html" type="xsd:normalizedString"/>
      <xsd:element name="padding" type="xsd:integer" minOccurs="0"/>
   </xsd:all>
</xsd:complexType>

Complex Type: multiDataDiagramWidget

Super-types:None
Sub-types:None
NamemultiDataDiagramWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <borderSize> xsd:nonNegativeInteger </borderSize> [0..1] <borderColor> xsd:normalizedString </borderColor> [0..1] <backgroundColor> xsd:normalizedString </backgroundColor> [0..1] <datasource ref="xsd:unsignedInt" [1] /> [1] <colors > [0..1] <color> xsd:normalizedString </color> [1..*] </colors> <fields > [1] Start All [1]

<categoryField order="xsd:normalizedString (value comes from list: {'ASC'|'DESC'})" [0..1] > [1] xsd:normalizedString </categoryField> <barGroup > [0..1] xsd:string </barGroup> <lineGroup > [0..1] xsd:string </lineGroup> End All

</fields> <mapping > [0..1] <map keyField="xsd:string" [0..1] valueField="xsd:string" [0..1] /> [1..*] </mapping> <axes > [0..1] <categoryAxis > [0..1] <title> multiLangString </title> [0..*] </categoryAxis> <axis position="xsd:string (value comes from list: {'left'|'right'})" [1] type="xsd:string (value comes from list: {'numeric'|'category'})" [1] fieldGroup="xsd:string (value comes from list: {'line'|'bar'|'line+bar'})" [1] > [1..*] <title> multiLangString </title> [0..*] <minimum> xsd:integer </minimum> [0..1] <maximum> xsd:integer </maximum> [0..1] </axis> </axes> <barTooltipFormat> xsd:normalizedString </barTooltipFormat> [0..1] <lineTooltipFormat> xsd:normalizedString </lineTooltipFormat> [0..1] <stackBar> boolean </stackBar> [0..1] End All

</...>
<xsd:complexType name="multiDataDiagramWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="borderSize" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="borderColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="backgroundColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="datasource">
         <xsd:complexType>
            <xsd:attribute name="ref" type="xsd:unsignedInt" use="required"/>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="colors" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="color" type="xsd:normalizedString" maxOccurs="unbounded"/>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="fields">
         <xsd:complexType>
            <xsd:all>
               <xsd:element name="categoryField">
                  <xsd:complexType>
                     <xsd:simpleContent>
                        <xsd:extension base="xsd:normalizedString">
                           <xsd:attribute name="order">
                              <xsd:simpleType>
                                 <xsd:restriction base="xsd:normalizedString">
                                    <xsd:enumeration value="ASC"/>
                                    <xsd:enumeration value="DESC"/>
                                 </xsd:restriction>
                              </xsd:simpleType>
                           </xsd:attribute>
                        </xsd:extension>
                     </xsd:simpleContent>
                  </xsd:complexType>
               </xsd:element>
               <xsd:element name="barGroup" minOccurs="0">
                  <xsd:complexType>
                     <xsd:simpleContent>
                        <xsd:extension base="xsd:string"/>
                     </xsd:simpleContent>
                  </xsd:complexType>
               </xsd:element>
               <xsd:element name="lineGroup" minOccurs="0">
                  <xsd:complexType>
                     <xsd:simpleContent>
                        <xsd:extension base="xsd:string"/>
                     </xsd:simpleContent>
                  </xsd:complexType>
               </xsd:element>
            </xsd:all>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="mapping" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="map" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:attribute name="keyField" type="xsd:string"/>
                     <xsd:attribute name="valueField" type="xsd:string"/>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="axes" minOccurs="0">
         <xsd:complexType>
            <xsd:sequence>
               <xsd:element name="categoryAxis" 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="axis" maxOccurs="unbounded">
                  <xsd:complexType>
                     <xsd:sequence>
                        <xsd:element name="title" type="multiLangString" minOccurs="0" maxOccurs="unbounded"/>
                        <xsd:element name="minimum" type="xsd:integer" minOccurs="0"/>
                        <xsd:element name="maximum" type="xsd:integer" minOccurs="0"/>
                     </xsd:sequence>
                     <xsd:attribute name="position" use="required">
                        <xsd:simpleType>
                           <xsd:restriction base="xsd:string">
                              <xsd:enumeration value="left"/>
                              <xsd:enumeration value="right"/>
                           </xsd:restriction>
                        </xsd:simpleType>
                     </xsd:attribute>
                     <xsd:attribute name="type" use="required">
                        <xsd:simpleType>
                           <xsd:restriction base="xsd:string">
                              <xsd:enumeration value="numeric"/>
                              <xsd:enumeration value="category"/>
                           </xsd:restriction>
                        </xsd:simpleType>
                     </xsd:attribute>
                     <xsd:attribute name="fieldGroup" use="required">
                        <xsd:simpleType>
                           <xsd:restriction base="xsd:string">
                              <xsd:enumeration value="line"/>
                              <xsd:enumeration value="bar"/>
                              <xsd:enumeration value="line+bar"/>
                           </xsd:restriction>
                        </xsd:simpleType>
                     </xsd:attribute>
                  </xsd:complexType>
               </xsd:element>
            </xsd:sequence>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="barTooltipFormat" minOccurs="0">
         <xsd:simpleType>
            <xsd:restriction base="xsd:normalizedString"/>
         </xsd:simpleType>
      </xsd:element>
      <xsd:element name="lineTooltipFormat" minOccurs="0">
         <xsd:simpleType>
            <xsd:restriction base="xsd:normalizedString"/>
         </xsd:simpleType>
      </xsd:element>
      <xsd:element name="stackBar" type="boolean" minOccurs="0"/>
   </xsd:all>
</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: rectWidget

Super-types:None
Sub-types:None
NamerectWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <borderSize> xsd:nonNegativeInteger </borderSize> [0..1] <borderColor> xsd:normalizedString </borderColor> [0..1] <backgroundColor> xsd:normalizedString </backgroundColor> [0..1] End All

</...>
<xsd:complexType name="rectWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="borderSize" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="borderColor" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="backgroundColor" type="xsd:normalizedString" minOccurs="0"/>
   </xsd:all>
</xsd:complexType>

Complex Type: shortcutWidget

Super-types:None
Sub-types:None
NameshortcutWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <text> xsd:normalizedString </text> [1] <iconCls> xsd:normalizedString </iconCls> [0..1] <iconStyle> xsd:normalizedString </iconStyle> [0..1] <link> xsd:normalizedString </link> [1] End All

</...>
<xsd:complexType name="shortcutWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="text" type="xsd:normalizedString"/>
      <xsd:element name="iconCls" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="iconStyle" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="link" type="xsd:normalizedString"/>
   </xsd:all>
</xsd:complexType>

Complex Type: weblinkWidget

Super-types:None
Sub-types:None
NameweblinkWidget
Abstractno
<...>
Start All [1]

<width> xsd:nonNegativeInteger </width> [0..1] <height> xsd:nonNegativeInteger </height> [1] <left> xsd:integer </left> [0..1] <x> xsd:integer </x> [0..1] <top> xsd:integer </top> [0..1] <y> xsd:integer </y> [0..1] <right> xsd:integer </right> [0..1] <bottom> xsd:integer </bottom> [0..1] <zIndex> xsd:integer </zIndex> [0..1] <text> xsd:normalizedString </text> [1] <iconCls> xsd:normalizedString </iconCls> [0..1] <iconStyle> xsd:normalizedString </iconStyle> [0..1] <link> xsd:normalizedString </link> [1] <windowId> boolean </windowId> [0..1] End All

</...>
<xsd:complexType name="weblinkWidget">
   <xsd:all>
      <xsd:element name="width" type="xsd:nonNegativeInteger" minOccurs="0"/>
      <xsd:element name="height" type="xsd:nonNegativeInteger"/>
      <xsd:element name="left" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="x" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="top" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="y" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="right" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="bottom" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="zIndex" type="xsd:integer" minOccurs="0"/>
      <xsd:element name="text" type="xsd:normalizedString"/>
      <xsd:element name="iconCls" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="iconStyle" type="xsd:normalizedString" minOccurs="0"/>
      <xsd:element name="link" type="xsd:normalizedString"/>
      <xsd:element name="windowId" type="boolean" minOccurs="0"/>
   </xsd:all>
</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: notEmptyString

Super-types:xsd:normalizedString < notEmptyString (by restriction)
Sub-types:None
NamenotEmptyString
Content
  • Base XSD Type: normalizedString
  • length >= 1
No documentation provided.
<xsd:simpleType name="notEmptyString">
   <xsd:restriction base="xsd:normalizedString">
      <xsd:minLength value="1"/>
   </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 .