Is it possible to generate the XSD file from XML?

2

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>
    
asked by anonymous 27.06.2017 / 16:06

0 answers