fixed the User element and the form of the ApplicationData dataType.xsd definition.
[vamsas.git] / schemas / document.xml
index 633b63b..9bdefd8 100644 (file)
@@ -2,9 +2,15 @@
 <VamsasDocument xmlns="http://www.vamsas.ac.uk/vamsasDocument"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.vamsas.ac.uk/vamsasDocument file:/homes/jimp/prj/new-eclipse/VamsasClient/schemas/vamsasDocument.xsd">
-    <Version></Version>
-    <LockFile></LockFile>
-    <Provenance xmlns="http://www.vamsas.org"></Provenance>
+    <Version>alpha</Version>
+    <LockFile>some kind of resolvable session reference.</LockFile>
+    <Provenance xmlns="http://www.vamsas.org">
+        <entry>
+            <User>Jim</User>
+            <Action>updated the xml schema</Action>
+            <Date>2006-01-17</Date>
+        </entry>
+    </Provenance>
     <VAMSAS xmlns="http://www.vamsas.org"></VAMSAS>
     <VAMSAS xmlns="http://www.vamsas.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vamsas.org
         http://www.vamsas.ac.uk/build/VamsasClient/schemas/vamsas.xsd">
             </Provenance>
         </DataSet>
     </VAMSAS>
-    <ApplicationData xmlns="http://www.vamsas.org"></ApplicationData>
+    <ApplicationData xmlns="http://www.vamsas.org" version="" name="" urn="">
+        <dataReference>name of accompanying jar entry containing data</dataReference> <!-- alternative is base64 encoded string in <data></data> -->
+        <User fullname="a user" organization="probably very little">
+            <dataReference>another accompanying jar entry or the data tag with embedded data.</dataReference>
+        </User>
+    </ApplicationData>
 </VamsasDocument>