Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libWMSv0 / wmsSchemas / exceptions_1_1_1.xsd @ 6472

History | View | Annotate | Download (570 Bytes)

1
<?xml version="1.0" encoding="UTF-8" ?>
2

    
3
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
4
  <xs:element name="ServiceException">
5
    <xs:complexType mixed="true">
6
      <xs:attribute name="code" type="xs:string" use="optional" />
7
    </xs:complexType>
8
  </xs:element>
9

    
10
  <xs:element name="ServiceExceptionReport">
11
    <xs:complexType>
12
      <xs:sequence>
13
        <xs:element ref="ServiceException" minOccurs="0" maxOccurs="unbounded" />
14
      </xs:sequence>
15
      <xs:attribute name="version" type="xs:string"/>
16
    </xs:complexType>
17
  </xs:element>
18

    
19
</xs:schema>