Correct eol-style property.
[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
7     <element name="exception" type="xt:XMLToolingExceptionType"/>
8     <complexType name="XMLToolingExceptionType">
9         <sequence>
10             <element name="message" type="string" minOccurs="0"/>
11             <element name="param" minOccurs="0" maxOccurs="unbounded">
12                 <complexType>
13                     <simpleContent>
14                         <extension base="string">
15                             <attribute name="name" type="string" use="required"/>
16                         </extension>
17                     </simpleContent>
18                 </complexType>
19             </element>
20         </sequence>
21         <attribute name="type" type="string" use="required"/>
22     </complexType>
23
24 </schema>