What does ns3 and ns4 mean in an XML file?

0
<ns3:dadoTransporteTransportXml>
  <uuidDadoSerializado>5444429-da1cb4c9-ea75-4149-bb10-def6a6173731</uuidDadoSerializado>
  <tipoDadoSerializado>4</tipoDadoSerializado>
  <codIbge>4205407</codIbge>
  <cnesDadoSerializado>5444429</cnesDadoSerializado>
  <numLote>2</numLote>
    <ns4:fichaAtendimentoIndividualMasterTransport>
      <headerTransport>
        <lotacaoForm>
          <profissionalCNS>137048659790001</profissionalCNS>

This is the part of an xml file that I took on the internet for study. I will have to create a file similar to this one to import into another system. I understand tags with information inside html, but I do not know the meaning of ns3 and ns4 in that code. What do you mean?

Is it necessary to use ns pro xml to work?

You can see the complete file = > HERE

    
asked by anonymous 14.07.2017 / 03:42

1 answer

1

is only a Namespace , which in the case of your sample file, was placed only nsX I believe it improperly.

See the documentation: link

    
14.07.2017 / 04:00