<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:sch="http://purl.oclc.org/dsdl/schematron" elementFormDefault="qualified"
	targetNamespace="http://www.cienciavitae.pt/ns/error" xmlns:error="http://www.cienciavitae.pt/ns/error">
	<xs:annotation>
		<xs:documentation>
		</xs:documentation>
		<xs:appinfo>
			<sch:title>Schematron validation</sch:title>
			<sch:ns uri="cienciavitae" prefix="http://www.cienciavitae.pt/ns/cienciavitae" />
		</xs:appinfo>
	</xs:annotation>

	<xs:element name="error">
		<xs:annotation>
			<xs:documentation>...</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="status-code" type="xs:int"/>
				<xs:element name="status-description" type="xs:string"/>
				<xs:element name="error-message" type="xs:string" minOccurs="0"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
