<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DLScan" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DLScan" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.servicestack.net/types" />
  <xs:complexType name="ParseLicense">
    <xs:sequence>
      <xs:element minOccurs="0" name="CounterpointSerial" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="RawLicenseData" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ParseLicense" nillable="true" type="tns:ParseLicense" />
  <xs:complexType name="ParseLicenseResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="ParsedLicenseData" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ResponseStatus" nillable="true" xmlns:q1="http://schemas.servicestack.net/types" type="q1:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ParseLicenseResponse" nillable="true" type="tns:ParseLicenseResponse" />
</xs:schema>