summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/persistency/outcome/Schema.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/persistency/outcome/Schema.java')
-rwxr-xr-xsource/com/c2kernel/persistency/outcome/Schema.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/com/c2kernel/persistency/outcome/Schema.java b/source/com/c2kernel/persistency/outcome/Schema.java
new file mode 100755
index 0000000..9514ebe
--- /dev/null
+++ b/source/com/c2kernel/persistency/outcome/Schema.java
@@ -0,0 +1,18 @@
+package com.c2kernel.persistency.outcome;
+
+/**
+ * @author Andrew Branson
+ *
+ * $Revision: 1.3 $
+ * $Date: 2006/09/14 14:13:26 $
+ *
+ * Copyright (C) 2003 CERN - European Organization for Nuclear Research
+ * All rights reserved.
+ */
+
+public class Schema {
+ public String docType;
+ public int docVersion;
+ public boolean breakApart;
+ public String schema;
+ }