|
Last change
on this file since 1876 was
1658,
checked in by dmay, 11 years ago
|
- removed namespace declaration as it seems invalid on some platforms
|
|
File size:
769 bytes
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <xsd:schema |
|---|
| 3 | targetNamespace="http://autoquest.informatik.uni-goettingen.de/httpexchange" |
|---|
| 4 | xmlns:tns="http://autoquest.informatik.uni-goettingen.de/httpexchange" |
|---|
| 5 | xmlns:exchange="http://autoquest.informatik.uni-goettingen.de/httpexchange" |
|---|
| 6 | xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|---|
| 7 | xmlns:jxb="http://java.sun.com/xml/ns/jaxb" |
|---|
| 8 | jxb:version="2.0" |
|---|
| 9 | elementFormDefault="qualified"> |
|---|
| 10 | |
|---|
| 11 | <xsd:include |
|---|
| 12 | schemaLocation="HttpExchangeStructure.xsd" /> |
|---|
| 13 | |
|---|
| 14 | <xsd:element name="session" type="tns:Session" /> |
|---|
| 15 | |
|---|
| 16 | <xsd:complexType name="Session"> |
|---|
| 17 | <xsd:sequence> |
|---|
| 18 | <xsd:element name="httpExchange" type="exchange:HttpExchange" minOccurs="0" maxOccurs="unbounded" /> |
|---|
| 19 | </xsd:sequence> |
|---|
| 20 | </xsd:complexType> |
|---|
| 21 | |
|---|
| 22 | </xsd:schema> |
|---|
Note: See
TracBrowser
for help on using the repository browser.