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>
<!--
- 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>