You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
3.8 KiB
163 lines
3.8 KiB
<!-- if you want to validate this file separately, uncomment this prolog:
|
|
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd">
|
|
|
|
-->
|
|
|
|
<sect1 id="kugardata-element">
|
|
<sect1info>
|
|
<authorgroup>
|
|
<author
|
|
><firstname
|
|
>Alexander</firstname
|
|
> <surname
|
|
>Dymo</surname
|
|
> <affiliation
|
|
> <address
|
|
><email
|
|
>cloudtemple@mksat.net</email
|
|
></address>
|
|
</affiliation>
|
|
</author>
|
|
<author
|
|
><firstname
|
|
>Phil</firstname
|
|
> <surname
|
|
>Thompson</surname
|
|
> <affiliation
|
|
> <address
|
|
><email
|
|
>phil@river-bank.demon.co.uk</email
|
|
></address>
|
|
</affiliation>
|
|
</author>
|
|
<othercredit role="translator"
|
|
><firstname
|
|
>Marcus</firstname
|
|
><surname
|
|
>Gama</surname
|
|
><affiliation
|
|
><address
|
|
><email
|
|
>marcus.gama@gmail.com</email
|
|
></address
|
|
></affiliation
|
|
><contrib
|
|
>Tradução</contrib
|
|
></othercredit
|
|
>
|
|
</authorgroup>
|
|
</sect1info>
|
|
<title
|
|
><sgmltag class="element"
|
|
>Elemento KugarData</sgmltag
|
|
></title>
|
|
|
|
<para
|
|
>O elemento <sgmltag class="element"
|
|
>KugarData</sgmltag
|
|
> define uma fonte de dados do relatório. A estrutura básica é uma coleção de linhas e colunas. Este documento não define tipos de dados e seus atributos. O modelo de relatório define informações de tipo de dados de coluna. </para>
|
|
|
|
<para
|
|
>O criador do documento pode aplicar um estilo &XSL; de folha para um documento existente para convertê-lo para este formato. Se o &XSL; for usado, o criador pode aplicar macros customizados usando o &XSL; para cálculos de coluna, ordenação, &etc;. </para>
|
|
|
|
<synopsis
|
|
><!ELEMENT KugarData (Row*)>
|
|
<!ATTLIST KugarData
|
|
Template CDATA #REQUIRED>
|
|
|
|
<!ELEMENT Row EMPTY>
|
|
<!ATTLIST Row
|
|
level CDATA #REQUIRED
|
|
col1 CDATA #IMPLIED
|
|
col2 CDATA #IMPLIED
|
|
... CDATA #IMPLIED
|
|
coln CDATA #IMPLIED>
|
|
</synopsis>
|
|
|
|
|
|
<sect2 id="kugar-data-element">
|
|
<title
|
|
>Elemento de dados Kugar</title>
|
|
<para
|
|
>O elemento <sgmltag class="element"
|
|
>KugarData</sgmltag
|
|
> contém zero ou mais elementos <sgmltag class="element"
|
|
>Linha</sgmltag
|
|
>. Uma <sgmltag class="element"
|
|
>Linha</sgmltag
|
|
> deve contar um atributo <sgmltag class="attribute"
|
|
>nível</sgmltag
|
|
> com o valor correspondente ao nível de detalhe no modelo. Outros atributos representam colunas de dados. </para>
|
|
<para
|
|
><anchor id="template-att"/>O valor do atributo <sgmltag class="attribute"
|
|
>Modelo</sgmltag
|
|
> é a &URL; do modelo de relatório usada para formatar os dados. </para>
|
|
<!--
|
|
<variablelist>
|
|
<varlistentry id="template-att">
|
|
<term
|
|
><sgmltag class="attribute"
|
|
>Template</sgmltag
|
|
></term>
|
|
<listitem>
|
|
<para>
|
|
This is an attribute of the <sgmltag class="element"
|
|
>KugarData</sgmltag>
|
|
element. The value of the attribute is the &URL; of the report template
|
|
used to format the data.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
-->
|
|
</sect2>
|
|
|
|
<sect2 id="row-element">
|
|
<title
|
|
>Elemento Linha</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term
|
|
>Atributos</term>
|
|
<listitem>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term
|
|
><anchor id="level-att"/><sgmltag class="attribute"
|
|
>nível</sgmltag
|
|
></term>
|
|
<listitem>
|
|
<para
|
|
>O valor do atributo indica qual detalhe no modelo de relatório é usado para exibir dados. Linhas podem conter vários conjuntos de colunas para vários níveis, de modo que nenhum atributo exceto o <sgmltag class="attribute"
|
|
>level</sgmltag
|
|
> pode ser determinado como #IMPLIED. </para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term
|
|
><anchor id="column-att"/><sgmltag class="attribute"
|
|
>coluna</sgmltag
|
|
></term>
|
|
<listitem>
|
|
<para
|
|
>O nome do atributo é o nome da coluna, e usa o formato como fornecido na definição <sgmltag class="element"
|
|
>KugarData</sgmltag
|
|
>. O nome do atributo é usado no modelo de relatório para conectar os dados aos campos do relatório. </para>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|