<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="Documentos">
<xs:complexType>
<xs:sequence>
<xs:element name="Documento" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="Tipo"/>
<xs:element type="xs:string" name="TipoParada"/>
<xs:element type="xs:string" name="Modelo"/>
<xs:element type="xs:string" name="Numero"/>
<xs:element type="xs:string" name="Valor"/>
<xs:element type="xs:string" name="Serie"/>
<xs:element type="xs:string" name="Emissao"/>
<xs:element type="xs:string" name="Atualizacao" minOccurs="0"/>
<xs:element type="xs:string" name="Chave"/>
<xs:element type="xs:string" name="cnpj"/>
<xs:element type="xs:string" name="cnpjEmissor" minOccurs="0"/>
<xs:element type="xs:string" name="cnpjTransportador" minOccurs="0"/>
<xs:element type="xs:string" name="Remessa" minOccurs="0"/>
<xs:element type="xs:string" name="Pedido" minOccurs="0"/>
<xs:element type="xs:string" name="Placa" minOccurs="0"/>
<xs:element type="xs:string" name="Filial" minOccurs="0"/>
<xs:element type="xs:string" name="Peso" minOccurs="0"/>
<xs:element type="xs:string" name="Cubagem" minOccurs="0"/>
<xs:element type="xs:string" name="ONU" minOccurs="0"/>
<xs:element type="xs:string" name="Anotacao" minOccurs="0"/>
<xs:element name="Cliente">
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="Codigo"/>
<xs:element type="xs:string" name="Contato"/>
<xs:element type="xs:string" name="Telefone"/>
<xs:element type="xs:string" name="Email"/>
<xs:element type="xs:string" name="Razao"/>
<xs:element type="xs:string" name="Endereco"/>
<xs:element type="xs:string" name="Bairro"/>
<xs:element type="xs:string" name="Cidade"/>
<xs:element type="xs:string" name="Estado"/>
<xs:element type="xs:string" name="Pais"/>
<xs:element type="xs:string" name="CEP"/>
<xs:element type="xs:string" name="Regiao"/>
<xs:element type="xs:string" name="TipoCliente"/>
<xs:element type="xs:string" name="Mensagem"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="SKUs">
<xs:complexType>
<xs:sequence>
<xs:element name="SKU" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element type="xs:string" name="PesoBruto"/>
<xs:element type="xs:string" name="PesoLiquido"/>
<xs:element type="xs:string" name="Volumes"/>
<xs:element type="xs:string" name="Descricao"/>
<xs:element type="xs:string" name="Qde"/>
<xs:element type="xs:string" name="Uom"/>
<xs:element type="xs:string" name="Barcode"/>
</xs:sequence>
<xs:attribute type="xs:string" name="codigo" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>