<?xml version="1.0" encoding="UTF-8" ?> 
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="CEWS_RESPONSE">
<xs:complexType>
<xs:sequence>
<xs:element ref="MESSAGE_HEADER" /> 
<xs:element ref="MESSAGE_PAYLOAD" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GROUP_REQUEST_ID">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="MESSAGE_HEADER">
<xs:complexType>
<xs:sequence>
<xs:element ref="REQUEST_ID" /> 
<xs:element ref="GROUP_REQUEST_ID" /> 
<xs:element ref="REQUEST_TYPE" /> 
<xs:element ref="REQUEST_BY" /> 
<xs:element ref="RESPONSE_DATE" /> 
<xs:element ref="RESPONSE_BY" /> 
<xs:element ref="REQUEST_STATUS" /> 
<xs:element ref="REQUEST_STATUS_TEXT" /> 
<xs:element ref="PARAMETERS" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="MESSAGE_PAYLOAD">
<xs:complexType>
<xs:sequence>
<xs:element ref="RESPONSE_STATUS" /> 
<xs:element ref="RESPONSE_STATUS_TEXT" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="PARAMETER">
<xs:complexType>
<xs:attribute name="VALUE" type="xs:string" use="required" /> 
<xs:attribute name="NAME" type="xs:NMTOKEN" use="required" /> 
</xs:complexType>
</xs:element>
<xs:element name="PARAMETERS">
<xs:complexType>
<xs:sequence>
<xs:element ref="PARAMETER" maxOccurs="unbounded" /> 
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="REQUEST_BY">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="REQUEST_ID">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="REQUEST_STATUS">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="REQUEST_STATUS_TEXT" type="xs:string" /> 
<xs:element name="REQUEST_TYPE">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_BY">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_DATE">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_STATUS">
<xs:complexType mixed="true" /> 
</xs:element>
<xs:element name="RESPONSE_STATUS_TEXT">
<xs:complexType mixed="true" /> 
</xs:element>
</xs:schema>