20 lines
		
	
	
		
			737 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			737 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/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd"
 | |
| 	 targetNamespace="http://www.tibco.com/schemas/tibcoRepository/Resources/JmsErrorSchema/Schema.xsd"
 | |
| 	 elementFormDefault="qualified"
 | |
| 	 attributeFormDefault="unqualified">
 | |
| 	<xs:element name="response">
 | |
| 		<xs:complexType>
 | |
| 			<xs:sequence>
 | |
| 				<xs:element ref="status"/>
 | |
| 				<xs:element ref="isError"/>
 | |
| 				<xs:element ref="correlationID"/>
 | |
| 			</xs:sequence>
 | |
| 		</xs:complexType>
 | |
| 	</xs:element>
 | |
| 	<xs:element name="status" type="xs:string"/>
 | |
| 	<xs:element name="isError" type="xs:boolean"/>
 | |
| 	<xs:element name="correlationID" type="xs:string"/>
 | |
| </xs:schema> | 
