JAXB binding for XML Schemas

compiles to org.apache.taverna.server.usagerecord.xml.*
diff --git a/taverna-server-usagerecord/src/main/java/org/ogf/usage/JobUsageRecord.java b/taverna-server-usagerecord/src/main/java/org/apache/taverna/server/usagerecord/JobUsageRecord.java
similarity index 100%
rename from taverna-server-usagerecord/src/main/java/org/ogf/usage/JobUsageRecord.java
rename to taverna-server-usagerecord/src/main/java/org/apache/taverna/server/usagerecord/JobUsageRecord.java
diff --git a/taverna-server-usagerecord/src/main/xsd/binding.xjb b/taverna-server-usagerecord/src/main/xsd/binding.xjb
new file mode 100644
index 0000000..3ce0335
--- /dev/null
+++ b/taverna-server-usagerecord/src/main/xsd/binding.xjb
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<jaxb:bindings version="2.1" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	>
+	<jaxb:bindings scd="x-schema::dsig" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#">
+		<jaxb:schemaBindings>
+			<jaxb:package name="org.apache.taverna.server.usagerecord.xml.dsig" />
+		</jaxb:schemaBindings>
+	</jaxb:bindings>
+	<jaxb:bindings scd="x-schema::urf"
+		xmlns:urf="http://schema.ogf.org/urf/2003/09/urf">
+		<jaxb:schemaBindings>
+			<jaxb:package name="org.apache.taverna.server.usagerecord.xml.urf" />
+		</jaxb:schemaBindings>
+	</jaxb:bindings>
+</jaxb:bindings>
\ No newline at end of file