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

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

Fixed printAlignment() method

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