Set fourth file version digit to signify rebuild.
[shibboleth/cpp-xmltooling.git] / schemas / xmltooling.xsd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <schema xmlns="http://www.w3.org/2001/XMLSchema" 
3     xmlns:xt="http://www.opensaml.org/xmltooling"
4     targetNamespace="http://www.opensaml.org/xmltooling"
5     elementFormDefault="qualified"
6     version="1.4">
7
8     <element name="exception" type="xt:XMLToolingExceptionType"/>
9     <complexType name="XMLToolingExceptionType">
10         <sequence>
11             <element name="message" type="string" minOccurs="0"/>
12             <element name="param" minOccurs="0" maxOccurs="unbounded">
13                 <complexType>
14                     <simpleContent>
15                         <extension base="string">
16                             <attribute name="name" type="string" use="required"/>
17                         </extension>
18                     </simpleContent>
19                 </complexType>
20             </element>
21         </sequence>
22         <attribute name="type" type="string" use="required"/>
23     </complexType>
24
25     <element name="URLInputSourceStatus" type="unsignedShort"/>
26
27 </schema>