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

Last change on this file since 1561 was 1561, checked in by pharms, 10 years ago
  • update of namespaces for HTTP logfiles
File size: 843 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    namespace="http://autoquest.informatik.uni-goettingen.de/httpexchange"
13    schemaLocation="HttpExchangeStructure.xsd" />
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.