summaryrefslogtreecommitdiffstats
path: root/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd')
-rw-r--r--branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd12
1 files changed, 0 insertions, 12 deletions
diff --git a/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd b/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
deleted file mode 100644
index ec4a25740f..0000000000
--- a/branches/java-post-M1/sdo/impl/src/test/resources/SubstitutionValues.xsd
+++ /dev/null
@@ -1,12 +0,0 @@
-<schema xmlns="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://www.apache.org/tuscany/SubstitutionValues"
- xmlns:sv="http://www.apache.org/tuscany/SubstitutionValues">
- <element name="groupHead" type="string"/>
- <complexType name="TestObject">
- <sequence>
- <element ref="sv:groupHead"/>
- <element name="nonGroupHead" type="string"/>
- </sequence>
- </complexType>
- <element name="groupMember" type="string" substitutionGroup="sv:groupHead"/>
-</schema> \ No newline at end of file