@@ -0,0 +1,9 @@
+SimpleAttribute Float {}
+SimpleAttribute String {}
+
+Class Event{
+ timestamp : Float
+ name : String
+ parameter : String
+}