<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/BlueFour.Deployment.Shared.Services" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/BlueFour.Deployment.Shared.Services" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="Deploy">
    <xs:sequence>
      <xs:element minOccurs="0" name="AuthenticationToken" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="CompressedFileContainer" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DeploymentCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ZipContents" nillable="true" type="xs:base64Binary" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Deploy" nillable="true" type="tns:Deploy" />
</xs:schema>