Customer Relationship Management 6.7 > Administration Guide > QAD CRM APIs > QAD CRM Outbound APIs > Schema definition
  
Schema definition
p_ih_phEventMessage
The Schema Definition of the first parameter p_ih_phEventMessage is the same for all Outbound APIs. Refer to queryActivity-CRM_1.xsd.
p_oh_phEventResponse
For ip_QueryActivity, refer to queryActivityResponse-CRM_1.xsd.
 
<?xml version="1.0" encoding="UTF-8" ?>
- <xsd:schema targetNamespace="urn:schemas-qad-com:xml-services" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:qsvc="urn:schemas-qad-com:xml-services" xmlns:lang="EN" xmlns:prodata="urn:schemas-progress-com:xml-prodata:0001" attributeFormDefault="qualified" elementFormDefault="qualified">
- <xsd:element name="dsqueryrequest">
- <xsd:complexType>
- <xsd:sequence>
<xsd:element name=”tt_queryrequest” type=”qsvc:Tt_queryrequestType” minOccurs=”0” maxOccurs=”unbounded”>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:complexType>
- <xsd:complexType name="Tt_queryrequestType">
- <xsd:sequence>
<xsd:element name="tt_query_name" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_4gl_query" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_field1" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_field2" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_field3" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_field4" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_field5" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_value1" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_value2" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_value3" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_value4" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_exclusion_value5" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_operator1" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_operator2" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_operator3" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
<xsd:element name="tt_operator4" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true" />
</xsd:sequence>
</xsd:complexType>
</xsd:schema>