summaryrefslogtreecommitdiffstats
path: root/tags/native-sca-1.0.incubating-M3-RC1/samples/RestCustomer/sample.customer/Customer.xsd
diff options
context:
space:
mode:
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>