├── .classpath ├── .gitignore ├── .project ├── .settings ├── org.eclipse.core.resources.prefs ├── org.eclipse.jdt.core.prefs └── org.eclipse.m2e.core.prefs ├── CHANGELOG.md ├── ImageVorlage3.pptx ├── LICENSE ├── OpenXRechnungToolbox.sh ├── OpenXRechnungToolboxMac.sh ├── README.md ├── _config.yml ├── create_keystore.bat ├── exampleInvoices ├── EN16931_v1.3.12 │ ├── CII_example1.xml │ ├── CII_example3.xml │ ├── CII_example4.xml │ ├── source.txt │ ├── ubl-tc434-creditnote1.xml │ ├── ubl-tc434-example1.xml │ ├── ubl-tc434-example2.xml │ └── ubl-tc434-example3.xml ├── EN16931_v1.3.3 │ ├── CII_example1.xml │ ├── CII_example3.xml │ ├── CII_example4.xml │ ├── source.txt │ ├── ubl-tc434-creditnote1.xml │ ├── ubl-tc434-example1.xml │ ├── ubl-tc434-example2.xml │ └── ubl-tc434-example3.xml ├── EN16931_v1.3.4 │ ├── CII_example1.xml │ ├── CII_example3.xml │ ├── CII_example4.xml │ ├── source.txt │ ├── ubl-tc434-creditnote1.xml │ ├── ubl-tc434-example1.xml │ ├── ubl-tc434-example2.xml │ └── ubl-tc434-example3.xml ├── EN16931_v1.3.5 │ ├── CII_example1.xml │ ├── CII_example3.xml │ ├── CII_example4.xml │ ├── source.txt │ ├── ubl-tc434-creditnote1.xml │ ├── ubl-tc434-example1.xml │ ├── ubl-tc434-example2.xml │ └── ubl-tc434-example3.xml ├── EN16931_v1.3.6 │ ├── CII_example1.xml │ ├── CII_example3.xml │ ├── CII_example4.xml │ ├── source.txt │ ├── ubl-tc434-creditnote1.xml │ ├── ubl-tc434-example1.xml │ ├── ubl-tc434-example2.xml │ └── ubl-tc434-example3.xml ├── EN16931_v1.3.7 │ ├── CII_example1.xml │ ├── CII_example3.xml │ ├── CII_example4.xml │ ├── source.txt │ ├── ubl-tc434-creditnote1.xml │ ├── ubl-tc434-example1.xml │ ├── ubl-tc434-example2.xml │ └── ubl-tc434-example3.xml ├── Peppol_BIS_v3.0.12 │ ├── Allowance-example.xml │ ├── Vat-category-S.xml │ ├── base-creditnote-correction.xml │ ├── base-example.xml │ ├── base-negative-inv-correction.xml │ ├── source.txt │ ├── vat-category-E.xml │ ├── vat-category-O.xml │ └── vat-category-Z.xml ├── Peppol_BIS_v3.0.17 │ ├── Allowance-example.xml │ ├── Vat-category-S.xml │ ├── base-creditnote-correction.xml │ ├── base-example.xml │ ├── base-negative-inv-correction.xml │ ├── sales-order-example.xml │ ├── source.txt │ ├── vat-category-E.xml │ ├── vat-category-O.xml │ └── vat-category-Z.xml ├── Peppol_BIS_v3.0.9 │ ├── Allowance-example.xml │ ├── Vat-category-S.xml │ ├── base-creditnote-correction.xml │ ├── base-example.xml │ ├── base-negative-inv-correction.xml │ ├── source.txt │ ├── vat-category-E.xml │ ├── vat-category-O.xml │ └── vat-category-Z.xml ├── Peppol_BIS_v3.0 │ ├── Allowance-example.xml │ ├── Vat-category-S.xml │ ├── base-creditnote-correction.xml │ ├── base-example.xml │ ├── base-negative-inv-correction.xml │ ├── source.txt │ ├── vat-category-E.xml │ ├── vat-category-O.xml │ └── vat-category-Z.xml ├── XRechnung_v1.2.0 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ └── source.txt ├── XRechnung_v1.2.1 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ └── source.txt ├── XRechnung_v1.2.2 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ └── source.txt ├── XRechnung_v2.0.0 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ ├── 04.01a-INVOICE_ubl.xml │ └── source.txt ├── XRechnung_v2.0.1 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ ├── 04.01a-INVOICE_ubl.xml │ └── source.txt ├── XRechnung_v2.1.1 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ ├── 04.01a-INVOICE_ubl.xml │ └── source.txt ├── XRechnung_v2.2.0 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ ├── 04.01a-INVOICE_ubl.xml │ └── source.txt ├── XRechnung_v2.3.1 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ ├── 04.01a-INVOICE_ubl.xml │ ├── 04.05a-INVOICE_uncefact.xml │ └── source.txt └── XRechnung_v3.0.2 │ ├── 01.01a-INVOICE_ubl.xml │ ├── 01.01a-INVOICE_uncefact.xml │ ├── 01.03a-INVOICE_ubl.xml │ ├── 01.03a-INVOICE_uncefact.xml │ ├── 04.01a-INVOICE_ubl.xml │ ├── 04.05a-INVOICE_uncefact.xml │ └── source.txt ├── index.md ├── javadoc.xml ├── knownIssues.txt ├── license.txt ├── nsis_installer.nsi ├── pom.xml ├── resources ├── app.config ├── help │ ├── _config.yml │ ├── author.html │ ├── author_en.html │ ├── default.css │ ├── docu.html │ ├── docu_en.html │ ├── fonts.css │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-social-webfont.eot │ │ ├── fontawesome-social-webfont.svg │ │ ├── fontawesome-social-webfont.ttf │ │ ├── fontawesome-social-webfont.woff │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.svg │ │ ├── fontawesome-webfont.ttf │ │ └── fontawesome-webfont.woff │ ├── images │ │ └── bg01.png │ ├── img │ │ ├── Einstellungen.PNG │ │ ├── Einstellungen_en.PNG │ │ ├── LWID.PNG │ │ ├── LWID_en.PNG │ │ ├── Oberflaeche.PNG │ │ ├── Oberflaeche_en.PNG │ │ ├── Pruefbericht.PNG │ │ ├── Pruefbericht_en.PNG │ │ ├── Visualisierung.PNG │ │ ├── VisualisierungPDF.PNG │ │ ├── VisualisierungPDF_en.PNG │ │ ├── Visualisierung_en.PNG │ │ └── slideshow │ │ │ ├── Einstellungen.PNG │ │ │ ├── LWID.PNG │ │ │ ├── Oberflaeche.PNG │ │ │ ├── Pruefbericht.PNG │ │ │ ├── Visualisierung.PNG │ │ │ └── VisualisierungPDF.PNG │ ├── impress.html │ ├── impress_en.html │ ├── index.html │ ├── index_en.html │ ├── javadoc │ │ ├── allclasses-index.html │ │ ├── allpackages-index.html │ │ ├── element-list │ │ ├── help-doc.html │ │ ├── index-files │ │ │ ├── index-1.html │ │ │ ├── index-10.html │ │ │ ├── index-11.html │ │ │ ├── index-12.html │ │ │ ├── index-13.html │ │ │ ├── index-14.html │ │ │ ├── index-15.html │ │ │ ├── index-16.html │ │ │ ├── index-17.html │ │ │ ├── index-18.html │ │ │ ├── index-2.html │ │ │ ├── index-3.html │ │ │ ├── index-4.html │ │ │ ├── index-5.html │ │ │ ├── index-6.html │ │ │ ├── index-7.html │ │ │ ├── index-8.html │ │ │ └── index-9.html │ │ ├── index.html │ │ ├── legal │ │ │ ├── ADDITIONAL_LICENSE_INFO │ │ │ ├── ASSEMBLY_EXCEPTION │ │ │ ├── LICENSE │ │ │ ├── dejavufonts.md │ │ │ ├── jquery.md │ │ │ └── jqueryUI.md │ │ ├── member-search-index.js │ │ ├── module-search-index.js │ │ ├── org │ │ │ └── oxt │ │ │ │ └── toolbox │ │ │ │ ├── cli │ │ │ │ ├── CLICii2ubl.html │ │ │ │ ├── CLIValidation.html │ │ │ │ ├── CLIVisualization.html │ │ │ │ ├── ICLICii2ubl.html │ │ │ │ ├── ICLIValidation.html │ │ │ │ ├── ICLIVisualization.html │ │ │ │ ├── class-use │ │ │ │ │ ├── CLICii2ubl.html │ │ │ │ │ ├── CLIValidation.html │ │ │ │ │ ├── CLIVisualization.html │ │ │ │ │ ├── ICLICii2ubl.html │ │ │ │ │ ├── ICLIValidation.html │ │ │ │ │ └── ICLIVisualization.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── converter │ │ │ │ ├── ConverterImpl.html │ │ │ │ ├── IConverter.html │ │ │ │ ├── class-use │ │ │ │ │ ├── ConverterImpl.html │ │ │ │ │ └── IConverter.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── gui │ │ │ │ ├── AppWindow.html │ │ │ │ ├── HTMLWindow.html │ │ │ │ ├── LWIDWindow.html │ │ │ │ ├── SettingsWindow.html │ │ │ │ ├── class-use │ │ │ │ │ ├── AppWindow.html │ │ │ │ │ ├── HTMLWindow.html │ │ │ │ │ ├── LWIDWindow.html │ │ │ │ │ └── SettingsWindow.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── helpers │ │ │ │ ├── AppProperties.html │ │ │ │ ├── CustomDropTargetAdapter.html │ │ │ │ ├── CustomHelpSelectionAdapter.html │ │ │ │ ├── CustomSelectionAdapter.html │ │ │ │ ├── CustomSettingsSaveListener.html │ │ │ │ ├── Internationalization.html │ │ │ │ ├── LogConfigurator.html │ │ │ │ ├── UTF8Control.html │ │ │ │ ├── class-use │ │ │ │ │ ├── AppProperties.html │ │ │ │ │ ├── CustomDropTargetAdapter.html │ │ │ │ │ ├── CustomHelpSelectionAdapter.html │ │ │ │ │ ├── CustomSelectionAdapter.html │ │ │ │ │ ├── CustomSettingsSaveListener.html │ │ │ │ │ ├── Internationalization.html │ │ │ │ │ ├── LogConfigurator.html │ │ │ │ │ └── UTF8Control.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── leitwegcheck │ │ │ │ ├── CheckDigit.html │ │ │ │ ├── CheckDigitException.html │ │ │ │ ├── IBANCheckDigit.html │ │ │ │ ├── ILeitwegChecker.html │ │ │ │ ├── LeitwegCheckerImpl.html │ │ │ │ ├── class-use │ │ │ │ │ ├── CheckDigit.html │ │ │ │ │ ├── CheckDigitException.html │ │ │ │ │ ├── IBANCheckDigit.html │ │ │ │ │ ├── ILeitwegChecker.html │ │ │ │ │ └── LeitwegCheckerImpl.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ ├── validation │ │ │ │ ├── IValidator.html │ │ │ │ ├── ValidatorImpl.html │ │ │ │ ├── class-use │ │ │ │ │ ├── IValidator.html │ │ │ │ │ └── ValidatorImpl.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ │ │ └── visualization │ │ │ │ ├── IVisualizer.html │ │ │ │ ├── VisualizerImpl.html │ │ │ │ ├── class-use │ │ │ │ ├── IVisualizer.html │ │ │ │ └── VisualizerImpl.html │ │ │ │ ├── package-summary.html │ │ │ │ ├── package-tree.html │ │ │ │ └── package-use.html │ │ ├── overview-summary.html │ │ ├── overview-tree.html │ │ ├── package-search-index.js │ │ ├── resource-files │ │ │ ├── copy.svg │ │ │ ├── fonts │ │ │ │ ├── DejaVuLGCSans-Bold.woff │ │ │ │ ├── DejaVuLGCSans-Bold.woff2 │ │ │ │ ├── DejaVuLGCSans-BoldOblique.woff │ │ │ │ ├── DejaVuLGCSans-BoldOblique.woff2 │ │ │ │ ├── DejaVuLGCSans-Oblique.woff │ │ │ │ ├── DejaVuLGCSans-Oblique.woff2 │ │ │ │ ├── DejaVuLGCSans.woff │ │ │ │ ├── DejaVuLGCSans.woff2 │ │ │ │ ├── DejaVuLGCSansMono-Bold.woff │ │ │ │ ├── DejaVuLGCSansMono-Bold.woff2 │ │ │ │ ├── DejaVuLGCSansMono-BoldOblique.woff │ │ │ │ ├── DejaVuLGCSansMono-BoldOblique.woff2 │ │ │ │ ├── DejaVuLGCSansMono-Oblique.woff │ │ │ │ ├── DejaVuLGCSansMono-Oblique.woff2 │ │ │ │ ├── DejaVuLGCSansMono.woff │ │ │ │ ├── DejaVuLGCSansMono.woff2 │ │ │ │ ├── DejaVuLGCSerif-Bold.woff │ │ │ │ ├── DejaVuLGCSerif-Bold.woff2 │ │ │ │ ├── DejaVuLGCSerif-BoldItalic.woff │ │ │ │ ├── DejaVuLGCSerif-BoldItalic.woff2 │ │ │ │ ├── DejaVuLGCSerif-Italic.woff │ │ │ │ ├── DejaVuLGCSerif-Italic.woff2 │ │ │ │ ├── DejaVuLGCSerif.woff │ │ │ │ ├── DejaVuLGCSerif.woff2 │ │ │ │ └── dejavu.css │ │ │ ├── glass.png │ │ │ ├── jquery-ui.min.css │ │ │ ├── link.svg │ │ │ ├── stylesheet.css │ │ │ └── x.png │ │ ├── script-files │ │ │ ├── jquery-3.7.1.min.js │ │ │ ├── jquery-ui.min.js │ │ │ ├── script.js │ │ │ ├── search-page.js │ │ │ └── search.js │ │ ├── search.html │ │ ├── serialized-form.html │ │ ├── tag-search-index.js │ │ └── type-search-index.js │ ├── license.html │ ├── license.txt │ ├── license_en.html │ ├── manual.html │ ├── manual_en.html │ └── topbutton.js ├── images │ ├── BackgroundX.png │ ├── accept.png │ ├── add.png │ ├── application_form_magnify.png │ ├── calculator.png │ ├── cancel.png │ ├── cog.png │ ├── converter.png │ ├── cross.png │ ├── disk.png │ ├── empty.png │ ├── error.png │ ├── eye.png │ ├── help.png │ ├── html.png │ ├── information.png │ ├── oxt.ico │ ├── oxt.png │ ├── spellcheck.png │ ├── sum.png │ ├── tick.png │ ├── validationDrop_de.png │ ├── validationDrop_en.png │ ├── visualizationDrop_de.png │ ├── visualizationDrop_de2.png │ ├── visualizationDrop_de3.png │ ├── visualizationDrop_en.png │ └── zoom.png ├── languages │ ├── AppWindow_de.properties │ └── AppWindow_en.properties ├── log4j2.xml ├── validatorxrechnung │ ├── 1.1 │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 1.1 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 1.2.0 │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 1.2.0 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 1.2.1 │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 1.2.1 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 1.2.2 │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 1.2.2 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 2.0.0 │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 2.0.0 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 2.0.1 │ │ ├── CHANGELOG.md │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 2.0.1 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 2.1.1 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 2.1.1 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 2.2.0 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 2.2.0 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ ├── XRechnung-UBL-validation-CreditNote.xsl │ │ │ │ │ └── XRechnung-UBL-validation-Invoice.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 2.3.1 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 2.3.1 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ └── XRechnung-UBL-validation.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 3.0.0 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 3.0.0 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ └── XRechnung-UBL-validation.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 3.0.1 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 3.0.1 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ └── XRechnung-UBL-validation.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── 3.0.2 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ ├── xrechnung │ │ │ │ └── 3.0.2 │ │ │ │ │ └── xsl │ │ │ │ │ ├── XRechnung-CII-validation.xsl │ │ │ │ │ └── XRechnung-UBL-validation.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.10 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.11 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.12 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.3 │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.4 │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.5 │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.6 │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.7 │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── en16931_1.3.9 │ │ ├── CHANGELOG.md │ │ ├── EN16931-CII-validation.xslt │ │ ├── EN16931-UBL-validation.xslt │ │ ├── README.md │ │ ├── resources │ │ │ ├── cii │ │ │ │ └── 16b │ │ │ │ │ ├── xsd │ │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-CII-validation.xsl │ │ │ ├── default-report.xsl │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ ├── xsd │ │ │ │ │ ├── common │ │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ │ └── xsl │ │ │ │ │ └── EN16931-UBL-validation.xsl │ │ │ ├── xrechnung-report.xsl │ │ │ └── xsd │ │ │ │ ├── report.xsd │ │ │ │ └── scenarios.xsd │ │ └── scenarios.xml │ ├── peppol3.0.10 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.10 │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.12 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.12 │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.13 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.13 │ │ │ │ │ ├── CEN-EN16931-CII.xslt │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ ├── PEPPOL-EN16931-CII.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.14 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.14 │ │ │ │ │ ├── CEN-EN16931-CII.xslt │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ ├── PEPPOL-EN16931-CII.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.15 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.15 │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.16 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.16 │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.17 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.17 │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ ├── peppol3.0.9 │ │ ├── README.md │ │ ├── resources │ │ │ ├── default-report.xsl │ │ │ ├── peppol │ │ │ │ └── billing-bis │ │ │ │ │ └── 3.0.9 │ │ │ │ │ ├── CEN-EN16931-UBL.xslt │ │ │ │ │ └── PEPPOL-EN16931-UBL.xslt │ │ │ ├── ubl │ │ │ │ └── 2.1 │ │ │ │ │ └── xsd │ │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ └── UBL-Invoice-2.1.xsd │ │ │ └── xrechnung-report.xsl │ │ └── scenarios.xml │ └── peppol3.0 │ │ ├── resources │ │ ├── cii │ │ │ └── 16b │ │ │ │ ├── xsd │ │ │ │ ├── CrossIndustryInvoice_100pD16B.xsd │ │ │ │ ├── CrossIndustryInvoice_QualifiedDataType_100pD16B.xsd │ │ │ │ ├── CrossIndustryInvoice_ReusableAggregateBusinessInformationEntity_100pD16B.xsd │ │ │ │ └── CrossIndustryInvoice_UnqualifiedDataType_100pD16B.xsd │ │ │ │ └── xsl │ │ │ │ └── EN16931-CII-validation.xsl │ │ ├── default-report.xsl │ │ ├── peppol │ │ │ └── 3.0 │ │ │ │ ├── CEN-EN16931-CII.xsl │ │ │ │ ├── CEN-EN16931-UBL.xsl │ │ │ │ ├── PEPPOL-EN16931-CII.xsl │ │ │ │ └── PEPPOL-EN16931-UBL.xsl │ │ ├── ubl │ │ │ └── 2.1 │ │ │ │ ├── xsd │ │ │ │ ├── common │ │ │ │ │ ├── CCTS_CCT_SchemaModule-2.1.xsd │ │ │ │ │ ├── UBL-CommonAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonExtensionComponents-2.1.xsd │ │ │ │ │ ├── UBL-CommonSignatureComponents-2.1.xsd │ │ │ │ │ ├── UBL-CoreComponentParameters-2.1.xsd │ │ │ │ │ ├── UBL-ExtensionContentDataType-2.1.xsd │ │ │ │ │ ├── UBL-QualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-SignatureAggregateComponents-2.1.xsd │ │ │ │ │ ├── UBL-SignatureBasicComponents-2.1.xsd │ │ │ │ │ ├── UBL-UnqualifiedDataTypes-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv132-2.1.xsd │ │ │ │ │ ├── UBL-XAdESv141-2.1.xsd │ │ │ │ │ └── UBL-xmldsig-core-schema-2.1.xsd │ │ │ │ └── maindoc │ │ │ │ │ ├── UBL-ApplicationResponse-2.1.xsd │ │ │ │ │ ├── UBL-AttachedDocument-2.1.xsd │ │ │ │ │ ├── UBL-AwardedNotification-2.1.xsd │ │ │ │ │ ├── UBL-BillOfLading-2.1.xsd │ │ │ │ │ ├── UBL-CallForTenders-2.1.xsd │ │ │ │ │ ├── UBL-Catalogue-2.1.xsd │ │ │ │ │ ├── UBL-CatalogueDeletion-2.1.xsd │ │ │ │ │ ├── UBL-CatalogueItemSpecificationUpdate-2.1.xsd │ │ │ │ │ ├── UBL-CataloguePricingUpdate-2.1.xsd │ │ │ │ │ ├── UBL-CatalogueRequest-2.1.xsd │ │ │ │ │ ├── UBL-CertificateOfOrigin-2.1.xsd │ │ │ │ │ ├── UBL-ContractAwardNotice-2.1.xsd │ │ │ │ │ ├── UBL-ContractNotice-2.1.xsd │ │ │ │ │ ├── UBL-CreditNote-2.1.xsd │ │ │ │ │ ├── UBL-DebitNote-2.1.xsd │ │ │ │ │ ├── UBL-DespatchAdvice-2.1.xsd │ │ │ │ │ ├── UBL-DocumentStatus-2.1.xsd │ │ │ │ │ ├── UBL-DocumentStatusRequest-2.1.xsd │ │ │ │ │ ├── UBL-ExceptionCriteria-2.1.xsd │ │ │ │ │ ├── UBL-ExceptionNotification-2.1.xsd │ │ │ │ │ ├── UBL-Forecast-2.1.xsd │ │ │ │ │ ├── UBL-ForecastRevision-2.1.xsd │ │ │ │ │ ├── UBL-ForwardingInstructions-2.1.xsd │ │ │ │ │ ├── UBL-FreightInvoice-2.1.xsd │ │ │ │ │ ├── UBL-FulfilmentCancellation-2.1.xsd │ │ │ │ │ ├── UBL-GoodsItemItinerary-2.1.xsd │ │ │ │ │ ├── UBL-GuaranteeCertificate-2.1.xsd │ │ │ │ │ ├── UBL-InstructionForReturns-2.1.xsd │ │ │ │ │ ├── UBL-InventoryReport-2.1.xsd │ │ │ │ │ ├── UBL-Invoice-2.1.xsd │ │ │ │ │ ├── UBL-ItemInformationRequest-2.1.xsd │ │ │ │ │ ├── UBL-Order-2.1.xsd │ │ │ │ │ ├── UBL-OrderCancellation-2.1.xsd │ │ │ │ │ ├── UBL-OrderChange-2.1.xsd │ │ │ │ │ ├── UBL-OrderResponse-2.1.xsd │ │ │ │ │ ├── UBL-OrderResponseSimple-2.1.xsd │ │ │ │ │ ├── UBL-PackingList-2.1.xsd │ │ │ │ │ ├── UBL-PriorInformationNotice-2.1.xsd │ │ │ │ │ ├── UBL-ProductActivity-2.1.xsd │ │ │ │ │ ├── UBL-Quotation-2.1.xsd │ │ │ │ │ ├── UBL-ReceiptAdvice-2.1.xsd │ │ │ │ │ ├── UBL-Reminder-2.1.xsd │ │ │ │ │ ├── UBL-RemittanceAdvice-2.1.xsd │ │ │ │ │ ├── UBL-RequestForQuotation-2.1.xsd │ │ │ │ │ ├── UBL-RetailEvent-2.1.xsd │ │ │ │ │ ├── UBL-SelfBilledCreditNote-2.1.xsd │ │ │ │ │ ├── UBL-SelfBilledInvoice-2.1.xsd │ │ │ │ │ ├── UBL-Statement-2.1.xsd │ │ │ │ │ ├── UBL-StockAvailabilityReport-2.1.xsd │ │ │ │ │ ├── UBL-Tender-2.1.xsd │ │ │ │ │ ├── UBL-TenderReceipt-2.1.xsd │ │ │ │ │ ├── UBL-TendererQualification-2.1.xsd │ │ │ │ │ ├── UBL-TendererQualificationResponse-2.1.xsd │ │ │ │ │ ├── UBL-TradeItemLocationProfile-2.1.xsd │ │ │ │ │ ├── UBL-TransportExecutionPlan-2.1.xsd │ │ │ │ │ ├── UBL-TransportExecutionPlanRequest-2.1.xsd │ │ │ │ │ ├── UBL-TransportProgressStatus-2.1.xsd │ │ │ │ │ ├── UBL-TransportProgressStatusRequest-2.1.xsd │ │ │ │ │ ├── UBL-TransportServiceDescription-2.1.xsd │ │ │ │ │ ├── UBL-TransportServiceDescriptionRequest-2.1.xsd │ │ │ │ │ ├── UBL-TransportationStatus-2.1.xsd │ │ │ │ │ ├── UBL-TransportationStatusRequest-2.1.xsd │ │ │ │ │ ├── UBL-UnawardedNotification-2.1.xsd │ │ │ │ │ ├── UBL-UtilityStatement-2.1.xsd │ │ │ │ │ └── UBL-Waybill-2.1.xsd │ │ │ │ └── xsl │ │ │ │ └── EN16931-UBL-validation.xsl │ │ ├── xrechnung-report.xsl │ │ └── xsd │ │ │ ├── report.xsd │ │ │ └── scenarios.xsd │ │ └── scenarios.xml └── viewer │ ├── FileSaver-v2.0.5.js │ ├── cii-xr.xsl │ ├── codelistresolve │ ├── 1001.xsl │ ├── 1153.xsl │ ├── 2005.xsl │ ├── 3166.xsl │ ├── 4217.xsl │ ├── 4451.xsl │ ├── 4461.xsl │ ├── 5189.xsl │ ├── 5305.xsl │ ├── 6523.xsl │ ├── 7143.xsl │ ├── 7161.xsl │ ├── EAS.xsl │ ├── UNECE-RE-20.xsl │ ├── UNECE-RE-21.xsl │ ├── VATEX.xsl │ ├── cii-xr.xsl │ ├── common-xr.xsl │ ├── ubl-creditnote-xr.xsl │ └── ubl-invoice-xr.xsl │ ├── common-xr.xsl │ ├── functions.xsl │ ├── l10n │ ├── de.xml │ └── en.xml │ ├── normalization.xsl │ ├── prepare_html.py │ ├── ubl-creditnote-xr.xsl │ ├── ubl-invoice-xr.xsl │ ├── xr-content.xsl │ ├── xr-pdf.xsl │ ├── xr-pdf │ └── lib │ │ ├── konstanten.xsl │ │ └── structure │ │ ├── content-templates.xsl │ │ ├── layout-master-set.xsl │ │ └── page-sequence.xsl │ ├── xrechnung-html.xsl │ ├── xrechnung-html.xsl.original │ ├── xrechnung-viewer.css │ └── xrechnung-viewer.js └── src └── main └── java └── org └── oxt └── toolbox ├── cli ├── CLICii2ubl.java ├── CLIValidation.java ├── CLIVisualization.java ├── ICLICii2ubl.java ├── ICLIValidation.java └── ICLIVisualization.java ├── converter ├── ConverterImpl.java └── IConverter.java ├── gui ├── AppWindow.java ├── HTMLWindow.java ├── LWIDWindow.java └── SettingsWindow.java ├── helpers ├── AppProperties.java ├── CustomDropTargetAdapter.java ├── CustomHelpSelectionAdapter.java ├── CustomSelectionAdapter.java ├── CustomSettingsSaveListener.java ├── Internationalization.java ├── LogConfigurator.java └── UTF8Control.java ├── leitwegcheck ├── CheckDigit.java ├── CheckDigitException.java ├── IBANCheckDigit.java ├── ILeitwegChecker.java └── LeitwegCheckerImpl.java ├── validation ├── IValidator.java └── ValidatorImpl.java └── visualization ├── IVisualizer.java └── VisualizerImpl.java /.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/.classpath -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/.gitignore -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/.project -------------------------------------------------------------------------------- /.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/.settings/org.eclipse.core.resources.prefs -------------------------------------------------------------------------------- /.settings/org.eclipse.jdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/.settings/org.eclipse.jdt.core.prefs -------------------------------------------------------------------------------- /.settings/org.eclipse.m2e.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/.settings/org.eclipse.m2e.core.prefs -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /ImageVorlage3.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/ImageVorlage3.pptx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/LICENSE -------------------------------------------------------------------------------- /OpenXRechnungToolbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/OpenXRechnungToolbox.sh -------------------------------------------------------------------------------- /OpenXRechnungToolboxMac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/OpenXRechnungToolboxMac.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/_config.yml -------------------------------------------------------------------------------- /create_keystore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/create_keystore.bat -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/CII_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/CII_example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/CII_example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/CII_example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/CII_example4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/CII_example4.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/source.txt -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/ubl-tc434-creditnote1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/ubl-tc434-creditnote1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/ubl-tc434-example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/ubl-tc434-example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/ubl-tc434-example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/ubl-tc434-example2.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.12/ubl-tc434-example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.12/ubl-tc434-example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/CII_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/CII_example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/CII_example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/CII_example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/CII_example4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/CII_example4.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/source.txt -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/ubl-tc434-creditnote1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/ubl-tc434-creditnote1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/ubl-tc434-example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/ubl-tc434-example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/ubl-tc434-example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/ubl-tc434-example2.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.3/ubl-tc434-example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.3/ubl-tc434-example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/CII_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/CII_example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/CII_example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/CII_example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/CII_example4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/CII_example4.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/source.txt -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/ubl-tc434-creditnote1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/ubl-tc434-creditnote1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/ubl-tc434-example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/ubl-tc434-example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/ubl-tc434-example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/ubl-tc434-example2.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.4/ubl-tc434-example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.4/ubl-tc434-example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/CII_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/CII_example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/CII_example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/CII_example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/CII_example4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/CII_example4.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/source.txt -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/ubl-tc434-creditnote1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/ubl-tc434-creditnote1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/ubl-tc434-example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/ubl-tc434-example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/ubl-tc434-example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/ubl-tc434-example2.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.5/ubl-tc434-example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.5/ubl-tc434-example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/CII_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/CII_example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/CII_example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/CII_example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/CII_example4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/CII_example4.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/source.txt -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/ubl-tc434-creditnote1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/ubl-tc434-creditnote1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/ubl-tc434-example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/ubl-tc434-example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/ubl-tc434-example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/ubl-tc434-example2.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.6/ubl-tc434-example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.6/ubl-tc434-example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/CII_example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/CII_example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/CII_example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/CII_example3.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/CII_example4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/CII_example4.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/source.txt -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/ubl-tc434-creditnote1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/ubl-tc434-creditnote1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/ubl-tc434-example1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/ubl-tc434-example1.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/ubl-tc434-example2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/ubl-tc434-example2.xml -------------------------------------------------------------------------------- /exampleInvoices/EN16931_v1.3.7/ubl-tc434-example3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/EN16931_v1.3.7/ubl-tc434-example3.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/Allowance-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/Allowance-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/Vat-category-S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/Vat-category-S.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/base-creditnote-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/base-creditnote-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/base-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/base-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/base-negative-inv-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/base-negative-inv-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/source.txt -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/vat-category-E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/vat-category-E.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/vat-category-O.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/vat-category-O.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.12/vat-category-Z.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.12/vat-category-Z.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/Allowance-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/Allowance-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/Vat-category-S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/Vat-category-S.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/base-creditnote-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/base-creditnote-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/base-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/base-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/base-negative-inv-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/base-negative-inv-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/sales-order-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/sales-order-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/source.txt -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/vat-category-E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/vat-category-E.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/vat-category-O.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/vat-category-O.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.17/vat-category-Z.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.17/vat-category-Z.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/Allowance-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/Allowance-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/Vat-category-S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/Vat-category-S.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/base-creditnote-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/base-creditnote-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/base-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/base-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/base-negative-inv-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/base-negative-inv-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/source.txt -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/vat-category-E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/vat-category-E.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/vat-category-O.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/vat-category-O.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0.9/vat-category-Z.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0.9/vat-category-Z.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/Allowance-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/Allowance-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/Vat-category-S.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/Vat-category-S.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/base-creditnote-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/base-creditnote-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/base-example.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/base-example.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/base-negative-inv-correction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/base-negative-inv-correction.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/source.txt -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/vat-category-E.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/vat-category-E.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/vat-category-O.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/vat-category-O.xml -------------------------------------------------------------------------------- /exampleInvoices/Peppol_BIS_v3.0/vat-category-Z.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/Peppol_BIS_v3.0/vat-category-Z.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.0/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.0/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.0/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.0/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.0/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.0/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.0/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.0/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.0/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.0/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.1/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.1/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.1/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.1/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.1/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.1/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.1/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.1/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.1/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.1/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.2/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.2/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.2/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.2/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.2/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.2/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.2/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.2/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v1.2.2/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v1.2.2/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.0/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.0/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.0/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.0/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.0/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.0/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.0/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.0/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.0/04.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.0/04.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.0/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.0/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.1/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.1/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.1/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.1/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.1/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.1/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.1/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.1/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.1/04.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.1/04.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.0.1/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.0.1/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.1.1/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.1.1/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.1.1/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.1.1/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.1.1/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.1.1/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.1.1/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.1.1/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.1.1/04.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.1.1/04.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.1.1/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.1.1/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.2.0/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.2.0/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.2.0/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.2.0/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.2.0/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.2.0/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.2.0/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.2.0/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.2.0/04.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.2.0/04.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.2.0/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.2.0/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/04.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/04.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/04.05a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/04.05a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v2.3.1/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v2.3.1/source.txt -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/01.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/01.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/01.01a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/01.01a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/01.03a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/01.03a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/01.03a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/01.03a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/04.01a-INVOICE_ubl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/04.01a-INVOICE_ubl.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/04.05a-INVOICE_uncefact.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/04.05a-INVOICE_uncefact.xml -------------------------------------------------------------------------------- /exampleInvoices/XRechnung_v3.0.2/source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/exampleInvoices/XRechnung_v3.0.2/source.txt -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/index.md -------------------------------------------------------------------------------- /javadoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/javadoc.xml -------------------------------------------------------------------------------- /knownIssues.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/license.txt -------------------------------------------------------------------------------- /nsis_installer.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/nsis_installer.nsi -------------------------------------------------------------------------------- /pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/pom.xml -------------------------------------------------------------------------------- /resources/app.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/app.config -------------------------------------------------------------------------------- /resources/help/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/_config.yml -------------------------------------------------------------------------------- /resources/help/author.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/author.html -------------------------------------------------------------------------------- /resources/help/author_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/author_en.html -------------------------------------------------------------------------------- /resources/help/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/default.css -------------------------------------------------------------------------------- /resources/help/docu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/docu.html -------------------------------------------------------------------------------- /resources/help/docu_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/docu_en.html -------------------------------------------------------------------------------- /resources/help/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts.css -------------------------------------------------------------------------------- /resources/help/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-social-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-social-webfont.eot -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-social-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-social-webfont.svg -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-social-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-social-webfont.ttf -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-social-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-social-webfont.woff -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /resources/help/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /resources/help/images/bg01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/images/bg01.png -------------------------------------------------------------------------------- /resources/help/img/Einstellungen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Einstellungen.PNG -------------------------------------------------------------------------------- /resources/help/img/Einstellungen_en.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Einstellungen_en.PNG -------------------------------------------------------------------------------- /resources/help/img/LWID.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/LWID.PNG -------------------------------------------------------------------------------- /resources/help/img/LWID_en.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/LWID_en.PNG -------------------------------------------------------------------------------- /resources/help/img/Oberflaeche.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Oberflaeche.PNG -------------------------------------------------------------------------------- /resources/help/img/Oberflaeche_en.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Oberflaeche_en.PNG -------------------------------------------------------------------------------- /resources/help/img/Pruefbericht.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Pruefbericht.PNG -------------------------------------------------------------------------------- /resources/help/img/Pruefbericht_en.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Pruefbericht_en.PNG -------------------------------------------------------------------------------- /resources/help/img/Visualisierung.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Visualisierung.PNG -------------------------------------------------------------------------------- /resources/help/img/VisualisierungPDF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/VisualisierungPDF.PNG -------------------------------------------------------------------------------- /resources/help/img/VisualisierungPDF_en.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/VisualisierungPDF_en.PNG -------------------------------------------------------------------------------- /resources/help/img/Visualisierung_en.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/Visualisierung_en.PNG -------------------------------------------------------------------------------- /resources/help/img/slideshow/Einstellungen.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/slideshow/Einstellungen.PNG -------------------------------------------------------------------------------- /resources/help/img/slideshow/LWID.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/slideshow/LWID.PNG -------------------------------------------------------------------------------- /resources/help/img/slideshow/Oberflaeche.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/slideshow/Oberflaeche.PNG -------------------------------------------------------------------------------- /resources/help/img/slideshow/Pruefbericht.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/slideshow/Pruefbericht.PNG -------------------------------------------------------------------------------- /resources/help/img/slideshow/Visualisierung.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/slideshow/Visualisierung.PNG -------------------------------------------------------------------------------- /resources/help/img/slideshow/VisualisierungPDF.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/img/slideshow/VisualisierungPDF.PNG -------------------------------------------------------------------------------- /resources/help/impress.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/impress.html -------------------------------------------------------------------------------- /resources/help/impress_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/impress_en.html -------------------------------------------------------------------------------- /resources/help/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/index.html -------------------------------------------------------------------------------- /resources/help/index_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/index_en.html -------------------------------------------------------------------------------- /resources/help/javadoc/allclasses-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/allclasses-index.html -------------------------------------------------------------------------------- /resources/help/javadoc/allpackages-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/allpackages-index.html -------------------------------------------------------------------------------- /resources/help/javadoc/element-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/element-list -------------------------------------------------------------------------------- /resources/help/javadoc/help-doc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/help-doc.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-1.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-10.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-10.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-11.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-11.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-12.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-12.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-13.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-13.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-14.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-14.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-15.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-15.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-16.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-16.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-17.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-17.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-18.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-18.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-2.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-3.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-4.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-5.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-6.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-7.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-8.html -------------------------------------------------------------------------------- /resources/help/javadoc/index-files/index-9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index-files/index-9.html -------------------------------------------------------------------------------- /resources/help/javadoc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/index.html -------------------------------------------------------------------------------- /resources/help/javadoc/legal/ADDITIONAL_LICENSE_INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/legal/ADDITIONAL_LICENSE_INFO -------------------------------------------------------------------------------- /resources/help/javadoc/legal/ASSEMBLY_EXCEPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/legal/ASSEMBLY_EXCEPTION -------------------------------------------------------------------------------- /resources/help/javadoc/legal/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/legal/LICENSE -------------------------------------------------------------------------------- /resources/help/javadoc/legal/dejavufonts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/legal/dejavufonts.md -------------------------------------------------------------------------------- /resources/help/javadoc/legal/jquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/legal/jquery.md -------------------------------------------------------------------------------- /resources/help/javadoc/legal/jqueryUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/legal/jqueryUI.md -------------------------------------------------------------------------------- /resources/help/javadoc/member-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/member-search-index.js -------------------------------------------------------------------------------- /resources/help/javadoc/module-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/module-search-index.js -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/CLICii2ubl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/CLICii2ubl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/CLIValidation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/CLIValidation.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/CLIVisualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/CLIVisualization.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/ICLICii2ubl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/ICLICii2ubl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/ICLIValidation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/ICLIValidation.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/ICLIVisualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/ICLIVisualization.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/class-use/CLICii2ubl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/class-use/CLICii2ubl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/class-use/CLIValidation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/class-use/CLIValidation.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/class-use/CLIVisualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/class-use/CLIVisualization.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/class-use/ICLICii2ubl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/class-use/ICLICii2ubl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/class-use/ICLIValidation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/class-use/ICLIValidation.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/class-use/ICLIVisualization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/class-use/ICLIVisualization.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/cli/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/cli/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/ConverterImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/ConverterImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/IConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/IConverter.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/class-use/ConverterImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/class-use/ConverterImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/class-use/IConverter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/class-use/IConverter.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/converter/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/converter/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/AppWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/AppWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/HTMLWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/HTMLWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/LWIDWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/LWIDWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/SettingsWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/SettingsWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/class-use/AppWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/class-use/AppWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/class-use/HTMLWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/class-use/HTMLWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/class-use/LWIDWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/class-use/LWIDWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/class-use/SettingsWindow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/class-use/SettingsWindow.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/gui/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/gui/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/AppProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/AppProperties.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/CustomDropTargetAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/CustomDropTargetAdapter.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/CustomHelpSelectionAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/CustomHelpSelectionAdapter.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/CustomSelectionAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/CustomSelectionAdapter.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/CustomSettingsSaveListener.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/CustomSettingsSaveListener.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/Internationalization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/Internationalization.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/LogConfigurator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/LogConfigurator.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/UTF8Control.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/UTF8Control.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/class-use/AppProperties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/class-use/AppProperties.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/class-use/CustomSelectionAdapter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/class-use/CustomSelectionAdapter.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/class-use/Internationalization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/class-use/Internationalization.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/class-use/LogConfigurator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/class-use/LogConfigurator.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/class-use/UTF8Control.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/class-use/UTF8Control.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/helpers/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/helpers/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/CheckDigit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/CheckDigit.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/CheckDigitException.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/CheckDigitException.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/IBANCheckDigit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/IBANCheckDigit.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/ILeitwegChecker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/ILeitwegChecker.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/LeitwegCheckerImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/LeitwegCheckerImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/class-use/CheckDigit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/class-use/CheckDigit.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/class-use/IBANCheckDigit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/class-use/IBANCheckDigit.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/class-use/ILeitwegChecker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/class-use/ILeitwegChecker.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/leitwegcheck/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/leitwegcheck/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/IValidator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/IValidator.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/ValidatorImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/ValidatorImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/class-use/IValidator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/class-use/IValidator.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/class-use/ValidatorImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/class-use/ValidatorImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/validation/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/validation/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/IVisualizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/IVisualizer.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/VisualizerImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/VisualizerImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/class-use/IVisualizer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/class-use/IVisualizer.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/class-use/VisualizerImpl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/class-use/VisualizerImpl.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/package-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/package-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/package-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/package-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/org/oxt/toolbox/visualization/package-use.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/org/oxt/toolbox/visualization/package-use.html -------------------------------------------------------------------------------- /resources/help/javadoc/overview-summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/overview-summary.html -------------------------------------------------------------------------------- /resources/help/javadoc/overview-tree.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/overview-tree.html -------------------------------------------------------------------------------- /resources/help/javadoc/package-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/package-search-index.js -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/copy.svg -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Bold.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Oblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Oblique.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSans.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSans.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSansMono.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Bold.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Italic.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif.woff -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/DejaVuLGCSerif.woff2 -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/fonts/dejavu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/fonts/dejavu.css -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/glass.png -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/jquery-ui.min.css -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/link.svg -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/stylesheet.css -------------------------------------------------------------------------------- /resources/help/javadoc/resource-files/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/resource-files/x.png -------------------------------------------------------------------------------- /resources/help/javadoc/script-files/jquery-3.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/script-files/jquery-3.7.1.min.js -------------------------------------------------------------------------------- /resources/help/javadoc/script-files/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/script-files/jquery-ui.min.js -------------------------------------------------------------------------------- /resources/help/javadoc/script-files/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/script-files/script.js -------------------------------------------------------------------------------- /resources/help/javadoc/script-files/search-page.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/script-files/search-page.js -------------------------------------------------------------------------------- /resources/help/javadoc/script-files/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/script-files/search.js -------------------------------------------------------------------------------- /resources/help/javadoc/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/search.html -------------------------------------------------------------------------------- /resources/help/javadoc/serialized-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/serialized-form.html -------------------------------------------------------------------------------- /resources/help/javadoc/tag-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/tag-search-index.js -------------------------------------------------------------------------------- /resources/help/javadoc/type-search-index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/javadoc/type-search-index.js -------------------------------------------------------------------------------- /resources/help/license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/license.html -------------------------------------------------------------------------------- /resources/help/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/license.txt -------------------------------------------------------------------------------- /resources/help/license_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/license_en.html -------------------------------------------------------------------------------- /resources/help/manual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/manual.html -------------------------------------------------------------------------------- /resources/help/manual_en.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/manual_en.html -------------------------------------------------------------------------------- /resources/help/topbutton.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/help/topbutton.js -------------------------------------------------------------------------------- /resources/images/BackgroundX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/BackgroundX.png -------------------------------------------------------------------------------- /resources/images/accept.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/accept.png -------------------------------------------------------------------------------- /resources/images/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/add.png -------------------------------------------------------------------------------- /resources/images/application_form_magnify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/application_form_magnify.png -------------------------------------------------------------------------------- /resources/images/calculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/calculator.png -------------------------------------------------------------------------------- /resources/images/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/cancel.png -------------------------------------------------------------------------------- /resources/images/cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/cog.png -------------------------------------------------------------------------------- /resources/images/converter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/converter.png -------------------------------------------------------------------------------- /resources/images/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/cross.png -------------------------------------------------------------------------------- /resources/images/disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/disk.png -------------------------------------------------------------------------------- /resources/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/empty.png -------------------------------------------------------------------------------- /resources/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/error.png -------------------------------------------------------------------------------- /resources/images/eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/eye.png -------------------------------------------------------------------------------- /resources/images/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/help.png -------------------------------------------------------------------------------- /resources/images/html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/html.png -------------------------------------------------------------------------------- /resources/images/information.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/information.png -------------------------------------------------------------------------------- /resources/images/oxt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/oxt.ico -------------------------------------------------------------------------------- /resources/images/oxt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/oxt.png -------------------------------------------------------------------------------- /resources/images/spellcheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/spellcheck.png -------------------------------------------------------------------------------- /resources/images/sum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/sum.png -------------------------------------------------------------------------------- /resources/images/tick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/tick.png -------------------------------------------------------------------------------- /resources/images/validationDrop_de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/validationDrop_de.png -------------------------------------------------------------------------------- /resources/images/validationDrop_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/validationDrop_en.png -------------------------------------------------------------------------------- /resources/images/visualizationDrop_de.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/visualizationDrop_de.png -------------------------------------------------------------------------------- /resources/images/visualizationDrop_de2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/visualizationDrop_de2.png -------------------------------------------------------------------------------- /resources/images/visualizationDrop_de3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/visualizationDrop_de3.png -------------------------------------------------------------------------------- /resources/images/visualizationDrop_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/visualizationDrop_en.png -------------------------------------------------------------------------------- /resources/images/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/images/zoom.png -------------------------------------------------------------------------------- /resources/languages/AppWindow_de.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/languages/AppWindow_de.properties -------------------------------------------------------------------------------- /resources/languages/AppWindow_en.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/languages/AppWindow_en.properties -------------------------------------------------------------------------------- /resources/log4j2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/log4j2.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/common/UBL-XAdESv132-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/common/UBL-XAdESv132-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/common/UBL-XAdESv141-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/common/UBL-XAdESv141-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Catalogue-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Catalogue-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-DebitNote-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-DebitNote-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Forecast-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Forecast-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Quotation-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Quotation-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Reminder-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Reminder-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Statement-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Statement-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.1/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.1/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.0/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.0/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.1/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.1/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/1.2.2/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/1.2.2/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.0/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.0/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.0.1/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.0.1/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.1.1/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.1.1/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.2.0/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.2.0/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/ubl/2.1/xsl/EN16931-UBL-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/2.3.1/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/2.3.1/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/cii/16b/xsl/EN16931-CII-validation.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Invoice-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Order-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Tender-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/ubl/2.1/xsd/maindoc/UBL-Waybill-2.1.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.0/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.0/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.1/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.1/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/3.0.2/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/3.0.2/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.10/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.10/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.11/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.11/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.12/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.12/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.3/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.3/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.3/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.3/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.3/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.3/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.3/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.3/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.4/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.4/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.4/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.4/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.4/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.4/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.4/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.4/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.5/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.5/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.5/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.5/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.5/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.5/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.5/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.5/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.5/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.5/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.6/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.6/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.6/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.6/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.6/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.6/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.6/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.6/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.6/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.6/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.7/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.7/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.7/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.7/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.7/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.7/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.7/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.7/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.7/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.7/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/CHANGELOG.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/EN16931-CII-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/EN16931-CII-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/EN16931-UBL-validation.xslt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/EN16931-UBL-validation.xslt -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/en16931_1.3.9/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/en16931_1.3.9/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.10/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.10/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.10/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.10/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.10/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.10/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.10/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.12/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.12/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.12/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.12/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.12/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.12/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.12/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.13/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.13/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.13/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.13/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.13/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.13/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.13/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.14/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.14/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.14/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.14/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.14/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.14/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.14/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.15/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.15/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.15/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.15/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.15/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.15/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.15/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.16/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.16/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.16/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.16/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.16/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.16/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.16/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.17/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.17/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.17/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.17/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.17/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.17/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.17/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.9/README.md -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.9/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.9/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.9/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.9/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0.9/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0.9/scenarios.xml -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/resources/default-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/resources/default-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/resources/peppol/3.0/CEN-EN16931-CII.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/resources/peppol/3.0/CEN-EN16931-CII.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/resources/peppol/3.0/CEN-EN16931-UBL.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/resources/peppol/3.0/CEN-EN16931-UBL.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/resources/xrechnung-report.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/resources/xrechnung-report.xsl -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/resources/xsd/report.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/resources/xsd/report.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/resources/xsd/scenarios.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/resources/xsd/scenarios.xsd -------------------------------------------------------------------------------- /resources/validatorxrechnung/peppol3.0/scenarios.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/validatorxrechnung/peppol3.0/scenarios.xml -------------------------------------------------------------------------------- /resources/viewer/FileSaver-v2.0.5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/FileSaver-v2.0.5.js -------------------------------------------------------------------------------- /resources/viewer/cii-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/cii-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/1001.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/1001.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/1153.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/1153.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/2005.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/2005.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/3166.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/3166.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/4217.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/4217.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/4451.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/4451.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/4461.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/4461.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/5189.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/5189.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/5305.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/5305.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/6523.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/6523.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/7143.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/7143.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/7161.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/7161.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/EAS.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/EAS.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/UNECE-RE-20.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/UNECE-RE-20.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/UNECE-RE-21.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/UNECE-RE-21.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/VATEX.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/VATEX.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/cii-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/cii-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/common-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/common-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/ubl-creditnote-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/ubl-creditnote-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/codelistresolve/ubl-invoice-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/codelistresolve/ubl-invoice-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/common-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/common-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/functions.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/functions.xsl -------------------------------------------------------------------------------- /resources/viewer/l10n/de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/l10n/de.xml -------------------------------------------------------------------------------- /resources/viewer/l10n/en.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/l10n/en.xml -------------------------------------------------------------------------------- /resources/viewer/normalization.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/normalization.xsl -------------------------------------------------------------------------------- /resources/viewer/prepare_html.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/prepare_html.py -------------------------------------------------------------------------------- /resources/viewer/ubl-creditnote-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/ubl-creditnote-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/ubl-invoice-xr.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/ubl-invoice-xr.xsl -------------------------------------------------------------------------------- /resources/viewer/xr-content.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xr-content.xsl -------------------------------------------------------------------------------- /resources/viewer/xr-pdf.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xr-pdf.xsl -------------------------------------------------------------------------------- /resources/viewer/xr-pdf/lib/konstanten.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xr-pdf/lib/konstanten.xsl -------------------------------------------------------------------------------- /resources/viewer/xr-pdf/lib/structure/content-templates.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xr-pdf/lib/structure/content-templates.xsl -------------------------------------------------------------------------------- /resources/viewer/xr-pdf/lib/structure/layout-master-set.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xr-pdf/lib/structure/layout-master-set.xsl -------------------------------------------------------------------------------- /resources/viewer/xr-pdf/lib/structure/page-sequence.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xr-pdf/lib/structure/page-sequence.xsl -------------------------------------------------------------------------------- /resources/viewer/xrechnung-html.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xrechnung-html.xsl -------------------------------------------------------------------------------- /resources/viewer/xrechnung-html.xsl.original: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xrechnung-html.xsl.original -------------------------------------------------------------------------------- /resources/viewer/xrechnung-viewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xrechnung-viewer.css -------------------------------------------------------------------------------- /resources/viewer/xrechnung-viewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/resources/viewer/xrechnung-viewer.js -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/cli/CLICii2ubl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/cli/CLICii2ubl.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/cli/CLIValidation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/cli/CLIValidation.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/cli/CLIVisualization.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/cli/CLIVisualization.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/cli/ICLICii2ubl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/cli/ICLICii2ubl.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/cli/ICLIValidation.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/cli/ICLIValidation.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/cli/ICLIVisualization.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/cli/ICLIVisualization.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/converter/ConverterImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/converter/ConverterImpl.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/converter/IConverter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/converter/IConverter.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/gui/AppWindow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/gui/AppWindow.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/gui/HTMLWindow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/gui/HTMLWindow.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/gui/LWIDWindow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/gui/LWIDWindow.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/gui/SettingsWindow.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/gui/SettingsWindow.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/AppProperties.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/AppProperties.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/CustomDropTargetAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/CustomDropTargetAdapter.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/CustomHelpSelectionAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/CustomHelpSelectionAdapter.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/CustomSelectionAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/CustomSelectionAdapter.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/CustomSettingsSaveListener.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/CustomSettingsSaveListener.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/Internationalization.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/Internationalization.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/LogConfigurator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/LogConfigurator.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/helpers/UTF8Control.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/helpers/UTF8Control.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/leitwegcheck/CheckDigit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/leitwegcheck/CheckDigit.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/leitwegcheck/CheckDigitException.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/leitwegcheck/CheckDigitException.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/leitwegcheck/IBANCheckDigit.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/leitwegcheck/IBANCheckDigit.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/leitwegcheck/ILeitwegChecker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/leitwegcheck/ILeitwegChecker.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/leitwegcheck/LeitwegCheckerImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/leitwegcheck/LeitwegCheckerImpl.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/validation/IValidator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/validation/IValidator.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/validation/ValidatorImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/validation/ValidatorImpl.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/visualization/IVisualizer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/visualization/IVisualizer.java -------------------------------------------------------------------------------- /src/main/java/org/oxt/toolbox/visualization/VisualizerImpl.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jcthiele/OpenXRechnungToolbox/HEAD/src/main/java/org/oxt/toolbox/visualization/VisualizerImpl.java --------------------------------------------------------------------------------