]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-12, CSPACE-13: Changed keyword substitution properties; added author, date...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 Mar 2009 00:06:06 +0000 (00:06 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 6 Mar 2009 00:06:06 +0000 (00:06 +0000)
sandbox/aron/schema/collectionObject.rng
sandbox/aron/schema/collectionObject.xml
sandbox/aron/schema/defaultCollectionObject.rng
sandbox/aron/schema/sampleMmiCollectionObject.rng
sandbox/aron/schema/serviceMetadata.rng
sandbox/aron/schema/serviceResponse.rng
sandbox/aron/schema/serviceResponse.xml

index 15c6229e6fc1aa0851ac8e96008a423b3fd08636..69491cd8c6e72dbd4f2f08e1b89036ff44431fc7 100644 (file)
        
        It is written in the XML syntax of the RELAX NG schema language,
        http://relaxng.org/
+       
+  $Author$
+  $Revision$
+  $Date$
 
 -->
 
index 023f607500771ecc8db3be3d7be35caeacdfbe3f..071b70855ca30838c5fd37ce0b9d8ac65fc59004 100644 (file)
@@ -7,10 +7,12 @@
        A hypothetical, skeletal instance of an CollectionObject payload,
        represented as an XML document.
        
-       This was inspired by 
-       
        This is created for the CollectionSpace system, http://www.collectionspace.org/
 
+  $Author: aron $
+  $Revision: 509 $
+  $Date: 2008-10-27 13:55:56 -0700 (Mon, 27 Oct 2008) $
+
 -->
 
 <collectionObject>
index d410f5d4993328ab0ed0c00eeb27dda8c996c356..10166a0ed3fb18e1e9aa014ce05ab70044e40746 100644 (file)
        It is written in the XML syntax of the RELAX NG schema language,
        http://relaxng.org/
 
+  $Author$
+  $Revision$
+  $Date$
+
 -->
 
 <element
index b90be1e773e2557e19c24c972a8418fed78fcd2a..383054185382a6e342f3a3263308cbe99f0ec138 100644 (file)
        It is written in the XML syntax of the RELAX NG schema language,
        http://relaxng.org/
 
+  $Author$
+  $Revision$
+  $Date$
+
 -->
 
 <element
index 79f453db3f8255d51c8d1d6f0a0bccd08ae364d3..b6f1ae85d6cdecdeeeb32ee14b3a87408b38921c 100644 (file)
        It is written in the XML syntax of the RELAX NG schema language,
        http://relaxng.org/
 
+  $Author$
+  $Revision$
+  $Date$
+
 -->
 
 <element
index c4d759dea0d5cc1cd1b9fb4ac5b1b967a8d0e2a1..d7adbf32000e45341ea88764bee7961f501d93bf 100644 (file)
        It is written in the XML syntax of the RELAX NG schema language,
        http://relaxng.org/
 
+  $Author$
+  $Revision$
+  $Date$
+
 -->
 
 <grammar
index daeed3da399380ba4a73ec2b9bdf260792cc3522..f1d48fbcd7f87b54f9946f8c232fe8393d2ef056 100644 (file)
@@ -2,25 +2,32 @@
 
 <!--
 
-       serviceResponse.xml
+  serviceResponse.xml
 
-       A hypothetical instance of an serviceResponse document.
+  A hypothetical instance of an serviceResponse document.
 
-       This document was created for the CollectionSpace system,
-       http://www.collectionspace.org/
+  This document was created for the CollectionSpace system,
+  http://www.collectionspace.org/
+
+  $Author$
+  $Revision$
+  $Date$
 
 -->
 
-<!-- Note: this root element may require a namespace. -->
+<!--
+       Note: this root element may require a namespace, and it and its
+       child elements may require the corresponding namespace prefix.
+-->
 <response>
-       <result>
-               <resultCode>1005</resultCode>
-               <resultMessage></resultMessage>
-       </result>
-       <!--
-               The 'data' element below may be empty, contain any text,
-               or consist of any XML element, which may have attributes,
-               text nodes, and child elements.
-       -->
-       <data>foo</data>
+  <result>
+    <resultCode>1005</resultCode>
+    <resultMessage></resultMessage>
+  </result>
+  <!--
+    The 'data' element below may be empty, contain any text,
+    or consist of any XML element, which may have attributes,
+    text nodes, and child elements.
+  -->
+  <data>foo</data>
 </response>