You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2006/12/05 12:32:10 UTC

svn commit: r482605 - in /incubator/tuscany/cpp/sdo/runtime/core/test: clone-in.xml clone-out.xml clone.xsd

Author: robbinspg
Date: Tue Dec  5 03:32:09 2006
New Revision: 482605

URL: http://svn.apache.org/viewvc?view=rev&rev=482605
Log:
TUSCANY-950 Apply Simon Laws' patch to copy sequenced DO
add test files

Added:
    incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml   (with props)
    incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml   (with props)
    incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd   (with props)

Added: incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml?view=auto&rev=482605
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml (added)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml Tue Dec  5 03:32:09 2006
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Clone xmlns="http://www.example.org/test" 
+           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+           xsi:schemaLocation="http://www.example.org/test clone.xsd ">
+  abc
+  <test>test</test>
+  def
+  <tests>test</tests>
+  ghi
+</Clone>

Propchange: incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sdo/runtime/core/test/clone-in.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml?view=auto&rev=482605
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml (added)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml Tue Dec  5 03:32:09 2006
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Clone xmlns="http://www.example.org/test" 
+           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+           xsi:schemaLocation="http://www.example.org/test clone.xsd ">
+  abc
+  <test>test</test>
+  def
+  <tests>test</tests>
+  ghi
+</Clone>

Propchange: incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sdo/runtime/core/test/clone-out.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd?view=auto&rev=482605
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd (added)
+++ incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd Tue Dec  5 03:32:09 2006
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema"
+xmlns:tns="http://www.example.org/test"
+targetNamespace="http://www.example.org/test">
+
+<complexType name="CloneType" mixed="true">
+    <sequence>
+        <element name="test"  type="string"/>
+        <any namespace="##any"/>
+    </sequence>
+</complexType>
+
+<element name="Clone" type="tns:CloneType"/>
+
+</schema>

Propchange: incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/cpp/sdo/runtime/core/test/clone.xsd
------------------------------------------------------------------------------
    svn:keywords = Rev Date



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org