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.
91 lines
1.7 KiB
91 lines
1.7 KiB
<!-- To validate this document separately, uncomment this prolog
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE appendix PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" "dtd/kdex.dtd">
|
|
-->
|
|
|
|
<sect1 id="kugardata-dtd">
|
|
<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
|
|
>Federico</firstname
|
|
><surname
|
|
>Zenith</surname
|
|
><affiliation
|
|
><address
|
|
><email
|
|
>zenith@chemeng.ntnu.no</email
|
|
></address
|
|
></affiliation
|
|
><contrib
|
|
>Traduzione della documentazione in italiano</contrib
|
|
></othercredit
|
|
>
|
|
</authorgroup>
|
|
</sect1info>
|
|
<title
|
|
>Definizione del tipo di documento di <sgmltag class="element"
|
|
>KugarData</sgmltag
|
|
></title>
|
|
|
|
<synopsis
|
|
><?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE KugarData [
|
|
<!ELEMENT <link linkend="kugar-data-element"
|
|
>KugarData</link
|
|
> (<link linkend="row-element"
|
|
>Row</link
|
|
>*)>
|
|
<!ATTLIST KugarData
|
|
<link linkend="template-att"
|
|
>Template</link
|
|
> CDATA #REQUIRED>
|
|
|
|
<!ELEMENT <link linkend="row-element"
|
|
>Row</link
|
|
> EMPTY>
|
|
<!ATTLIST Row
|
|
<link linkend="level-att"
|
|
>level</link
|
|
> CDATA #REQUIRED
|
|
<link linkend="column-att"
|
|
>col1</link
|
|
> CDATA #IMPLIED
|
|
<link linkend="column-att"
|
|
>col2</link
|
|
> CDATA #IMPLIED
|
|
<link linkend="column-att"
|
|
>...</link
|
|
> CDATA #IMPLIED
|
|
<link linkend="column-att"
|
|
>coln</link
|
|
> CDATA #IMPLIED>
|
|
]>
|
|
</synopsis>
|
|
</sect1>
|