Blame view

src/main/xsd/error.xsd 155 Bytes
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
    <xs:element name="error" type="xs:string"/>
</xs:schema>