Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completare lo schema JSON #1

Open
simevo opened this issue Jul 2, 2018 · 1 comment
Open

Completare lo schema JSON #1

simevo opened this issue Jul 2, 2018 · 1 comment

Comments

@simevo
Copy link
Owner

simevo commented Jul 2, 2018

No description provided.

@simevo
Copy link
Owner Author

simevo commented Jul 2, 2018

questo commando elenca tutti i 207 elementi (escluso Signature) che compaiono nello schema XML:

cat Schema_del_file_xml_FatturaPA_versione_1.2_cleanup.xsd  | grep '^ *<xs:element name=' | sed 's/ *<xs:element name="\([^"]*\)".*$/\1/g'

sono 170 elementi unici:

ABI
AlboProfessionale
AlCassa
AlgoritmoCompressione
AliquotaIVA
AliquotaRitenuta
Allegati
AltriDatiGestionali
Anagrafica
Arrotondamento
...

149 compaiono solo una volta, 21 compaiono più volte (per un totale di 58):

      6 IdFiscaleIVA
      5 CodiceFiscale
      5 Anagrafica
      4 DatiAnagrafici
      3 RiferimentoAmministrazione
      3 Natura
      3 Data
      3 AliquotaIVA
      2 Telefono
      2 StabileOrganizzazione
      2 Sede
      2 ScontoMaggiorazione
      2 Ritenuta
      2 RiferimentoNumeroLinea
      2 RappresentanteFiscale
      2 Nome
      2 Email
      2 Descrizione
      2 Denominazione
      2 Cognome
      2 Arrotondamento

per elencare gli elementi presenti nello schema JSON:

grep '^ *"[A-Z][a-Z]*": {' fatturaPA_1.2_schema.json | sed 's/^ *"\([A-Z][a-Z]*\)": {/\1/g'

a un primo confronto ne sembrano mancare 45:

  • ABI
  • AliquotaRitenuta
  • Anagrafica
  • Arrotondamento
  • Art73
  • Beneficiario
  • BIC
  • BolloVirtuale
  • CAB
  • CausalePagamento
  • CFQuietanzante
  • CodEORI
  • CodiceFiscale
  • CodicePagamento
  • CodUfficioPostale
  • CognomeQuietanzante
  • Contatti
  • DataDecorrenzaPenale
  • DataLimitePagamentoAnticipato
  • DataRiferimentoTerminiPagamento
  • DatiAnagrafici
  • DatiBollo
  • DatiRitenuta
  • DatiVeicoli
  • Email
  • Fax
  • GiorniTerminiPagamento
  • IBAN
  • IdFiscaleIVA
  • ImportoBollo
  • ImportoRitenuta
  • ImportoTotaleDocumento
  • IstitutoFinanziario
  • NomeQuietanzante
  • PenalitaPagamentiRitardati
  • RappresentanteFiscale
  • ScontoPagamentoAnticipato
  • SoggettoEmittente
  • StabileOrganizzazione
  • Telefono
  • TerzoIntermediarioOSoggettoEmittente
  • TipoRitenuta
  • Titolo
  • TitoloQuietanzante
  • TotalePercorso

simevo pushed a commit that referenced this issue Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant