summaryrefslogtreecommitdiff
path: root/swift/common/middleware/s3api/schema/copy_object_result.rng
diff options
context:
space:
mode:
Diffstat (limited to 'swift/common/middleware/s3api/schema/copy_object_result.rng')
-rw-r--r--swift/common/middleware/s3api/schema/copy_object_result.rng13
1 files changed, 13 insertions, 0 deletions
diff --git a/swift/common/middleware/s3api/schema/copy_object_result.rng b/swift/common/middleware/s3api/schema/copy_object_result.rng
new file mode 100644
index 000000000..ec0ac95f2
--- /dev/null
+++ b/swift/common/middleware/s3api/schema/copy_object_result.rng
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+ <start>
+ <element name="CopyObjectResult">
+ <element name="LastModified">
+ <data type="dateTime"/>
+ </element>
+ <element name="ETag">
+ <data type="string"/>
+ </element>
+ </element>
+ </start>
+</grammar>