Files
tibcoRepository/Resources/schemas/errorSchema.xsd
2024-08-27 17:21:30 +02:00

16 lines
550 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2"
targetNamespace="http://www.tibco.com/schemas/httpRequest/Resources/schemas/ErrorSchema.xsd2"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element ref="error"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="error" type="xs:string"/>
</xs:schema>