]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
The code and not the schema should specify default values for attributes, theres...
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 29 Jun 2013 12:18:41 +0000 (14:18 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Sat, 29 Jun 2013 12:18:41 +0000 (14:18 +0200)
xml-db/database/TrbNetEntity.xsd

index 92f8ca56606033548a79172067ef0ddf32c3fde1..c2cc6f1f5cc80cba83dce3414f2215e01428e8c8 100644 (file)
@@ -86,8 +86,8 @@
   <xs:attribute name="value"        type="valuetype" />
   <xs:attribute name="format"       type="formattype" />
   <xs:attribute name="continuous"   type="xs:boolean" />
-  <xs:attribute name="repeat"       type="xs:positiveInteger" default="1" />
-  <xs:attribute name="errorflag"    type="xs:boolean" default="false" />
+  <xs:attribute name="repeat"       type="xs:positiveInteger" />
+  <xs:attribute name="errorflag"    type="xs:boolean" />
 
 
   <!--==============================