Browse Source
The order.xsd is no longer used by any tests and probably has not been
since commit 89a7e752ef
, which removed support for Castor.
See gh-22250
pull/26893/head
Sam Brannen
4 years ago
1 changed files with 0 additions and 18 deletions
@ -1,18 +0,0 @@
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<schema xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" |
||||
targetNamespace="https://samples.springframework.org/order" |
||||
xmlns:tns="https://samples.springframework.org/order"> |
||||
<element name="order"> |
||||
<complexType> |
||||
<sequence> |
||||
<element name="order-item" type="tns:orderItemType" |
||||
maxOccurs="unbounded"> |
||||
</element> |
||||
</sequence> |
||||
</complexType> |
||||
</element> |
||||
<complexType name="orderItemType"> |
||||
<attribute name="id" type="string" /> |
||||
<attribute name="quantity" type="int" /> |
||||
</complexType> |
||||
</schema> |
Loading…
Reference in new issue