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

Last change on this file since 1367 was 1367, checked in by pharms, 10 years ago

Initial import.

File size: 720 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema
3  targetNamespace="http://autoquest.informatik.uni-goettingen.de"
4  xmlns:tns="http://autoquest.informatik.uni-goettingen.de"
5  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
6  xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
7  jxb:version="2.0"
8  elementFormDefault="qualified">
9 
10  <xsd:import
11    namespace="http://autoquest.informatik.uni-goettingen.de"
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="tns: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.