summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:59:06 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-19 17:59:06 +0000
commit5fc128f7dfac58755bf0118bc8a99bbb0ee92acf (patch)
tree0a84792b70454467e22413b7f954748f6c611dd9 /tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd
parent23b8c043432ce54a70b79f4965daa101b0e2eee9 (diff)
Removing obsolete release candidate tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd')
-rw-r--r--tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd14
1 files changed, 0 insertions, 14 deletions
diff --git a/tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd b/tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd
deleted file mode 100644
index 30614f3f94..0000000000
--- a/tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd
+++ /dev/null
@@ -1,14 +0,0 @@
-<xsd:schema targetNamespace="http://sample.customer" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsd:element name="customer">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="id" type="xsd:int" />
- <xsd:element name="firstName" type="xsd:string" />
- <xsd:element name="lastName" type="xsd:string" />
- <xsd:element name="address" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
-
-</xsd:schema>