Warning, /graphics/krita/krita/dtd/document-info.dtd is written in an unsupported language. File is not indexed.

0001 <!--    $Id$
0002 
0003 This is an XML document type definition (DTD) for the documentinfo.xml files which
0004 are used by all Calligra-1.1 and 1.1.1 programs, to store information about the
0005 document (e.g. title and abstract) and its author.
0006 
0007 ChangeLog:
0008 Initial version (for calligra-1.1.1) written by David Faure <faure@kde.org>.
0009 -->
0010 
0011 <!--
0012   The document-info for a Calligra document contains one main element for each tab of
0013 the "Document Info" dialog. As of Calligra-1.1, this includes: author and about.
0014 A third page, "log" is planned for the future.
0015 -->
0016 <!ELEMENT document-info
0017     (author?, about?, log?)>
0018 
0019 <!--
0020   The "author" element stores information about the author of the document.
0021 -->
0022 <!ELEMENT author
0023     (full-name?, initial?, title?, company?, email?, telephone?, telephone-work?, fax?, country?, postal-code?, city?, street?, position?)>
0024 
0025 <!ELEMENT full-name
0026     (#PCDATA)>
0027 <!ELEMENT initial
0028     (#PCDATA)>
0029 <!ELEMENT title
0030     (#PCDATA)>
0031 <!ELEMENT company
0032     (#PCDATA)>
0033 <!ELEMENT email
0034     (#PCDATA)>
0035 <!ELEMENT telephone
0036     (#PCDATA)>
0037 <!ELEMENT telephone-work
0038     (#PCDATA)>
0039 <!ELEMENT fax
0040     (#PCDATA)>
0041 <!ELEMENT country
0042     (#PCDATA)>
0043 <!ELEMENT postal-code
0044     (#PCDATA)>
0045 <!ELEMENT city
0046     (#PCDATA)>
0047 <!ELEMENT street
0048     (#PCDATA)>
0049 <!ELEMENT position
0050     (#PCDATA)>
0051 
0052 <!--
0053   The "about" element contains information about the document itself.
0054   This includes an optional title for the document, and an optional abstract.
0055 -->
0056 <!ELEMENT about
0057     (abstract?, title?, keyword?, subject?, initial-creator?,
0058   editing-cycles?, creation-date?, date?)>
0059 <!ELEMENT abstract
0060     (#PCDATA)>
0061 <!--title already defined above-->
0062 <!ELEMENT keyword
0063     (#PCDATA)>
0064 <!ELEMENT subject
0065     (#PCDATA)>
0066 <!ELEMENT initial-creator
0067     (#PCDATA)>
0068 <!ELEMENT editing-cycles
0069     (#PCDATA)>
0070 <!ELEMENT creation-date
0071     (#PCDATA)>
0072 <!ELEMENT date
0073     (#PCDATA)>
0074 
0075 <!--
0076   The "log" element is unused at the moment.
0077 -->
0078 <!ELEMENT log
0079     EMPTY>
0080