source: trunk/autoquest-plugin-http/src/main/resources/HttpSession.xsd @ 1611

Last change on this file since 1611 was 1611, checked in by rkrimmel, 10 years ago

Fixed wrongly commited file HttpSession?.xsd

File size: 844 bytes
RevLine 
[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    namespace="http://autoquest.informatik.uni-goettingen.de/httpexchange"
13    schemaLocation="HttpExchangeStructure.xsd" />
[1367]14 
15  <xsd:element name="session" type="tns:Session" />
16
17  <xsd:complexType name="Session">
18    <xsd:sequence>
[1437]19      <xsd:element name="httpExchange" type="exchange:HttpExchange" minOccurs="0" maxOccurs="unbounded" />
[1367]20    </xsd:sequence>
21  </xsd:complexType>
22
[1611]23</xsd:schema>
Note: See TracBrowser for help on using the repository browser.