bernard
authored
|
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
bernard
authored
|
2
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
bernard
authored
|
3
4
5
6
7
|
<xs:include schemaLocation="types.xsd"/>
<xs:element name="error" type="errorType"/>
|
bernard
authored
|
8
|
</xs:schema>
|