Code

Changed license to GPL-2+ (from GPL-2only).
[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; either version 2 of the License, or (at your
7   - option) any later version.
8   -
9   - This program is distributed in the hope that it will be useful, but
10   - WITHOUT ANY WARRANTY; without even the implied warranty of
11   - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12   - General Public License for more details.
13   -
14   - You should have received a copy of the GNU General Public License along
15   - with this program; if not, write to the Free Software Foundation, Inc.,
16   - 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
17   -->
19 <!ELEMENT nagixsc (timestamp,host+)>
20 <!ATTLIST nagixsc version CDATA #IMPLIED >
22 <!ELEMENT timestamp (#PCDATA)>
24 <!ELEMENT host (name,returncode?,output?,service+)>
25 <!ATTLIST host encoding CDATA #IMPLIED >
27 <!ELEMENT name (#PCDATA)>
28 <!ATTLIST name encoding CDATA #IMPLIED >
30 <!ELEMENT service (description,returncode,output,timestamp?)>
32 <!ELEMENT description (#PCDATA)>
33 <!ATTLIST description encoding CDATA #IMPLIED >
35 <!ELEMENT returncode (#PCDATA)>
37 <!ELEMENT output (#PCDATA)>
38 <!ATTLIST output encoding CDATA #IMPLIED >