Code

Added COPYING (GPLv2) and copyright headers to all source files.
[nagixsc.git] / xml / nagixsc.dtd
1 <!--
2   - Copyright (C) 2009-2010 Sven Velt <sv@teamix.net>
3   -
4   - This program is free software; you can redistribute it and/or modify it
5   - under the terms of the GNU General Public License as published by the
6   - Free Software Foundation; only version 2 of the License is applicable.
7   -
8   - This program is distributed in the hope that it will be useful, but
9   - WITHOUT ANY WARRANTY; without even the implied warranty of
10   - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11   - General Public License for more details.
12   -
13   - You should have received a copy of the GNU General Public License along
14   - with this program; if not, write to the Free Software Foundation, Inc.,
15   - 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
16   -->
18 <!ELEMENT nagixsc (timestamp,host+)>
19 <!ATTLIST nagixsc version CDATA #IMPLIED >
21 <!ELEMENT timestamp (#PCDATA)>
23 <!ELEMENT host (name,returncode?,output?,service+)>
24 <!ATTLIST host encoding CDATA #IMPLIED >
26 <!ELEMENT name (#PCDATA)>
27 <!ATTLIST name encoding CDATA #IMPLIED >
29 <!ELEMENT service (description,returncode,output,timestamp?)>
31 <!ELEMENT description (#PCDATA)>
32 <!ATTLIST description encoding CDATA #IMPLIED >
34 <!ELEMENT returncode (#PCDATA)>
36 <!ELEMENT output (#PCDATA)>
37 <!ATTLIST output encoding CDATA #IMPLIED >