├── .github └── ISSUE_TEMPLATE │ ├── dokument-ci-s-hiba---documentation-error.md │ ├── fejleszt-i-t-mogat-s---dev-support.md │ ├── fejleszt-si-k-r-s---feature-request.md │ └── k-rd-s-v-lasz---q-a-issue.md ├── .gitignore ├── LICENCE.md ├── README.md ├── docs ├── API docs │ ├── en │ │ ├── EN_Online Invoice System 3.0 Interface Specification (2025.09.15).pdf │ │ ├── EN_Online Invoice System 3.0 Interface Specification (22.01.2025).pdf │ │ ├── EN_Online Invoice System 3.0 Interface Specification (30.01.2025).pdf │ │ ├── Online Invoice System 3.0 Interface Specification.pdf │ │ └── Online Szamla_Interfesz specifikacio_EN_v3.0.pdf │ └── hu │ │ ├── Online_Szamla_interfesz specifikacio_HU_v3.0 (2025.09.03).pdf │ │ ├── Online_Szamla_interfesz specifikacio_HU_v3.0 (2025.09.04.).pdf │ │ ├── Online_Szamla_interfesz specifikacio_HU_v3.0. (2025.01.30).pdf │ │ └── Online_Szamla_interfesz specifikacio_HU_v3.0.pdf └── internal │ └── CONTRIBUTING.md ├── sample ├── API sample │ ├── manageAnnulment.xml │ ├── manageInvoice.xml │ ├── queryInvoiceChainDigest.xml │ ├── queryInvoiceCheck.xml │ ├── queryInvoiceData.xml │ ├── queryInvoiceDigest_inbound_invoice_chain.xml │ ├── queryInvoiceDigest_outbound_query_params.xml │ ├── queryTaxpayer.xml │ ├── queryTransactionList.xml │ ├── queryTransactionStatus.xml │ └── tokenExchange.xml ├── Data sample │ ├── 2020-12-07-Példaszámlák_v3.0-hoz.pdf │ ├── Belfoldi devizas szamla.xml │ ├── Belfoldi devizas vegszamla tobb eloleg tetel.xml │ ├── Belfoldi egyszerusitett szamla.xml │ ├── Belfoldi elolegszamla egysegar nelkul .xml │ ├── Belfoldi elolegszamla.xml │ ├── Belfoldi ertekesites tobb AFA tipus.xml │ ├── Belfoldi termekertekesites AFA csoportok kozott.xml │ ├── Belfoldi termekertekesites maganszemelynek.xml │ ├── Belfoldi termekertekesites tetelbol adott engedmennyel.xml │ ├── Belfoldi termekertekesites.xml │ ├── Belfoldi vegszamla.xml │ ├── Eredeti szamla modositasokhoz.xml │ ├── Gyujtoszamla 1.xml │ ├── Gyujtoszamla 2.xml │ ├── Harmadik orszagbeli devizas szamla.xml │ ├── Modositas es ervenytelenites 1.xml │ ├── Modositas es ervenytelenites 2.xml │ ├── Tagorszagi devizas szamla.xml │ ├── Termekdijas szamla.xml │ ├── Teteladatok modositasa.xml │ ├── Teves termek helyesbitese 20.xml │ ├── Teves termek helyesbitese 21.xml │ ├── Teves termek helyesbitese.xml │ ├── Tobb szamla modositasa egy okirattal alap 1.xml │ ├── Tobb szamla modositasa egy okirattal alap 2.xml │ ├── Tobb szamla modositasa egy okirattal alap 3.xml │ ├── Tobb szamla modositasa egy okirattal.xml │ ├── Tobbszoros modositas 1.xml │ ├── Tobbszoros modositas 2.xml │ └── Uj kozlekedesi eszkoz export.xml └── WADL │ └── application.wadl └── src ├── i18n ├── messages_de_public.properties ├── messages_en_public.properties ├── messages_hu_public.properties ├── validations_de_public.properties ├── validations_en_public.properties └── validations_hu_public.properties └── schemas └── nav └── gov └── hu └── OSA ├── CHANGELOG_2.0.md ├── CHANGELOG_3.0.md ├── catalog.xml ├── invoiceAnnulment.xsd ├── invoiceApi.xsd ├── invoiceBase.xsd ├── invoiceData.xsd └── serviceMetrics.xsd /.github/ISSUE_TEMPLATE/dokument-ci-s-hiba---documentation-error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/.github/ISSUE_TEMPLATE/dokument-ci-s-hiba---documentation-error.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/fejleszt-i-t-mogat-s---dev-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/.github/ISSUE_TEMPLATE/fejleszt-i-t-mogat-s---dev-support.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/fejleszt-si-k-r-s---feature-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/.github/ISSUE_TEMPLATE/fejleszt-si-k-r-s---feature-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/k-rd-s-v-lasz---q-a-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/.github/ISSUE_TEMPLATE/k-rd-s-v-lasz---q-a-issue.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/README.md -------------------------------------------------------------------------------- /docs/API docs/en/EN_Online Invoice System 3.0 Interface Specification (2025.09.15).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/en/EN_Online Invoice System 3.0 Interface Specification (2025.09.15).pdf -------------------------------------------------------------------------------- /docs/API docs/en/EN_Online Invoice System 3.0 Interface Specification (22.01.2025).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/en/EN_Online Invoice System 3.0 Interface Specification (22.01.2025).pdf -------------------------------------------------------------------------------- /docs/API docs/en/EN_Online Invoice System 3.0 Interface Specification (30.01.2025).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/en/EN_Online Invoice System 3.0 Interface Specification (30.01.2025).pdf -------------------------------------------------------------------------------- /docs/API docs/en/Online Invoice System 3.0 Interface Specification.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/en/Online Invoice System 3.0 Interface Specification.pdf -------------------------------------------------------------------------------- /docs/API docs/en/Online Szamla_Interfesz specifikacio_EN_v3.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/en/Online Szamla_Interfesz specifikacio_EN_v3.0.pdf -------------------------------------------------------------------------------- /docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0 (2025.09.03).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0 (2025.09.03).pdf -------------------------------------------------------------------------------- /docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0 (2025.09.04.).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0 (2025.09.04.).pdf -------------------------------------------------------------------------------- /docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0. (2025.01.30).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0. (2025.01.30).pdf -------------------------------------------------------------------------------- /docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/API docs/hu/Online_Szamla_interfesz specifikacio_HU_v3.0.pdf -------------------------------------------------------------------------------- /docs/internal/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/docs/internal/CONTRIBUTING.md -------------------------------------------------------------------------------- /sample/API sample/manageAnnulment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/manageAnnulment.xml -------------------------------------------------------------------------------- /sample/API sample/manageInvoice.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/manageInvoice.xml -------------------------------------------------------------------------------- /sample/API sample/queryInvoiceChainDigest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryInvoiceChainDigest.xml -------------------------------------------------------------------------------- /sample/API sample/queryInvoiceCheck.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryInvoiceCheck.xml -------------------------------------------------------------------------------- /sample/API sample/queryInvoiceData.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryInvoiceData.xml -------------------------------------------------------------------------------- /sample/API sample/queryInvoiceDigest_inbound_invoice_chain.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryInvoiceDigest_inbound_invoice_chain.xml -------------------------------------------------------------------------------- /sample/API sample/queryInvoiceDigest_outbound_query_params.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryInvoiceDigest_outbound_query_params.xml -------------------------------------------------------------------------------- /sample/API sample/queryTaxpayer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryTaxpayer.xml -------------------------------------------------------------------------------- /sample/API sample/queryTransactionList.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryTransactionList.xml -------------------------------------------------------------------------------- /sample/API sample/queryTransactionStatus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/queryTransactionStatus.xml -------------------------------------------------------------------------------- /sample/API sample/tokenExchange.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/API sample/tokenExchange.xml -------------------------------------------------------------------------------- /sample/Data sample/2020-12-07-Példaszámlák_v3.0-hoz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/2020-12-07-Példaszámlák_v3.0-hoz.pdf -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi devizas szamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi devizas szamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi devizas vegszamla tobb eloleg tetel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi devizas vegszamla tobb eloleg tetel.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi egyszerusitett szamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi egyszerusitett szamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi elolegszamla egysegar nelkul .xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi elolegszamla egysegar nelkul .xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi elolegszamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi elolegszamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi ertekesites tobb AFA tipus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi ertekesites tobb AFA tipus.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi termekertekesites AFA csoportok kozott.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi termekertekesites AFA csoportok kozott.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi termekertekesites maganszemelynek.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi termekertekesites maganszemelynek.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi termekertekesites tetelbol adott engedmennyel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi termekertekesites tetelbol adott engedmennyel.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi termekertekesites.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi termekertekesites.xml -------------------------------------------------------------------------------- /sample/Data sample/Belfoldi vegszamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Belfoldi vegszamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Eredeti szamla modositasokhoz.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Eredeti szamla modositasokhoz.xml -------------------------------------------------------------------------------- /sample/Data sample/Gyujtoszamla 1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Gyujtoszamla 1.xml -------------------------------------------------------------------------------- /sample/Data sample/Gyujtoszamla 2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Gyujtoszamla 2.xml -------------------------------------------------------------------------------- /sample/Data sample/Harmadik orszagbeli devizas szamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Harmadik orszagbeli devizas szamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Modositas es ervenytelenites 1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Modositas es ervenytelenites 1.xml -------------------------------------------------------------------------------- /sample/Data sample/Modositas es ervenytelenites 2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Modositas es ervenytelenites 2.xml -------------------------------------------------------------------------------- /sample/Data sample/Tagorszagi devizas szamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tagorszagi devizas szamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Termekdijas szamla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Termekdijas szamla.xml -------------------------------------------------------------------------------- /sample/Data sample/Teteladatok modositasa.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Teteladatok modositasa.xml -------------------------------------------------------------------------------- /sample/Data sample/Teves termek helyesbitese 20.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Teves termek helyesbitese 20.xml -------------------------------------------------------------------------------- /sample/Data sample/Teves termek helyesbitese 21.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Teves termek helyesbitese 21.xml -------------------------------------------------------------------------------- /sample/Data sample/Teves termek helyesbitese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Teves termek helyesbitese.xml -------------------------------------------------------------------------------- /sample/Data sample/Tobb szamla modositasa egy okirattal alap 1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tobb szamla modositasa egy okirattal alap 1.xml -------------------------------------------------------------------------------- /sample/Data sample/Tobb szamla modositasa egy okirattal alap 2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tobb szamla modositasa egy okirattal alap 2.xml -------------------------------------------------------------------------------- /sample/Data sample/Tobb szamla modositasa egy okirattal alap 3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tobb szamla modositasa egy okirattal alap 3.xml -------------------------------------------------------------------------------- /sample/Data sample/Tobb szamla modositasa egy okirattal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tobb szamla modositasa egy okirattal.xml -------------------------------------------------------------------------------- /sample/Data sample/Tobbszoros modositas 1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tobbszoros modositas 1.xml -------------------------------------------------------------------------------- /sample/Data sample/Tobbszoros modositas 2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Tobbszoros modositas 2.xml -------------------------------------------------------------------------------- /sample/Data sample/Uj kozlekedesi eszkoz export.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/Data sample/Uj kozlekedesi eszkoz export.xml -------------------------------------------------------------------------------- /sample/WADL/application.wadl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/sample/WADL/application.wadl -------------------------------------------------------------------------------- /src/i18n/messages_de_public.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/i18n/messages_de_public.properties -------------------------------------------------------------------------------- /src/i18n/messages_en_public.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/i18n/messages_en_public.properties -------------------------------------------------------------------------------- /src/i18n/messages_hu_public.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/i18n/messages_hu_public.properties -------------------------------------------------------------------------------- /src/i18n/validations_de_public.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/i18n/validations_de_public.properties -------------------------------------------------------------------------------- /src/i18n/validations_en_public.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/i18n/validations_en_public.properties -------------------------------------------------------------------------------- /src/i18n/validations_hu_public.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/i18n/validations_hu_public.properties -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/CHANGELOG_2.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/CHANGELOG_2.0.md -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/CHANGELOG_3.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/CHANGELOG_3.0.md -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/catalog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/catalog.xml -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/invoiceAnnulment.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/invoiceAnnulment.xsd -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/invoiceApi.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/invoiceApi.xsd -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/invoiceBase.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/invoiceBase.xsd -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/invoiceData.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/invoiceData.xsd -------------------------------------------------------------------------------- /src/schemas/nav/gov/hu/OSA/serviceMetrics.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nav-gov-hu/Online-Invoice/HEAD/src/schemas/nav/gov/hu/OSA/serviceMetrics.xsd --------------------------------------------------------------------------------