|
Revision 1520, 381 bytes
(checked in by nahi, 4 years ago)
|
removed svn:executable
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
author date id revision
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<xs:schema |
|---|
| 3 |
attributeFormDefault="qualified" |
|---|
| 4 |
elementFormDefault="qualified" |
|---|
| 5 |
targetNamespace="urn:jp.gr.jin.rrr.example.fakeschema" |
|---|
| 6 |
xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
|---|
| 7 |
<xs:element name="MessageDataSet"> |
|---|
| 8 |
<xs:complexType> |
|---|
| 9 |
<xs:choice maxOccurs="unbounded" /> |
|---|
| 10 |
</xs:complexType> |
|---|
| 11 |
</xs:element> |
|---|
| 12 |
</xs:schema> |
|---|