Erro no endereço do tomador

Payload:

“end”: {
“endNac”: {
“cMun”: “3550308”,
“CEP”: “01313000”
},
“xLgr”: “Av Nove de Julho”,
“tpLgr”: “Avenida”,
“nro”: “707”,
“xBairro”: “Centro”
},

ERRO:
Codigo: RNG6110 | Descricao: Falha Schema Xml | Complemento: The element ‘end’ in namespace ‘http://www.sped.fazenda.gov.br/nfse’ has invalid child element ‘xCpl’ in namespace ‘http://www.sped.fazenda.gov.br/nfse’. List of possible elements expected: ‘xLgr’ in namespace ‘http://www.sped.fazenda.gov.br/nfse’.

Alguém teria um payload de endereço que funciona?

@eduardo
Segue um exemplo.

            <toma>
                <CNPJ>123</CNPJ>
                <xNome>aaa</xNome>
                <end>
                    <endNac>
                        <cMun>1234567</cMun>
                        <CEP>12345678</CEP>
                    </endNac>
                    <xLgr>RUA JOAO DE BARRO</xLgr>
                    <nro>SN</nro>
                    <xCpl>GALPAO.</xCpl>
                    <xBairro>PONTAL</xBairro>
                </end>
            </toma>