Added asterix project

git-svn-id: https://asterixdb.googlecode.com/svn/trunk/asterix@12 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/data/schemas/orders.scm b/asterix-app/data/schemas/orders.scm
new file mode 100644
index 0000000..38b12b2
--- /dev/null
+++ b/asterix-app/data/schemas/orders.scm
@@ -0,0 +1 @@
+o_orderkey: int32|o_custkey: int32|o_orderstatus: string|o_totalprice: double|o_orderdate: string|o_orderpriority: string|o_clerk: string|o_shippriority: int32|o_comment: string
\ No newline at end of file