<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType.Dto" />
  <xs:complexType name="GetSupportRequestTypes">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="GetSupportRequestTypes" nillable="true" type="tns:GetSupportRequestTypes" />
  <xs:complexType name="GetSupportRequestType">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GetSupportRequestType" nillable="true" type="tns:GetSupportRequestType" />
  <xs:complexType name="CreateSupportRequestType">
    <xs:sequence>
      <xs:element minOccurs="0" name="TextEN" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TextNL" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CreateSupportRequestType" nillable="true" type="tns:CreateSupportRequestType" />
  <xs:complexType name="UpdateSupportRequestType">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="xs:int" />
      <xs:element minOccurs="0" name="TextEN" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="TextNL" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UpdateSupportRequestType" nillable="true" type="tns:UpdateSupportRequestType" />
  <xs:complexType name="DeleteSupportRequestType">
    <xs:sequence>
      <xs:element minOccurs="0" name="Id" type="xs:int" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DeleteSupportRequestType" nillable="true" type="tns:DeleteSupportRequestType" />
  <xs:complexType name="GetSupportRequestTypesResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="Types" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType.Dto" type="q1:ArrayOfSupportRequestTypeDto" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GetSupportRequestTypesResponse" nillable="true" type="tns:GetSupportRequestTypesResponse" />
  <xs:complexType name="GetSupportRequestTypeResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType.Dto" base="q2:SupportRequestTypeDetailDto">
        <xs:sequence />
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="GetSupportRequestTypeResponse" nillable="true" type="tns:GetSupportRequestTypeResponse" />
  <xs:complexType name="CreateSupportRequestTypeResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q3="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType.Dto" base="q3:SupportRequestTypeDetailDto">
        <xs:sequence />
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="CreateSupportRequestTypeResponse" nillable="true" type="tns:CreateSupportRequestTypeResponse" />
  <xs:complexType name="UpdateSupportRequestTypeResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q4="http://schemas.datacontract.org/2004/07/Gtm.ApiInternal.V1.Dto.SupportRequestType.Dto" base="q4:SupportRequestTypeDetailDto">
        <xs:sequence />
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="UpdateSupportRequestTypeResponse" nillable="true" type="tns:UpdateSupportRequestTypeResponse" />
  <xs:complexType name="DeleteSupportRequestTypeResponse">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="DeleteSupportRequestTypeResponse" nillable="true" type="tns:DeleteSupportRequestTypeResponse" />
</xs:schema>