sysmodellibs/sysmodelgen/test/attrformat/attr.xml
changeset 1 b538b70cbe51
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysmodellibs/sysmodelgen/test/attrformat/attr.xml	Thu Mar 11 18:20:56 2010 +0200
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<attributes>
+  <block name="Generic OS Services" inherit="no">
+    <attrs comment="This package is...">
+    </attrs>
+  </block>
+    <coll name="MTP Data Providers" inherit="yes">
+    <attrs this="comm"  that="no"/>
+  </coll>
+  <layer name="Hardware" inherit="yes">
+   <attrs foo="bar" baz="xyzzy"/>
+  </layer>
+</attributes>
\ No newline at end of file