Code

Added COPYING (GPLv2) and copyright headers to all source files.
[nagixsc.git] / xml / nagixsc.dtd
index 171df1611339b08c334be2830e394748338431d3..60d3e93a392fcd5dd6366ac8af10d1e73788e982 100644 (file)
@@ -1,9 +1,26 @@
+<!--
+  - Copyright (C) 2009-2010 Sven Velt <sv@teamix.net>
+  -
+  - This program is free software; you can redistribute it and/or modify it
+  - under the terms of the GNU General Public License as published by the
+  - Free Software Foundation; only version 2 of the License is applicable.
+  -
+  - This program is distributed in the hope that it will be useful, but
+  - WITHOUT ANY WARRANTY; without even the implied warranty of
+  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  - General Public License for more details.
+  -
+  - You should have received a copy of the GNU General Public License along
+  - with this program; if not, write to the Free Software Foundation, Inc.,
+  - 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+  -->
+
 <!ELEMENT nagixsc (timestamp,host+)>
 <!ATTLIST nagixsc version CDATA #IMPLIED >
 
 <!ELEMENT timestamp (#PCDATA)>
 
-<!ELEMENT host (name,service+)>
+<!ELEMENT host (name,returncode?,output?,service+)>
 <!ATTLIST host encoding CDATA #IMPLIED >
 
 <!ELEMENT name (#PCDATA)>