Skip to content
Snippets Groups Projects
Commit 50d63b1f authored by Reto Da Forno's avatar Reto Da Forno
Browse files

minor change to xml validation

parent d2396a17
No related branches found
No related tags found
No related merge requests found
......@@ -405,8 +405,7 @@
<!-- Type definition for samling divider of a power profile -->
<xs:simpleType name="powerProfSamplingDividerType">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="128"/>
<xs:pattern value="1|2|4|8|16|32|64|640|6400|64000"/>
</xs:restriction>
</xs:simpleType>
......
......@@ -8,9 +8,6 @@
* __id__ = "$Id$"
* __source__ = "$URL$"
*/
//DEBUG ini_set('display_errors', 1);
//DEBUG error_reporting(E_ALL);
?>
<?php require_once('include/layout.php');require_once('include/presets.php'); ?>
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment