Doubt is how to generate the file. xsd from xml? Home
I was reviewing this tutorial C # - Basic Operations with XML and here does not say how.
Is it possible?
XML
<?xml version="1.0" encoding="utf-8" ?>
<arquivoxml>
<SinteseCadastral>
<Documento>string</Documento>
<Nome>string</Nome>
<NomeMae>string</NomeMae>
<NomeFantasia>string</NomeFantasia>
</SinteseCadastral>
<TotalOcorrencias>int</TotalOcorrencias>
<ValorTotalOcorrencias>string</ValorTotalOcorrencias>
<AlertaDocumentos>
<NumeroMensagem>string</NumeroMensagem>
<TotalMensagens>string</TotalMensagens>
<TipoDocumento>string</TipoDocumento>
<NumeroDocumento>string</NumeroDocumento>
<MotivoOcorrencia>string</MotivoOcorrencia>
<DataOcorrencia>string</DataOcorrencia>
<TelefonesContato>
<Telefone>string</Telefone>
</TelefonesContato>
<TelefonesContato>
<Telefone>string</Telefone>
</TelefonesContato>
<Mensagem>string</Mensagem>
</AlertaDocumentos>
<PendenciasInternas>
</arquivoxml>