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