]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Add bits attribute to memory, indicate how wide the memory is
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 20 May 2014 09:36:02 +0000 (11:36 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Wed, 21 May 2014 13:30:09 +0000 (15:30 +0200)
xml-db/schema/TrbNetCommon.xsd

index 6b879459a8a0ffcfc803670eb074a11677a4edf7..5c9726efb0bc12f8a762e01518ecc9b14accd6e2 100644 (file)
     <xs:complexType>
       <xs:complexContent>
         <xs:extension base="basicTrbData">
-          <!-- size specified in 32bit long words -->
+          <!-- size specified in "bits" long words -->
           <xs:attribute ref="size" use="required" />
+          <!-- bits is by default assumed to be 32 -->
+          <xs:attribute ref="bits" />
         </xs:extension>
       </xs:complexContent>
     </xs:complexType>