Last change
on this file since 1992 was
1658,
checked in by dmay, 10 years ago
|
- removed namespace declaration as it seems invalid on some platforms
|
File size:
769 bytes
|
Rev | Line | |
---|
[1367] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <xsd:schema |
---|
[1561] | 3 | targetNamespace="http://autoquest.informatik.uni-goettingen.de/httpexchange" |
---|
| 4 | xmlns:tns="http://autoquest.informatik.uni-goettingen.de/httpexchange" |
---|
[1437] | 5 | xmlns:exchange="http://autoquest.informatik.uni-goettingen.de/httpexchange" |
---|
[1367] | 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 | |
---|
[1611] | 11 | <xsd:include |
---|
| 12 | schemaLocation="HttpExchangeStructure.xsd" /> |
---|
[1367] | 13 | |
---|
| 14 | <xsd:element name="session" type="tns:Session" /> |
---|
| 15 | |
---|
| 16 | <xsd:complexType name="Session"> |
---|
| 17 | <xsd:sequence> |
---|
[1437] | 18 | <xsd:element name="httpExchange" type="exchange:HttpExchange" minOccurs="0" maxOccurs="unbounded" /> |
---|
[1367] | 19 | </xsd:sequence> |
---|
| 20 | </xsd:complexType> |
---|
| 21 | |
---|
[1611] | 22 | </xsd:schema> |
---|
Note: See
TracBrowser
for help on using the repository browser.