From 86fd00a434942b84712e896be84bb3f7426e9cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20S=C3=B8rensen-Boll?= Date: Tue, 13 Apr 2021 14:01:46 +0200 Subject: [PATCH 1/2] RaspConfiguration changes (to be included in RASP 3.0.0) - Added RaspConfiguration documentation (adoc) - Split RaspConfiguration into a default version (OIOUBL) and an extended version (OIOUBL + PEPPOL). --- .../doc/OIORASP_Java_RaspConfiguration.adoc | 1232 +++++++++++++++++ 1 file changed, 1232 insertions(+) create mode 100644 dk.gov.oiosi.library/doc/OIORASP_Java_RaspConfiguration.adoc diff --git a/dk.gov.oiosi.library/doc/OIORASP_Java_RaspConfiguration.adoc b/dk.gov.oiosi.library/doc/OIORASP_Java_RaspConfiguration.adoc new file mode 100644 index 00000000..bd84c21f --- /dev/null +++ b/dk.gov.oiosi.library/doc/OIORASP_Java_RaspConfiguration.adoc @@ -0,0 +1,1232 @@ += RaspConfiguration.xml +:toc: left +:toc-title: Indhold +:toclevels: 4 +:sectanchors: +:Author: Kristian Theo Sørensen-Boll +:Email: +:Date: 2021-03-11 +:Revision: 1.0.0.0 + +== Introduction + +== RaspConfiguration.xml (OIORASP 3.0.0) + +=== Changes from 2.1.X to 3.0.0 +As 3.0.0 is not backwards compatible with earlier versions of OIORASP, the legacy mappings for 2.0.1 backwards compatibility can now be removed. + +The RaspConfiguration has now been split into two versions. A default containing OIOUBL document types and an extended with both OIOUBL and PEPPOL document types. + +[cols="1,1", option="header"] +|=== +|File name +|Document types + +|RaspConfiguration +| +Faktura v0.7 + +Kreditnota v0.7 + +Applikationsmeddelelse + +Katalog + +Katalogforespørgsel + +Opdatering af katalogelement + +Opdatering af katalogpriser + +Sletning af katalog + +Kreditnota + +Faktura + +Ordre + +Ordreannulering + +Ordrebekræftelse + +Ordreændring + +Simpel ordrebekræftelse + +Rykker + +Kontoudtog + +Forsyningsspecifikation + +Forsendelsesadvis + +NKS Betalings Ordre + +NKS Kvittering 0 + +NKS Kvittering 1 + +NKS Retursvar 2 + +NKS Retursvar 5 + +NKS Retursvar 7 + +NKS Retursvar 8 + +NKS Retursvar 9 + +NKS PU Request + +NKS PU Response + + +|RaspConfiguration_Extended +| +Faktura v0.7 + +Kreditnota v0.7 + +Applikationsmeddelelse + +Katalog + +Katalogforespørgsel + +Opdatering af katalogelement + +Opdatering af katalogpriser + +Sletning af katalog + +Kreditnota + +Faktura + +Ordre + +Ordreannulering + +Ordrebekræftelse + +Ordreændring + +Simpel ordrebekræftelse + +Rykker + +Kontoudtog + +Forsyningsspecifikation + +Forsendelsesadvis + +NKS Betalings Ordre + +NKS Kvittering 0 + +NKS Kvittering 1 + +NKS Retursvar 2 + +NKS Retursvar 5 + +NKS Retursvar 7 + +NKS Retursvar 8 + +NKS Retursvar 9 + +NKS PU Request + +NKS PU Response + +*Katalog (PEPPOL)* + +*Applikationsmeddelse (PEPPOL)* + +*Kreditnota (PEPPOL)* + +*Faktura (PEPPOL)* + +*Ordre (PEPPOL)* + +*Faktura (PEPPOL BIS Billing)* + +|=== + +.DocumentTypeConfig (Removed mappings example) + +[source, xml] + + 5a15a880-eef8-40c0-80f2-bb65226f50c2 + Faktura v0.7 + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + Invoice + + uddi:bc99bb01-80f9-4f52-89dc-edf7732c56f9 + Resources/Schemas/OIOXML_v0.7/pieStrict.xsd + Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl + + + http://rep.oio.dk/ubl/xml/schemas/0p71/common/ + com + + + http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/ + main + + + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Response + + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='fakturering']/com:Name + + + /root:Invoice/com:SellerParty/com:PartyName/com:Name + + + /root:Invoice/com:BuyersReferenceID + + + EndpointKeyType + /root:Invoice/com:BuyersReferenceID/@schemeID + + + + + + + + /root:Invoice/com:SellerParty/com:ID + + + EndpointKeyType + /root:Invoice/com:SellerParty/com:ID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + /schematron/error + /schematron/error + + + + + + + string('OIOXML elektronisk handel') + + + /root:Invoice/com:ID + + + +== RaspConfiguration.xml (OIORASP 2.1.X) + +=== Changes from 2.0.X to 2.1.X + +OIORASP 2.1.0 now allow PEPPOL BIS documents to be exchanged via the Nemhandel infrastructure. +Futhermore KeyType mappings has been deprecated, as the NHR Uddi Inquiry now directly supports the KeyType inside each DocumentTypeConfig. + +For backwards compatibility when sending to RASP Java 2.0.X endpoints, 6 old mappings are essential to +keep in relation to OIOUBL. + +.DocumentTypeConfig (Removed mappings example) +[source, xml] + + 56c73b32-e1ba-4dc4-9fde-f08f4424fe2c + Faktura v0.7 + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + Invoice + uddi:bc99bb01-80f9-4f52-89dc-edf7732c56f9 + Resources/Schemas/OIOXML_v0.7/piestrict.xsd + Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl + + + http://rep.oio.dk/ubl/xml/schemas/0p71/common/ + com + + + http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/ + main + + + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request + * + + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='fakturering']/com:Name + + + /root:Invoice/com:SellerParty/com:PartyName/com:Name + + + /root:Invoice/com:BuyersReferenceID + + + EndpointKeyType + /root:Invoice/com:BuyersReferenceID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:Invoice/com:SellerParty/com:ID + + + EndpointKeyType + /root:Invoice/com:SellerParty/com:ID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + /schematron/error + /schematron/error + + + + + + + +.DocumentType identification +Prior, a DocumentType was identified inside the using: + +[source, xml] +urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + +By utilizing the existing , it is possible to discriminate the OIOUBL Invoice +from the PEPPOL BIS Invoice. + +.Schematron validation +Prior, RASP only supported one Schematron/XSLT file per DocumentType using: + +[source, xml] + + path/to/file/Schematron.xsl + /Schematron/Error + /Schematron/Error/Description + + +In PEPPOL documents, multiple schematron files are provided per DocumentType. +This section must therefore now be wrapped in a container class called : +[source, xml] + + + path/to/file/Schematron.xsl + /Schematron/Error + /Schematron/Error/Description + + + + This allows for multiple elements. These elements are validated in the + listed order. + +==== New PEPPOL DocumentTypeConfig + +.PEPPOL Catalogue +[source, xml] + + 24750a44-9a18-46f4-85ef-50f00c90068b + Katalog (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + Catalogue + + + /root:Catalogue/cbc:CustomizationID + urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0 + + + uddi:6c917ef1-5143-4123-879a-471215dbd373 + Resources/Schemas/UBL_v2.1/maindoc/UBL-Catalogue-2.1.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCataloguRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCatalogueResponse + + /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:Catalogue/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T19.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T19.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T19.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:Catalogue/cbc:ProfileID + + + /root:Catalogue/cbc:ID + + + +.PEPPOL Application response +[source, xml] + + 551e8437-f543-46cf-bd56-492a25e723fc + Applikationsmeddelse (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + ApplicationResponse + + + /root:ApplicationResponse/cbc:CustomizationID + urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0 + + + uddi:e79dd402-8f60-4811-9f59-1acb0c036d05 + Resources/Schemas/UBL_v2.1/maindoc/UBL-ApplicationResponse-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt + + + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseResponse + + /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T58.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T58.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T58.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:ApplicationResponse/cbc:ProfileID + + + /root:ApplicationResponse/cbc:ID + + + +.PEPPOL Credit note +[source, xml] + + 21671b33-58a2-4ab5-96bd-42f6c4f22af6 + Kreditnota (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + CreditNote + + + /root:CreditNote/cbc:CustomizationID + urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 + + + uddi:4db3f358-6184-4979-bbc9-5d65aee27132 + Resources/Schemas/UBL_v2.1/maindoc/UBL-CreditNote-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteResponse + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/BIIRULES-UBL-T14.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOLCORE-UBL-T14.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOL-UBL-T14.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:CreditNote/cbc:ProfileID + + + /root:CreditNote/cbc:ID + + + +.PEPPOL Despatch advice +[source, xml] + + 9e8b18e5-416e-4c41-9b9f-adadc3de6598 + Forsendelsesadvis + urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 + DespatchAdvice + + + /root:DespatchAdvice/cbc:CustomizationID + urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0 + + + uddi:96dbec86-aa58-4f1e-ae03-ebb13079ce61 + Resources/Schemas/UBL_v2.1/maindoc/UBL-DespatchAdvice-2.1.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt + + + urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceResponse + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/BIIRULES-UBL-T16.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOLCORE-UBL-T16.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOL-UBL-T16.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:DespatchAdvice/cbc:ProfileID + + + /root:DespatchAdvice/cbc:ID + + + +.PEPPOL Invoice +[source, xml] + + c1061668-0549-452c-b0cb-7d6428fdc5f7 + Faktura (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0 + + + uddi:e956ca42-0be2-487a-8573-580b523c248d + Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + +.PEPPOL ORDER +[source, xml] + + db2f9050-2adb-49c2-8f05-af9e440d12ca + Ordre (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + Order + + + /root:Order/cbc:CustomizationID + urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0 + + + uddi:873c25f6-23d2-4019-830e-89cc89386930 + Resources/Schemas/UBL_v2.1/maindoc/UBL-Order-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + root + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderResponse + + /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/BIIRULES-UBL-T01.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOLCORE-UBL-T01.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOL-UBL-T01.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:Order/cbc:ProfileID + + + /root:Order/cbc:ID + + + +.PEPPOL BIS Billing + +[source, xml] + + bab5613e-6360-4e84-84a3-61838a77590c + Faktura (PEPPOL BIS Billing) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0 + + + + uddi:678befa8-ae31-437a-8e52-1139162698df + Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + GLN + ean + + + DK:CVR + cvr + + + DK:CPR + cpr + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS3.0-Billing/CEN-EN16931-UBL.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + Resources/Schematrons/PEPPOL/BIS3.0-Billing/PEPPOL-EN16931-UBL.xsl + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + -- GitLab From 2d3bc1a3eafcb41c38cb198debd187be6cec21aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20S=C3=B8rensen-Boll?= Date: Tue, 13 Apr 2021 14:02:15 +0200 Subject: [PATCH 2/2] RaspConfiguration changes (to be included in RASP 3.0.0) - Added RaspConfiguration documentation (adoc) - Split RaspConfiguration into a default version (OIOUBL) and an extended version (OIOUBL + PEPPOL). --- .../RaspConfiguration.Live.xml | 2574 +---------- .../RaspConfiguration.Test.xml | 2443 +--------- .../RaspConfiguration_Extended.Live.xml | 3964 ++++++++++++++++ .../RaspConfiguration_Extended.Test.xml | 3989 +++++++++++++++++ 4 files changed, 8319 insertions(+), 4651 deletions(-) create mode 100644 dk.gov.oiosi.library/RaspConfiguration_Extended.Live.xml create mode 100644 dk.gov.oiosi.library/RaspConfiguration_Extended.Test.xml diff --git a/dk.gov.oiosi.library/RaspConfiguration.Live.xml b/dk.gov.oiosi.library/RaspConfiguration.Live.xml index 65ae810c..266b7736 100644 --- a/dk.gov.oiosi.library/RaspConfiguration.Live.xml +++ b/dk.gov.oiosi.library/RaspConfiguration.Live.xml @@ -4,7 +4,8 @@ - dk.gov.oiosi.common.startup.SchematronPreloadStartupTask + dk.gov.oiosi.common.startup.SchematronPreloadStartupTask + initDocumentTypeFriendlyName @@ -23,7 +24,8 @@ But even if it is OCSP lookup, it will not download any CRL lists, just write warning message into logs. To provide customers example of configuration, this block is not commented. --> - dk.gov.oiosi.common.startup.DownloadCRLStartupTask + dk.gov.oiosi.common.startup.DownloadCRLStartupTask + @@ -75,13 +77,17 @@ - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Response + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Response - /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or translate(../com:Address/com:ID, - 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or + translate(../com:Address/com:ID, + 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', + 'faktureing') ='fakturering']/com:Name @@ -96,30 +102,6 @@ /root:Invoice/com:BuyersReferenceID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -131,30 +113,6 @@ EndpointKeyType /root:Invoice/com:SellerParty/com:ID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -163,7 +121,8 @@ - Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + /schematron/error /schematron/error @@ -209,8 +168,10 @@ http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Response - /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or translate(../com:Address/com:ID, - 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or + translate(../com:Address/com:ID, + 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', + 'faktureing') ='fakturering']/com:Name @@ -224,30 +185,6 @@ EndpointKeyType /root:Invoice/com:BuyersReferenceID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -259,30 +196,6 @@ EndpointKeyType /root:Invoice/com:SellerParty/com:ID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -291,7 +204,8 @@ - Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + /schematron/error /schematron/error @@ -338,7 +252,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -364,32 +279,9 @@ EndpointKeyType - /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -399,32 +291,9 @@ EndpointKeyType - /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -481,7 +350,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -507,32 +377,9 @@ EndpointKeyType - /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -542,32 +389,9 @@ EndpointKeyType - /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -576,7 +400,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_Catalogue_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_Catalogue_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -623,7 +448,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -649,32 +475,9 @@ EndpointKeyType - /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID/@schemeID + /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -684,32 +487,9 @@ EndpointKeyType - /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID/@schemeID + /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -718,7 +498,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -736,7 +517,8 @@ fb3034ea-eaaf-434b-8798-0433db497e66 Opdatering af katalogelement - urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + CatalogueItemSpecificationUpdate @@ -765,11 +547,13 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt - urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + root @@ -791,33 +575,10 @@ EndpointKeyType - /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -827,33 +588,10 @@ EndpointKeyType - /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -862,7 +600,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_CatalogueItemSpecificationUpdate_Schematron.xsl + + Resources/Schematrons/OIOUBL/OIOUBL_CatalogueItemSpecificationUpdate_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -910,7 +649,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -936,32 +676,10 @@ EndpointKeyType - /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + + /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -971,32 +689,10 @@ EndpointKeyType - /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + + /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1005,7 +701,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_CataloguePricingUpdate_Schematron.xsl + + Resources/Schematrons/OIOUBL/OIOUBL_CataloguePricingUpdate_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -1053,7 +750,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1079,32 +777,9 @@ EndpointKeyType - /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID/@schemeID + /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1114,32 +789,9 @@ EndpointKeyType - /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID/@schemeID + /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1196,7 +848,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1222,33 +875,10 @@ EndpointKeyType - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1258,33 +888,10 @@ EndpointKeyType - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1293,7 +900,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_CreditNote_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_CreditNote_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -1340,7 +948,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1349,9 +958,11 @@ - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceRequest + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceRequest - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceResponse + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceResponse /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name @@ -1364,34 +975,11 @@ EndpointKeyType - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1401,33 +989,10 @@ EndpointKeyType - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1436,7 +1001,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_Invoice_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_Invoice_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -1483,7 +1049,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1492,9 +1059,11 @@ - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderRequest + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderRequest - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderResponse + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderResponse /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name @@ -1507,32 +1076,10 @@ EndpointKeyType - /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1542,32 +1089,9 @@ EndpointKeyType - /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1576,7 +1100,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_Order_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_Order_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -1623,7 +1148,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1649,33 +1175,10 @@ EndpointKeyType - /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1685,33 +1188,10 @@ EndpointKeyType - /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1768,7 +1248,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1794,33 +1275,10 @@ EndpointKeyType - /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1830,33 +1288,10 @@ EndpointKeyType - /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1865,7 +1300,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_OrderResponse_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_OrderResponse_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -1912,7 +1348,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -1938,33 +1375,10 @@ EndpointKeyType - /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1974,33 +1388,10 @@ EndpointKeyType - /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2009,7 +1400,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_OrderChange_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_OrderChange_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -2056,7 +1448,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -2075,40 +1468,18 @@ /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name - /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID EndpointKeyType - /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2118,33 +1489,10 @@ EndpointKeyType - /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2201,7 +1549,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -2213,7 +1562,8 @@ http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderRequest - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderResponse + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderResponse /root:Reminder/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name @@ -2226,33 +1576,10 @@ EndpointKeyType - /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2262,33 +1589,10 @@ EndpointKeyType - /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2297,7 +1601,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_Reminder_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_Reminder_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -2344,7 +1649,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -2370,33 +1676,10 @@ EndpointKeyType - /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2406,33 +1689,10 @@ EndpointKeyType - /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2441,7 +1701,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_Statement_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_Statement_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -2472,7 +1733,8 @@ Resources/UI/OIOUBL/Stylesheets/UtilityStatementHTML.xsl - urn:oioubl:names:specification:oioubl:schema:xsd:CommonAggregateComponents-2 + urn:oioubl:names:specification:oioubl:schema:xsd:CommonAggregateComponents-2 + cac @@ -2488,7 +1750,8 @@ sdt - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + udt @@ -2514,32 +1777,9 @@ EndpointKeyType - /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID/@schemeID + /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2549,32 +1789,9 @@ EndpointKeyType - /root:UtilityStatement/cac:SenderParty/cbc:EndpointID/@schemeID + /root:UtilityStatement/cac:SenderParty/cbc:EndpointID/@schemeID + - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2583,7 +1800,8 @@ - Resources/Schematrons/OIOUBL/OIOUBL_UtilityStatement_Schematron.xsl + Resources/Schematrons/OIOUBL/OIOUBL_UtilityStatement_Schematron.xsl + /Schematron/Error /Schematron/Error/Description @@ -2599,132 +1817,62 @@ - + + - 24750a44-9a18-46f4-85ef-50f00c90068b - Katalog (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 - Catalogue - - - /root:Catalogue/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0 - - - - uddi:6c917ef1-5143-4123-879a-471215dbd373 - Resources/Schemas/UBL_v2.1/maindoc/UBL-Catalogue-2.1.xsd + 4873431b-fa84-4579-b789-2e3162d06038 + NKS Betalings Ordre + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSPayment + + uddi:f283bd90-a247-11dc-a80b-bfc65441a808 + + - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms - urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ root - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCataloguRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderRequest - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCatalogueResponse + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderResponse - /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + //ebms:To/ebms:PartyId[1] - /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + //ebms:From/ebms:PartyId[1] - /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + - /root:Catalogue/cac:ProviderParty/cbc:EndpointID + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + @@ -2732,166 +1880,76 @@ - - Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T19.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T19.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T19.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description - /root:Catalogue/cbc:ProfileID + string('NKS2.0') - /root:Catalogue/cbc:ID + - + + - 551e8437-f543-46cf-bd56-492a25e723fc - Applikationsmeddelse (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 - ApplicationResponse - - - /root:ApplicationResponse/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0 - - - - uddi:e79dd402-8f60-4811-9f59-1acb0c036d05 - Resources/Schemas/UBL_v2.1/maindoc/UBL-ApplicationResponse-2.1.xsd - Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + 0e765453-7422-4d90-b13f-850fc0e5b309 + NKS Kvittering 0 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt0 + + uddi:9910d270-a242-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt0.xsd + - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms - urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ root - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Request - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseResponse + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Response - /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + //ebms:To/ebms:PartyId[1] - /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + //ebms:From/ebms:PartyId[1] - /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + - /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + @@ -2899,1182 +1957,9 @@ - - Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T58.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T58.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T58.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:ApplicationResponse/cbc:ProfileID - - - /root:ApplicationResponse/cbc:ID - - - - - 21671b33-58a2-4ab5-96bd-42f6c4f22af6 - Kreditnota (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 - CreditNote - - - /root:CreditNote/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 - - - - uddi:4db3f358-6184-4979-bbc9-5d65aee27132 - Resources/Schemas/UBL_v2.1/maindoc/UBL-CreditNote-2.1.xsd - Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteResponse - - - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/BIIRULES-UBL-T14.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOLCORE-UBL-T14.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOL-UBL-T14.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:CreditNote/cbc:ProfileID - - - /root:CreditNote/cbc:ID - - - - - c9f45e05-8cc0-44df-ab1e-111c5167b0b5 - Faktura (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - Invoice - - - /root:Invoice/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 - - - - uddi:ea27f0c4-cb68-4e39-b0eb-5c96af8c1759 - Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd - Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:Invoice/cbc:ProfileID - - - /root:Invoice/cbc:ID - - - - - 9e8b18e5-416e-4c41-9b9f-adadc3de6598 - Forsendelsesadvis - urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 - DespatchAdvice - - - /root:DespatchAdvice/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0 - - - - uddi:96dbec86-aa58-4f1e-ae03-ebb13079ce61 - Resources/Schemas/UBL_v2.1/maindoc/UBL-DespatchAdvice-2.1.xsd - - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceResponse - - - /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/BIIRULES-UBL-T16.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOLCORE-UBL-T16.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOL-UBL-T16.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:DespatchAdvice/cbc:ProfileID - - - /root:DespatchAdvice/cbc:ID - - - - - c1061668-0549-452c-b0cb-7d6428fdc5f7 - Faktura (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - Invoice - - - /root:Invoice/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0 - - - - uddi:e956ca42-0be2-487a-8573-580b523c248d - Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd - Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:Invoice/cbc:ProfileID - - - /root:Invoice/cbc:ID - - - - - db2f9050-2adb-49c2-8f05-af9e440d12ca - Ordre (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Order-2 - Order - - - /root:Order/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0 - - - - uddi:873c25f6-23d2-4019-830e-89cc89386930 - Resources/Schemas/UBL_v2.1/maindoc/UBL-Order-2.1.xsd - Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Order-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderResponse - - - /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/BIIRULES-UBL-T01.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOLCORE-UBL-T01.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOL-UBL-T01.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:Order/cbc:ProfileID - - - /root:Order/cbc:ID - - - - - bab5613e-6360-4e84-84a3-61838a77590c - Faktura (PEPPOL BIS Billing) - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - Invoice - - - /root:Invoice/cbc:CustomizationID - - urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0 - - - - uddi:678befa8-ae31-437a-8e52-1139162698df - Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd - Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - Resources/Schematrons/PEPPOL/BIS3.0-Billing/CEN-EN16931-UBL.xsl - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - Resources/Schematrons/PEPPOL/BIS3.0-Billing/PEPPOL-EN16931-UBL.xsl - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - /root:Invoice/cbc:ProfileID - - - /root:Invoice/cbc:ID - - - - - - - 4873431b-fa84-4579-b789-2e3162d06038 - NKS Betalings Ordre - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - NKSPayment - - uddi:f283bd90-a247-11dc-a80b-bfc65441a808 - - - - - - http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ - swift - - - http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ - ebms - - - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderResponse - - - //ebms:To/ebms:PartyId[1] - - - //ebms:From/ebms:PartyId[1] - - - //ebms:To/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - //ebms:From/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - - - - Resources/NemKonto/Schematrons/NemKonto.xsl - /Schematron/Error - /Schematron/Error/Description - - - - - - - string('NKS2.0') - - - - - - - - - 0e765453-7422-4d90-b13f-850fc0e5b309 - NKS Kvittering 0 - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - NKSReceipt0 - - uddi:9910d270-a242-11dc-a80a-bfc65441a808 - Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt0.xsd - - - - http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ - swift - - - http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ - ebms - - - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Request - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Response - - - //ebms:To/ebms:PartyId[1] - - - //ebms:From/ebms:PartyId[1] - - - //ebms:To/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - //ebms:From/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - - - - Resources/NemKonto/Schematrons/NemKonto.xsl - /Schematron/Error - /Schematron/Error/Description + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description @@ -4343,7 +2228,8 @@ http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse7Interface/SubmitNKSResponse7Response - /root:NKSResponse7/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + /root:NKSResponse7/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + /root:NKSResponse7/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp @@ -4418,7 +2304,8 @@ http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse8Interface/SubmitNKSResponse8Response - /root:NKSResponse8/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + /root:NKSResponse8/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + /root:NKSResponse8/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp @@ -4493,7 +2380,8 @@ http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse9Interface/SubmitNKSResponse9Response - /root:NKSResponse9/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + /root:NKSResponse9/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + /root:NKSResponse9/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp @@ -4569,9 +2457,11 @@ - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPURequest + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPURequest - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPUResponse + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPUResponse @@ -5000,7 +2890,8 @@ - dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + dk.gov.oiosi.RaspLibrary @@ -5060,7 +2951,8 @@ - dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + dk.gov.oiosi.RaspLibrary diff --git a/dk.gov.oiosi.library/RaspConfiguration.Test.xml b/dk.gov.oiosi.library/RaspConfiguration.Test.xml index 95f8fdcc..bb3e2033 100644 --- a/dk.gov.oiosi.library/RaspConfiguration.Test.xml +++ b/dk.gov.oiosi.library/RaspConfiguration.Test.xml @@ -109,30 +109,6 @@ /root:Invoice/com:BuyersReferenceID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -144,30 +120,6 @@ EndpointKeyType /root:Invoice/com:SellerParty/com:ID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -238,30 +190,6 @@ EndpointKeyType /root:Invoice/com:BuyersReferenceID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -273,30 +201,6 @@ EndpointKeyType /root:Invoice/com:SellerParty/com:ID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -383,30 +287,6 @@ /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -419,30 +299,6 @@ /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -451,7 +307,8 @@ - common/Resources/Schematrons/OIOUBL/OIOUBL_ApplicationResponse_Schematron.xsl + + common/Resources/Schematrons/OIOUBL/OIOUBL_ApplicationResponse_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -529,30 +386,6 @@ /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -565,30 +398,6 @@ /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -675,30 +484,6 @@ /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -711,30 +496,6 @@ /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -743,7 +504,8 @@ - common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl + + common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -772,7 +534,8 @@ uddi:63eab5c0-dfa0-11dc-889b-1a827c218899 - common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd + @@ -824,30 +587,6 @@ /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -861,30 +600,6 @@ /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -973,30 +688,6 @@ /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1010,30 +701,6 @@ /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1121,30 +788,6 @@ /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1157,30 +800,6 @@ /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1189,7 +808,8 @@ - common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueDeletion_Schematron.xsl + + common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueDeletion_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -1268,30 +888,6 @@ /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1305,30 +901,6 @@ /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1417,30 +989,6 @@ - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1454,30 +1002,6 @@ /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1565,30 +1089,6 @@ /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1601,30 +1101,6 @@ /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1712,30 +1188,6 @@ /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1749,30 +1201,6 @@ /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1781,7 +1209,8 @@ - common/Resources/Schematrons/OIOUBL/OIOUBL_OrderCancellation_Schematron.xsl + + common/Resources/Schematrons/OIOUBL/OIOUBL_OrderCancellation_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -1860,30 +1289,6 @@ /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -1897,30 +1302,6 @@ /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2008,30 +1389,6 @@ /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2045,30 +1402,6 @@ /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2157,30 +1490,6 @@ /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2194,30 +1503,6 @@ /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2226,7 +1511,8 @@ - common/Resources/Schematrons/OIOUBL/OIOUBL_OrderResponseSimple_Schematron.xsl + + common/Resources/Schematrons/OIOUBL/OIOUBL_OrderResponseSimple_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -2305,30 +1591,6 @@ /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2342,30 +1604,6 @@ /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2453,30 +1691,6 @@ /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2490,30 +1704,6 @@ /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2601,30 +1791,6 @@ /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2637,30 +1803,6 @@ /root:UtilityStatement/cac:SenderParty/cbc:EndpointID/@schemeID - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - @@ -2669,7 +1811,8 @@ - common/Resources/Schematrons/OIOUBL/OIOUBL_UtilityStatement_Schematron.xsl + + common/Resources/Schematrons/OIOUBL/OIOUBL_UtilityStatement_Schematron.xsl /Schematron/Error /Schematron/Error/Description @@ -2686,132 +1829,62 @@ - + + - 24750a44-9a18-46f4-85ef-50f00c90068b - Katalog (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 - Catalogue - - - /root:Catalogue/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0 - - - - uddi:6c917ef1-5143-4123-879a-471215dbd373 - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Catalogue-2.1.xsd + 4873431b-fa84-4579-b789-2e3162d06038 + NKS Betalings Ordre + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSPayment + + uddi:f283bd90-a247-11dc-a80b-bfc65441a808 + + - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms - urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ root - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCataloguRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderRequest - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCatalogueResponse + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderResponse - /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + //ebms:To/ebms:PartyId[1] - /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + //ebms:From/ebms:PartyId[1] - /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + - /root:Catalogue/cac:ProviderParty/cbc:EndpointID + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + @@ -2819,166 +1892,78 @@ - - common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T19.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T19.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T19.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - + /Schematron/Error + /Schematron/Error/Description - /root:Catalogue/cbc:ProfileID + string('NKS2.0') - /root:Catalogue/cbc:ID + - + + - 551e8437-f543-46cf-bd56-492a25e723fc - Applikationsmeddelse (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 - ApplicationResponse - - - /root:ApplicationResponse/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0 - - - - uddi:e79dd402-8f60-4811-9f59-1acb0c036d05 - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-ApplicationResponse-2.1.xsd - common/Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + 0e765453-7422-4d90-b13f-850fc0e5b309 + NKS Kvittering 0 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt0 + + uddi:9910d270-a242-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt0.xsd + + - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms - urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ root - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Request - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseResponse + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Response - /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + //ebms:To/ebms:PartyId[1] - /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + //ebms:From/ebms:PartyId[1] - /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + - /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + @@ -2986,168 +1971,76 @@ - - common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T58.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T58.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T58.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - + /Schematron/Error + /Schematron/Error/Description - /root:ApplicationResponse/cbc:ProfileID + string('NKS2.0') - /root:ApplicationResponse/cbc:ID + - - 21671b33-58a2-4ab5-96bd-42f6c4f22af6 - Kreditnota (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 - CreditNote - - - /root:CreditNote/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 - - - - uddi:4db3f358-6184-4979-bbc9-5d65aee27132 - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-CreditNote-2.1.xsd - common/Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl + 363237e6-dafc-4103-901a-36b499d0eeaa + NKS Kvittering 1 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt1 + + uddi:8df531b0-a242-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt1.xsd + + - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms - urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ root - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteRequest + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Request - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteResponse + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Response - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + //ebms:To/ebms:PartyId[1] - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + //ebms:From/ebms:PartyId[1] - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - - /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] EndpointKeyType - - /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - + string('EAN') + @@ -3155,1115 +2048,36 @@ - - common/Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/BIIRULES-UBL-T14.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOLCORE-UBL-T14.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOL-UBL-T14.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - + /Schematron/Error + /Schematron/Error/Description - /root:CreditNote/cbc:ProfileID + string('NKS2.0') - /root:CreditNote/cbc:ID + - - c9f45e05-8cc0-44df-ab1e-111c5167b0b5 - Faktura (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - Invoice - - - /root:Invoice/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 - - - - uddi:ea27f0c4-cb68-4e39-b0eb-5c96af8c1759 - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd - common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + 688df9d0-e564-44a1-8028-617ab625a724 + NKS Retursvar 2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse2 + + uddi:41a37720-a244-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse2.xsd + + - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:Invoice/cbc:ProfileID - - - /root:Invoice/cbc:ID - - - - - 9e8b18e5-416e-4c41-9b9f-adadc3de6598 - Forsendelsesadvis - urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 - DespatchAdvice - - - /root:DespatchAdvice/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0 - - - - uddi:96dbec86-aa58-4f1e-ae03-ebb13079ce61 - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-DespatchAdvice-2.1.xsd - - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceResponse - - - /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/BIIRULES-UBL-T16.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOLCORE-UBL-T16.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOL-UBL-T16.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:DespatchAdvice/cbc:ProfileID - - - /root:DespatchAdvice/cbc:ID - - - - - c1061668-0549-452c-b0cb-7d6428fdc5f7 - Faktura (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - Invoice - - - /root:Invoice/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0 - - - - uddi:e956ca42-0be2-487a-8573-580b523c248d - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd - common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:Invoice/cbc:ProfileID - - - /root:Invoice/cbc:ID - - - - - db2f9050-2adb-49c2-8f05-af9e440d12ca - Ordre (PEPPOL) - urn:oasis:names:specification:ubl:schema:xsd:Order-2 - Order - - - /root:Order/cbc:CustomizationID - - urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0 - - - - uddi:873c25f6-23d2-4019-830e-89cc89386930 - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Order-2.1.xsd - common/Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Order-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderResponse - - - /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/BIIRULES-UBL-T01.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOLCORE-UBL-T01.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - common/Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOL-UBL-T01.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - - /root:Order/cbc:ProfileID - - - /root:Order/cbc:ID - - - - - bab5613e-6360-4e84-84a3-61838a77590c - Faktura (PEPPOL BIS Billing) - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - Invoice - - - /root:Invoice/cbc:CustomizationID - - urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0 - - - - uddi:678befa8-ae31-437a-8e52-1139162698df - common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd - common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl - - - urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 - cac - - - urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 - cbc - - - urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 - ccts - - - urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 - sdt - - - urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 - - udt - - - urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name - - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID - - - EndpointKeyType - - /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID - - - - GLN - ean - - - DK:CVR - cvr - - - DK:CPR - cpr - - - DK:P - p - - - DK:SE - se - - - DK:VANS - vans - - - - - - - - - - common/Resources/Schematrons/PEPPOL/BIS3.0-Billing/CEN-EN16931-UBL.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - common/Resources/Schematrons/PEPPOL/BIS3.0-Billing/PEPPOL-EN16931-UBL.xsl - - /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] - /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text - - - - - - - /root:Invoice/cbc:ProfileID - - - /root:Invoice/cbc:ID - - - - - - - 4873431b-fa84-4579-b789-2e3162d06038 - NKS Betalings Ordre - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - NKSPayment - - uddi:f283bd90-a247-11dc-a80b-bfc65441a808 - - - - - - http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ - swift - - - http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ - ebms - - - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderRequest - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderResponse - - - //ebms:To/ebms:PartyId[1] - - - //ebms:From/ebms:PartyId[1] - - - //ebms:To/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - //ebms:From/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - - - - common/Resources/NemKonto/Schematrons/NemKonto.xsl - /Schematron/Error - /Schematron/Error/Description - - - - - - - string('NKS2.0') - - - - - - - - - 0e765453-7422-4d90-b13f-850fc0e5b309 - NKS Kvittering 0 - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - NKSReceipt0 - - uddi:9910d270-a242-11dc-a80a-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt0.xsd - - - - http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ - swift - - - http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ - ebms - - - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Request - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Response - - - //ebms:To/ebms:PartyId[1] - - - //ebms:From/ebms:PartyId[1] - - - //ebms:To/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - //ebms:From/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - - - - common/Resources/NemKonto/Schematrons/NemKonto.xsl - /Schematron/Error - /Schematron/Error/Description - - - - - - - string('NKS2.0') - - - - - - - 363237e6-dafc-4103-901a-36b499d0eeaa - NKS Kvittering 1 - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - NKSReceipt1 - - uddi:8df531b0-a242-11dc-a80a-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt1.xsd - - - - http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ - swift - - - http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ - ebms - - - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - root - - - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Request - - - http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Response - - - //ebms:To/ebms:PartyId[1] - - - //ebms:From/ebms:PartyId[1] - - - //ebms:To/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - //ebms:From/ebms:PartyId[count(../ebms:PartyId)] - - - EndpointKeyType - string('EAN') - - - - - - - - - common/Resources/NemKonto/Schematrons/NemKonto.xsl - /Schematron/Error - /Schematron/Error/Description - - - - - - - string('NKS2.0') - - - - - - - 688df9d0-e564-44a1-8028-617ab625a724 - NKS Retursvar 2 - http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ - NKSResponse2 - - uddi:41a37720-a244-11dc-a80a-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse2.xsd - - - - http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ - swift + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ @@ -4311,7 +2125,8 @@ - common/Resources/NemKonto/Schematrons/NemKonto.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error /Schematron/Error/Description @@ -4333,7 +2148,8 @@ NKSResponse5 uddi:65ee1590-a244-11dc-a80a-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse5.xsd + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse5.xsd + @@ -4386,7 +2202,8 @@ - common/Resources/NemKonto/Schematrons/NemKonto.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error /Schematron/Error/Description @@ -4408,7 +2225,8 @@ NKSResponse7 uddi:ec1ece70-a244-11dc-a80a-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse7.xsd + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse7.xsd + @@ -4462,7 +2280,8 @@ - common/Resources/NemKonto/Schematrons/NemKonto.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error /Schematron/Error/Description @@ -4484,7 +2303,8 @@ NKSResponse8 uddi:0bc62390-a245-11dc-a80a-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse8.xsd + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse8.xsd + @@ -4538,7 +2358,8 @@ - common/Resources/NemKonto/Schematrons/NemKonto.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error /Schematron/Error/Description @@ -4560,7 +2381,8 @@ NKSResponse9 uddi:2dd3ca50-a245-11dc-a80b-bfc65441a808 - common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse9.xsd + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse9.xsd + @@ -4614,7 +2436,8 @@ - common/Resources/NemKonto/Schematrons/NemKonto.xsl + common/Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error /Schematron/Error/Description diff --git a/dk.gov.oiosi.library/RaspConfiguration_Extended.Live.xml b/dk.gov.oiosi.library/RaspConfiguration_Extended.Live.xml new file mode 100644 index 00000000..09337f6b --- /dev/null +++ b/dk.gov.oiosi.library/RaspConfiguration_Extended.Live.xml @@ -0,0 +1,3964 @@ + + + + + + + dk.gov.oiosi.common.startup.SchematronPreloadStartupTask + + + + initDocumentTypeFriendlyName + Faktura + + + initDocumentTypeFriendlyName + Kreditnota + + + + + + + dk.gov.oiosi.common.startup.DownloadCRLStartupTask + + + + + + + + + + downloadCrlUrl + http://crl.systemtest8.trust2408.com/systemtest8.crl + + + + downloadCrlUrl + http://crl.systemtest7.trust2408.com/systemtest7.crl + + + + + dk.gov.oiosi.common.startup.StartCacheStateLogScheduledJobStartupTask + + + + + + + + + 5a15a880-eef8-40c0-80f2-bb65226f50c2 + Faktura v0.7 + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + Invoice + + uddi:bc99bb01-80f9-4f52-89dc-edf7732c56f9 + Resources/Schemas/OIOXML_v0.7/pieStrict.xsd + Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl + + + http://rep.oio.dk/ubl/xml/schemas/0p71/common/ + com + + + http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/ + main + + + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Response + + + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or + translate(../com:Address/com:ID, + 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', + 'faktureing') + ='fakturering']/com:Name + + + + /root:Invoice/com:SellerParty/com:PartyName/com:Name + + + /root:Invoice/com:BuyersReferenceID + + + EndpointKeyType + /root:Invoice/com:BuyersReferenceID/@schemeID + + + + + + + + /root:Invoice/com:SellerParty/com:ID + + + EndpointKeyType + /root:Invoice/com:SellerParty/com:ID/@schemeID + + + + + + + + + + Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + + /schematron/error + /schematron/error + + + + + + + string('OIOXML elektronisk handel') + + + /root:Invoice/com:ID + + + + 7bd520d7-6ae5-4a3c-8604-082e69414092 + Kreditnota v0.7 + http://rep.oio.dk/ubl/xml/schemas/0p71/pcm/ + Invoice + + uddi:3bbc9cf0-3c4c-11dc-98be-6976502198bd + Resources/Schemas/OIOXML_v0.7/pcmStrict.xsd + Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl + + + http://rep.oio.dk/ubl/xml/schemas/0p71/common/ + com + + + http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/ + main + + + http://rep.oio.dk/ubl/xml/schemas/0p71/pcm/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Response + + + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or + translate(../com:Address/com:ID, + 'FAKTUREING', 'faktureing') ='faktura' or translate(../com:Address/com:ID, 'FAKTUREING', + 'faktureing') + ='fakturering']/com:Name + + + + /root:Invoice/com:SellerParty/com:PartyName/com:Name + + + /root:Invoice/com:BuyersReferenceID + + + EndpointKeyType + /root:Invoice/com:BuyersReferenceID/@schemeID + + + + + + + /root:Invoice/com:SellerParty/com:ID + + + EndpointKeyType + /root:Invoice/com:SellerParty/com:ID/@schemeID + + + + + + + + + + Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + + /schematron/error + /schematron/error + + + + + + + string('OIOXML elektronisk handel') + + + /root:Invoice/com:ID + + + + 40c9fbee-ad39-48ed-9e04-c28cbbf8a38c + Applikationsmeddelse + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + ApplicationResponse + + + /root:ApplicationResponse/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:42F92342-C3ED-46ff-8A8A-6518F55D5CD5 + Resources/Schemas/UBL_v2.0/maindoc/UBL-ApplicationResponse-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponse201Interface/SubmitApplicationResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponse201Interface/SubmitApplicationResponseResponse + + + /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_ApplicationResponse_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:ApplicationResponse/cbc:ProfileID + + + /root:ApplicationResponse/cbc:ID + + + + 68db0c6f-ec2c-44ad-b1c3-bdfae65ee5f0 + Katalog + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + Catalogue + + + /root:Catalogue/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:b8a5a5d0-df9f-11dc-889a-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-Catalogue-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueResponse201Interface/SubmitCatalogueResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueResponse201Interface/SubmitCatalogueResponseRequestResponse + + + /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:Catalogue/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_Catalogue_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Catalogue/cbc:ProfileID + + + /root:Catalogue/cbc:ID + + + + 463984d1-4ba5-44d6-8903-565cc56dd4cb + Katalogforespørgsel + urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2 + CatalogueRequest + + + /root:CatalogueRequest/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:0cb0ff80-dfa0-11dc-889a-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueRequest-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueRequestResponse201Interface/SubmitCatalogueRequestResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueRequestResponse201Interface/SubmitCatalogueRequestResponseResponse + + + /root:CatalogueRequest/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CatalogueRequest/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CatalogueRequest/cbc:ProfileID + + + /root:CatalogueRequest/cbc:ID + + + + fb3034ea-eaaf-434b-8798-0433db497e66 + Opdatering af katalogelement + urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + + CatalogueItemSpecificationUpdate + + + /root:CatalogueItemSpecificationUpdate/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:63eab5c0-dfa0-11dc-889b-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueItemSpecificationUpdateResponse201Interface/SubmitCatalogueItemSpecificationUpdateResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueItemSpecificationUpdateResponse201Interface/SubmitCatalogueItemSpecificationUpdateResponseResponse + + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_CatalogueItemSpecificationUpdate_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CatalogueItemSpecificationUpdate/cbc:ProfileID + + + /root:CatalogueItemSpecificationUpdate/cbc:ID + + + + 02092e85-c2e4-4bb2-b22d-3eec04007a36 + Opdatering af katalogpriser + urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2 + CataloguePricingUpdate + + + /root:CataloguePricingUpdate/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:abdb2720-dfa0-11dc-889b-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePricingUpdateResponse201Interface/SubmitCataloguePricingUpdateResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePricingUpdateResponse201Interface/SubmitCataloguePricingUpdateResponseResponse + + + /root:CataloguePricingUpdate/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CataloguePricingUpdate/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + + /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + + /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_CataloguePricingUpdate_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CataloguePricingUpdate/cbc:ProfileID + + + /root:CataloguePricingUpdate/cbc:ID + + + + 0efa1c48-b5e3-4eb8-bc5f-3fbd78daba10 + Sletning af katalog + urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2 + CatalogueDeletion + + + /root:CatalogueDeletion/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:40e5cbd0-dfa2-11dc-889b-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueDeletionResponse201Interface/SubmitCatalogueDeletionResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueDeletionResponse201Interface/SubmitCatalogueDeletionResponseResponse + + + /root:CatalogueDeletion/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CatalogueDeletion/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_CatalogueDeletion_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CatalogueDeletion/cbc:ProfileID + + + /root:CatalogueDeletion/cbc:ID + + + + a25f2c30-cb5b-404d-886a-9030621f7eea + Kreditnota + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + CreditNote + + + /root:CreditNote/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:E4EC9613-4830-4bab-AFEE-C37AB1C67AEC + Resources/Schemas/UBL_v2.0/maindoc/UBL-CreditNote-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNote201Interface/SubmitCreditNoteRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNote201Interface/SubmitCreditNoteResponse + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_CreditNote_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CreditNote/cbc:ProfileID + + + /root:CreditNote/cbc:ID + + + + c0220657-c101-4d7d-9670-c9463e1559d5 + Faktura + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:2e0b402a-7a5e-476b-8686-b33f54fd1f47 + Resources/Schemas/UBL_v2.0/maindoc/UBL-Invoice-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_Invoice_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + 5b84d1f6-f315-4a2c-a84d-095b10cc5a2c + Ordre + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + Order + + + /root:Order/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:b138dc71-d301-42d1-8c2e-2c3a26faf56a + Resources/Schemas/UBL_v2.0/maindoc/UBL-Order-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderResponse + + + /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_Order_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Order/cbc:ProfileID + + + /root:Order/cbc:ID + + + + c4a09991-d038-4e51-bb06-2cdffe6c1b77 + Ordreannulering + urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2 + OrderCancellation + + + /root:OrderCancellation/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:7ba80590-dfa1-11dc-889b-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderCancellation-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/OrderCancellationHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderCancellationResponse201Interface/SubmitOrderCancellationResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderCancellationResponse201Interface/SubmitOrderCancellationResponseResponse + + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_OrderCancellation_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderCancellation/cbc:ProfileID + + + /root:OrderCancellation/cbc:ID + + + + ba652e7d-e8bd-4926-8bd8-9e19a5ca23e6 + Ordrebekræftelse + urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2 + OrderResponse + + + /root:OrderResponse/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:ed6d3c40-dfa1-11dc-889b-1a827c218899 + Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderResponse-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/OrderResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseResponse201Interface/SubmitOrderResponseResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseResponse201Interface/SubmitOrderResponseResponseResponse + + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_OrderResponse_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderResponse/cbc:ProfileID + + + /root:OrderResponse/cbc:ID + + + + 0412fdc2-5f07-4e6f-a8fd-c0dc7d780dce + Ordreændring + urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2 + OrderChange + + + /root:OrderChange/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:ea4bc88f-9479-4f9b-a354-4acabdb99336 + Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderChange-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/OrderChangeHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderChangeResponse201Interface/SubmitOrderChangeResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderChangeResponse201Interface/SubmitOrderChangeResponseResponse + + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_OrderChange_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderChange/cbc:ProfileID + + + /root:OrderChange/cbc:ID + + + + c8577e35-7de6-49f6-926c-c061f5a7d1b6 + Simpel ordrebekræftelse + urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2 + OrderResponseSimple + + + /root:OrderResponseSimple/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:3B0B1309-B575-4d69-9C8F-4126C53CD7B0 + Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/OrderResponseSimpleHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseSimple201Interface/SubmitOrderResponseSimpleRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseSimple201Interface/SubmitOrderResponseSimpleResponse + + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_OrderResponseSimple_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderResponseSimple/cbc:ProfileID + + + /root:OrderResponseSimple/cbc:ID + + + + b552710b-e4c2-44f6-a89e-1b158375b5f3 + Rykker + urn:oasis:names:specification:ubl:schema:xsd:Reminder-2 + Reminder + + + /root:Reminder/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:4FBBBDEF-0A8E-4d5e-9B9D-23C8FD98E9CE + Resources/Schemas/UBL_v2.0/maindoc/UBL-Reminder-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/ReminderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Reminder-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderResponse + + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_Reminder_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Reminder/cbc:ProfileID + + + /root:Reminder/cbc:ID + + + + 76c4f0fa-e969-4360-9a04-8de3c675d4f2 + KontoUdtog + urn:oasis:names:specification:ubl:schema:xsd:Statement-2 + Statement + + + /root:Statement/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:4e383840-bcfc-11dc-a81b-bfc65441a808 + Resources/Schemas/UBL_v2.0/maindoc/UBL-Statement-2.0.xsd + Resources/UI/OIOUBL/Stylesheets/StatementHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Statement-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/StatementResponse201Interface/SubmitStatementResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/StatementResponse201Interface/SubmitStatementResponseResponse + + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_Statement_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Statement/cbc:ProfileID + + + /root:Statement/cbc:ID + + + + eee3da84-27b7-4b37-81b1-cfb9d2942a00 + Forsynings Specifikation + urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2 + UtilityStatement + + + /root:UtilityStatement/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:236f277d-a786-4724-a16e-26398b685a07 + Resources/Schemas/OIOUBL_v2.1-b/maindoc/UBL-UtilityStatement-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/UtilityStatementHTML.xsl + + + urn:oioubl:names:specification:oioubl:schema:xsd:CommonAggregateComponents-2 + + cac + + + urn:oioubl:names:specification:oioubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oioubl:names:specification:oioubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/UtilityStatement201Interface/SubmitUtilityStatementRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/UtilityStatement201Interface/SubmitUtilityStatementResponse + + + /root:UtilityStatement/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:UtilityStatement/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:UtilityStatement/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:UtilityStatement/cac:SenderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/OIOUBL/OIOUBL_UtilityStatement_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:UtilityStatement/cbc:ProfileID + + + /root:UtilityStatement/cbc:ID + + + + + + 24750a44-9a18-46f4-85ef-50f00c90068b + Katalog (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + Catalogue + + + /root:Catalogue/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0 + + + + uddi:6c917ef1-5143-4123-879a-471215dbd373 + Resources/Schemas/UBL_v2.1/maindoc/UBL-Catalogue-2.1.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCataloguRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCatalogueResponse + + + /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:Catalogue/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T19.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T19.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T19.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Catalogue/cbc:ProfileID + + + /root:Catalogue/cbc:ID + + + + + 551e8437-f543-46cf-bd56-492a25e723fc + Applikationsmeddelse (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + ApplicationResponse + + + /root:ApplicationResponse/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0 + + + + uddi:e79dd402-8f60-4811-9f59-1acb0c036d05 + Resources/Schemas/UBL_v2.1/maindoc/UBL-ApplicationResponse-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseResponse + + + /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T58.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T58.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T58.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:ApplicationResponse/cbc:ProfileID + + + /root:ApplicationResponse/cbc:ID + + + + + 21671b33-58a2-4ab5-96bd-42f6c4f22af6 + Kreditnota (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + CreditNote + + + /root:CreditNote/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 + + + + uddi:4db3f358-6184-4979-bbc9-5d65aee27132 + Resources/Schemas/UBL_v2.1/maindoc/UBL-CreditNote-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteResponse + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/BIIRULES-UBL-T14.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOLCORE-UBL-T14.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOL-UBL-T14.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:CreditNote/cbc:ProfileID + + + /root:CreditNote/cbc:ID + + + + + c9f45e05-8cc0-44df-ab1e-111c5167b0b5 + Faktura (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 + + + + uddi:ea27f0c4-cb68-4e39-b0eb-5c96af8c1759 + Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + + 9e8b18e5-416e-4c41-9b9f-adadc3de6598 + Forsendelsesadvis + urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 + DespatchAdvice + + + /root:DespatchAdvice/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0 + + + + uddi:96dbec86-aa58-4f1e-ae03-ebb13079ce61 + Resources/Schemas/UBL_v2.1/maindoc/UBL-DespatchAdvice-2.1.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceResponse + + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/BIIRULES-UBL-T16.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOLCORE-UBL-T16.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOL-UBL-T16.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:DespatchAdvice/cbc:ProfileID + + + /root:DespatchAdvice/cbc:ID + + + + + c1061668-0549-452c-b0cb-7d6428fdc5f7 + Faktura (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0 + + + + uddi:e956ca42-0be2-487a-8573-580b523c248d + Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + + db2f9050-2adb-49c2-8f05-af9e440d12ca + Ordre (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + Order + + + /root:Order/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0 + + + + uddi:873c25f6-23d2-4019-830e-89cc89386930 + Resources/Schemas/UBL_v2.1/maindoc/UBL-Order-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderResponse + + + /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/BIIRULES-UBL-T01.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOLCORE-UBL-T01.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOL-UBL-T01.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Order/cbc:ProfileID + + + /root:Order/cbc:ID + + + + + bab5613e-6360-4e84-84a3-61838a77590c + Faktura (PEPPOL BIS Billing) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0 + + + + uddi:678befa8-ae31-437a-8e52-1139162698df + Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + Resources/Schematrons/PEPPOL/BIS3.0-Billing/CEN-EN16931-UBL.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + Resources/Schematrons/PEPPOL/BIS3.0-Billing/PEPPOL-EN16931-UBL.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + + + + 4873431b-fa84-4579-b789-2e3162d06038 + NKS Betalings Ordre + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSPayment + + uddi:f283bd90-a247-11dc-a80b-bfc65441a808 + + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderResponse + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + + + 0e765453-7422-4d90-b13f-850fc0e5b309 + NKS Kvittering 0 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt0 + + uddi:9910d270-a242-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt0.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 363237e6-dafc-4103-901a-36b499d0eeaa + NKS Kvittering 1 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt1 + + uddi:8df531b0-a242-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt1.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 688df9d0-e564-44a1-8028-617ab625a724 + NKS Retursvar 2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse2 + + uddi:41a37720-a244-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse2.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse2Interface/SubmitNKSResponse2Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse2Interface/SubmitNKSResponse2Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 3d2b9c5b-5790-4aee-999b-c26a1d66a887 + NKS Retursvar 5 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse5 + + uddi:65ee1590-a244-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse5.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse5Interface/SubmitNKSResponse5Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse5Interface/SubmitNKSResponse5Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 2cd298b8-eb8c-4f06-b7e8-6562cb54bc4e + NKS Retursvar 7 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse7 + + uddi:ec1ece70-a244-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse7.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse7Interface/SubmitNKSResponse7Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse7Interface/SubmitNKSResponse7Response + + + /root:NKSResponse7/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + + + + /root:NKSResponse7/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp + + + /root:NKSResponse7/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Id + + + EndpointKeyType + string('EAN') + + + + + + /root:NKSResponse7/root:OrgnlGrpRefInfAndSts/swift:GrpId + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 6ba94fca-368d-49d0-9976-ae497c85eb37 + NKS Retursvar 8 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse8 + + uddi:0bc62390-a245-11dc-a80a-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse8.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse8Interface/SubmitNKSResponse8Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse8Interface/SubmitNKSResponse8Response + + + /root:NKSResponse8/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + + + + /root:NKSResponse8/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp + + + /root:NKSResponse8/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Id + + + EndpointKeyType + string('EAN') + + + + + + /root:NKSResponse8/root:OrgnlGrpRefInfAndSts/swift:GrpId + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 1e780d55-1779-46dc-b438-b023c5e91183 + NKS Retursvar 9 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse9 + + uddi:2dd3ca50-a245-11dc-a80b-bfc65441a808 + Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse9.xsd + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse9Interface/SubmitNKSResponse9Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse9Interface/SubmitNKSResponse9Response + + + /root:NKSResponse9/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + + + + /root:NKSResponse9/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp + + + /root:NKSResponse9/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Id + + + EndpointKeyType + string('EAN') + + + + + + /root:NKSResponse9/root:OrgnlGrpRefInfAndSts/swift:GrpId + + + EndpointKeyType + string('EAN') + + + + + + + + + Resources/NemKonto/Schematrons/NemKonto.xsl + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + + + + 76e3b26b-28a2-4cfd-bf67-27c5ee41014d + NKS PU Request + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + NemkontoPrivatUdbetalerTransporterRequest + + uddi:6b5fc8cb-5ec9-42bf-9a6f-1b3762f011ed + + + + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + nkspu + + + http://rep.oio.dk/ean/xml/schemas/2005/01/10/ + ean + + + http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/ + cvr + + + http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/ + cpr + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPURequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPUResponse + + + + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterRequest/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansRecipientAddress/nkspu:VansNemkontoEnvironmentCode + + + + EndpointKeyType + string('DK:VANS') + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterRequest/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansSenderAddress/ean:EAN13Identifier + + + + EndpointKeyType + string('EAN') + + + + + + + + + + + + + + + + + + string('NKS-PU') + + + + + + + + + 1985c136-96df-4a04-add2-ca95b9de3371 + NKS PU Response + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + NemkontoPrivatUdbetalerTransporterResponse + + uddi:34c56e2a-f920-439b-80c7-831cc4ac523b + + + + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + nkspu + + + http://rep.oio.dk/ean/xml/schemas/2005/01/10/ + ean + + + http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/ + cvr + + + http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/ + cpr + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPUResponseInterface/SubmitNKSPUResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPUResponseInterface/SubmitNKSPUResponseResponse + + + + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterResponse/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansRecipientAddress/ean:EAN13Identifier + + + + EndpointKeyType + string('EAN') + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterResponse/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansSenderAddress/nkspu:VansNemkontoEnvironmentCode + + + + EndpointKeyType + string('DK:VANS') + + + + + + + + + + + + + + + + + + string('NKS-PU') + + + + + + + + + + + + + OIOXML elektronisk handel + uddi:c001daa0-8ba3-11dd-894e-770465b08940 + + + OIOXML elektronisk handel - læs ind + uddi:cac79330-8ba3-11dd-894e-770465b08940 + + + Catalogue-CatBas-1.0 + uddi:4697A391-741F-4534-A21E-8F0A460013BB + + + Catalogue-CatBasR-1.0 + uddi:03717C45-27A8-453f-833C-BD4D8AAB9675 + + + Catalogue-CatSim-1.0 + uddi:BE9F86E6-03C0-4d00-A3EE-44FC29EB3882 + + + Catalogue-CatSimR-1.0 + uddi:48277C4B-489F-498d-8246-303A9867C081 + + + Catalogue-CatExt-1.0 + uddi:1C8E9102-6711-42e8-A35A-997C56A35BFE + + + Catalogue-CatExtR-1.0 + uddi:0B864A5A-5E1E-47da-AD3B-A3932F82DA37 + + + Catalogue-CatAdv-1.0 + uddi:7B7909C1-5DE4-4630-A741-C74A9DDDC6AB + + + Catalogue-CatAdvR-1.0 + uddi:EE7F4AEA-BFDC-4886-8C5E-319596E46DA5 + + + Procurement-BilSim-1.0 + uddi:362229ac-b657-452a-b8f8-c93e62c670ff + + + Procurement-BilSimR-1.0 + uddi:98070e14-ee30-4b10-84ef-986cde3b8116 + + + Procurement-PayBas-1.0 + uddi:E5D505C0-4B52-4485-8169-4AB5343559A5 + + + Procurement-PayBasR-1.0 + uddi:FED5F809-64EC-4523-BC57-4A57D5680DA9 + + + Procurement-OrdSim-BilSim-1.0 + uddi:142C4188-3D53-440d-A64F-68D7C3B9A59B + + + Procurement-OrdSimR-BilSimR-1.0 + uddi:1e1b209e-7b8d-4f1e-8f2a-f3d9a94d1086 + + + Procurement-OrdSim-BilSimR-1.0 + uddi:7A638D35-3E08-432e-B558-74CB85889905 + + + Procurement-OrdSimR-BilSim-1.0 + uddi:EBABEE8B-A5D3-4dc9-B976-3AAFF9A4E855 + + + Procurement-OrdAdv-BilSim-1.0 + uddi:88FBD6D5-6A25-4c08-91CC-5344C73C4D69 + + + Procurement-OrdAdv-BilSimR-1.0 + uddi:76897296-08aa-4848-a933-ae068b4c604e + + + Procurement-OrdAdvR-BilSim-1.0 + uddi:1d01dd98-a302-4897-92d8-fd501447c450 + + + Procurement-OrdAdvR-BilSimR-1.0 + uddi:b23940b1-d571-4640-8830-9b7f34809fbc + + + Procurement-OrdSel-BilSim-1.0 + uddi:46D94D6B-E835-4916-BBB5-F27DC655876A + + + Procurement-OrdSel-BilSimR-1.0 + uddi:42AD3EDE-BBD4-434d-AAE6-044CE3EF8D1F + + + urn:www.nesubl.eu:profiles:profile1:ver2.0 + uddi:FC1D4A1C-1538-4bdb-A718-2EFD712256C5 + + + urn:www.nesubl.eu:profiles:profile2:ver2.0 + uddi:3A3BFE67-AD35-43f0-9AE7-CDF268AE221D + + + urn:www.nesubl.eu:profiles:profile3:ver2.0 + uddi:F5231EDB-FBB4-4a3b-A46C-3BCF1B3C3F35 + + + + + + + urn:www.nesubl.eu:profiles:profile5:ver2.0 + uddi:aee8b6de-298f-4cbc-a96d-9ae8aed0ac31 + + + + + + + urn:www.nesubl.eu:profiles:profile7:ver2.0 + uddi:BB0B4FD4-F6AF-489f-98D9-7130424E7F8D + + + urn:www.nesubl.eu:profiles:profile8:ver2.0 + uddi:F4240370-CCA6-401e-9B5B-4531F413421D + + + Reference-Utility-1.0 + uddi:570b3009-3f9f-46d2-b533-31d0bb4a37a0 + + + Reference-UtilityR-1.0 + uddi:1bfd82e6-0eca-47df-9230-37b97c9788c6 + + + Catalogue-CatPriUpd-1.0 + uddi:a7f4c627-d459-4ef2-a132-fc6df0971db1 + + + Catalogue-CatPriUpdR-1.0 + uddi:fc5313f8-19e0-408b-85ca-87c364f2a41c + + + Procurement-OrdSim-1.0 + uddi:5f2d93a7-bdb7-4543-b667-ba71192e5c5f + + + Procurement-OrdSimR-1.0 + uddi:7fe5938c-1b3a-403c-8155-039b49a06cef + + + Procurement-TecRes-1.0 + uddi:ce80ccce-3ef9-47ea-8cf4-120913a87dc2 + + + Reference-Attachment-1.0 + uddi:10faffb1-1303-485e-924a-e8b551f31949 + + + urn:www.cenbii.eu:profile:bii04:ver2.0 + uddi:553e78e6-7de4-4926-8384-53ef82566560 + + + + + + + urn:www.cenbii.eu:profile:bii01:ver2.0 + uddi:c7cb8dd0-af00-42c6-a8b7-48204aa7b30f + + + urn:www.cenbii.eu:profile:bii30:ver2.0 + uddi:19ec7bb2-a39b-438c-a6ce-2124d6148f8f + + + urn:www.cenbii.eu:profile:bii05:ver2.0 + uddi:8dde0481-9055-41fe-94f7-5102ce3672e7 + + + urn:www.cenbii.eu:profile:bii03:ver2.0 + uddi:90043120-5eab-468c-be4a-5562d95a73a7 + + + + + urn:fdc:peppol.eu:2017:poacc:billing:01:1.0 + uddi:1d193a6a-23a2-425f-bb19-a864b2415c1a + + + + NS-urn:fdc:peppol.eu:2017:poacc:billing:01:1.0 + uddi:417c3aac-4bbb-46d6-86d1-a44f757fb326 + + + + + + + + NKS2.0 + uddi:fbc05a80-bde5-11dc-a81d-bfc65441a808 + + + NKS-PU + uddi:736eed0e-b698-4b2c-946e-7b996009c345 + + + + + + dk.gov.oiosi.security.ldap.LdapCertificateLookup + + + + + + crtdir.certifikat.dk + 389 + + + ldap.ca1.gov.dk + 389 + + 5000 + 5000 + + + + + + dk.gov.oiosi.security.revocation.ocsp.OcspLookup + + + + + 20000 + + + + dk.gov.oiosi.uddi.UddiLookupClient + + + + dk.gov.oiosi.uddi.RegistryLookupClient + + + + + + + + 30 + + http://discoverypublic.nemhandel.dk/uddi/services/inquiry + http://discoverybackup.nemhandel-backup.dk/uddi/services/inquiry + + + + + + + + + + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 4 + + + frequencyInMinutes + 60 + + + + + + dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + + dk.gov.oiosi.RaspLibrary + + + maxSize + 100 + + + onFailureRetryIntervalMinutes + 1 + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 4 + + + frequencyInMinutes + 60 + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 24 + + + frequencyInHours + 1 + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 24 + + + frequencyInHours + 1 + + + + + + dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + + dk.gov.oiosi.RaspLibrary + + + maxSize + 100 + + + + + + + + + + + + ./common/resources/Certificates/Live/Root/OCES_root_Prod.jks + Test1234 + prod + + + + + + + PID + + + RID + + + UID + + + FID + + + + + ./cfg/policy.Live.xml + ./cfg/axis2.Live.xml + repository + + + + + + false + 5000 + 5 + + + + + + diff --git a/dk.gov.oiosi.library/RaspConfiguration_Extended.Test.xml b/dk.gov.oiosi.library/RaspConfiguration_Extended.Test.xml new file mode 100644 index 00000000..17911cd6 --- /dev/null +++ b/dk.gov.oiosi.library/RaspConfiguration_Extended.Test.xml @@ -0,0 +1,3989 @@ + + + + + + + dk.gov.oiosi.common.startup.SchematronPreloadStartupTask + + + + initDocumentTypeFriendlyName + Faktura + + + initDocumentTypeFriendlyName + Kreditnota + + + + + + dk.gov.oiosi.common.startup.DownloadCRLStartupTask + + + + + + + + + + downloadCrlUrl + http://crl.systemtest8.trust2408.com/systemtest8.crl + + + + downloadCrlUrl + http://crl.systemtest7.trust2408.com/systemtest7.crl + + + + + dk.gov.oiosi.common.startup.StartCacheStateLogScheduledJobStartupTask + + + + scheduleJobRunInterval + 30 + + + scheduleJobRunIntervalTimeUnit + SECONDS + + + + + + + + + + 5a15a880-eef8-40c0-80f2-bb65226f50c2 + Faktura v0.7 + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + Invoice + + uddi:bc99bb01-80f9-4f52-89dc-edf7732c56f9 + common/Resources/Schemas/OIOXML_v0.7/pieStrict.xsd + common/Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl + + + http://rep.oio.dk/ubl/xml/schemas/0p71/common/ + com + + + http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/ + main + + + http://rep.oio.dk/ubl/xml/schemas/0p71/pie/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Response + + + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or + translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='faktura' or + translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='fakturering']/com:Name + + + + /root:Invoice/com:SellerParty/com:PartyName/com:Name + + + /root:Invoice/com:BuyersReferenceID + + + EndpointKeyType + /root:Invoice/com:BuyersReferenceID/@schemeID + + + + + + + + /root:Invoice/com:SellerParty/com:ID + + + EndpointKeyType + /root:Invoice/com:SellerParty/com:ID/@schemeID + + + + + + + + + + common/Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + + /schematron/error + /schematron/error + + + + + + + string('OIOXML elektronisk handel') + + + /root:Invoice/com:ID + + + + 7bd520d7-6ae5-4a3c-8604-082e69414092 + Kreditnota v0.7 + http://rep.oio.dk/ubl/xml/schemas/0p71/pcm/ + Invoice + + uddi:3bbc9cf0-3c4c-11dc-98be-6976502198bd + common/Resources/Schemas/OIOXML_v0.7/pcmStrict.xsd + common/Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl + + + http://rep.oio.dk/ubl/xml/schemas/0p71/common/ + com + + + http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/ + main + + + http://rep.oio.dk/ubl/xml/schemas/0p71/pcm/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Response + + + /root:Invoice/com:BuyerParty/com:PartyName[count(../../com:BuyerParty)=1 or + translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='faktura' or + translate(../com:Address/com:ID, 'FAKTUREING', 'faktureing') ='fakturering']/com:Name + + + + /root:Invoice/com:SellerParty/com:PartyName/com:Name + + + /root:Invoice/com:BuyersReferenceID + + + EndpointKeyType + /root:Invoice/com:BuyersReferenceID/@schemeID + + + + + + + /root:Invoice/com:SellerParty/com:ID + + + EndpointKeyType + /root:Invoice/com:SellerParty/com:ID/@schemeID + + + + + + + + + + common/Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl + + /schematron/error + /schematron/error + + + + + + + string('OIOXML elektronisk handel') + + + /root:Invoice/com:ID + + + + 40c9fbee-ad39-48ed-9e04-c28cbbf8a38c + Applikationsmeddelse + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + ApplicationResponse + + + /root:ApplicationResponse/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:42F92342-C3ED-46ff-8A8A-6518F55D5CD5 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-ApplicationResponse-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponse201Interface/SubmitApplicationResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponse201Interface/SubmitApplicationResponseResponse + + + /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_ApplicationResponse_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:ApplicationResponse/cbc:ProfileID + + + /root:ApplicationResponse/cbc:ID + + + + 68db0c6f-ec2c-44ad-b1c3-bdfae65ee5f0 + Katalog + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + Catalogue + + + /root:Catalogue/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:b8a5a5d0-df9f-11dc-889a-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-Catalogue-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueResponse201Interface/SubmitCatalogueResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueResponse201Interface/SubmitCatalogueResponseRequestResponse + + + /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:Catalogue/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_Catalogue_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Catalogue/cbc:ProfileID + + + /root:Catalogue/cbc:ID + + + + 463984d1-4ba5-44d6-8903-565cc56dd4cb + Katalogforespørgsel + urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2 + CatalogueRequest + + + /root:CatalogueRequest/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:0cb0ff80-dfa0-11dc-889a-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueRequest-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueRequestResponse201Interface/SubmitCatalogueRequestResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueRequestResponse201Interface/SubmitCatalogueRequestResponseResponse + + + /root:CatalogueRequest/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CatalogueRequest/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CatalogueRequest/cbc:ProfileID + + + /root:CatalogueRequest/cbc:ID + + + + fb3034ea-eaaf-434b-8798-0433db497e66 + Opdatering af katalogelement + urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + + CatalogueItemSpecificationUpdate + + + /root:CatalogueItemSpecificationUpdate/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:63eab5c0-dfa0-11dc-889b-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd + + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2 + + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueItemSpecificationUpdateResponse201Interface/SubmitCatalogueItemSpecificationUpdateResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueItemSpecificationUpdateResponse201Interface/SubmitCatalogueItemSpecificationUpdateResponseResponse + + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + + /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + + /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueItemSpecificationUpdate_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CatalogueItemSpecificationUpdate/cbc:ProfileID + + + /root:CatalogueItemSpecificationUpdate/cbc:ID + + + + 02092e85-c2e4-4bb2-b22d-3eec04007a36 + Opdatering af katalogpriser + urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2 + CataloguePricingUpdate + + + /root:CataloguePricingUpdate/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:abdb2720-dfa0-11dc-889b-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePricingUpdateResponse201Interface/SubmitCataloguePricingUpdateResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePricingUpdateResponse201Interface/SubmitCataloguePricingUpdateResponseResponse + + + /root:CataloguePricingUpdate/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CataloguePricingUpdate/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + + /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + + /root:CataloguePricingUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_CataloguePricingUpdate_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CataloguePricingUpdate/cbc:ProfileID + + + /root:CataloguePricingUpdate/cbc:ID + + + + 0efa1c48-b5e3-4eb8-bc5f-3fbd78daba10 + Sletning af katalog + urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2 + CatalogueDeletion + + + /root:CatalogueDeletion/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:40e5cbd0-dfa2-11dc-889b-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueDeletion-2.0.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CatalogueDeletion-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueDeletionResponse201Interface/SubmitCatalogueDeletionResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueDeletionResponse201Interface/SubmitCatalogueDeletionResponseResponse + + + /root:CatalogueDeletion/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:CatalogueDeletion/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueDeletion/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:CatalogueDeletion/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueDeletion_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CatalogueDeletion/cbc:ProfileID + + + /root:CatalogueDeletion/cbc:ID + + + + a25f2c30-cb5b-404d-886a-9030621f7eea + Kreditnota + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + CreditNote + + + /root:CreditNote/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:E4EC9613-4830-4bab-AFEE-C37AB1C67AEC + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CreditNote-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNote201Interface/SubmitCreditNoteRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNote201Interface/SubmitCreditNoteResponse + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_CreditNote_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:CreditNote/cbc:ProfileID + + + /root:CreditNote/cbc:ID + + + + c0220657-c101-4d7d-9670-c9463e1559d5 + Faktura + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:2e0b402a-7a5e-476b-8686-b33f54fd1f47 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-Invoice-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice201Interface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_Invoice_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + 5b84d1f6-f315-4a2c-a84d-095b10cc5a2c + Ordre + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + Order + + + /root:Order/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:b138dc71-d301-42d1-8c2e-2c3a26faf56a + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-Order-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Order201Interface/SubmitOrderResponse + + + /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_Order_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Order/cbc:ProfileID + + + /root:Order/cbc:ID + + + + c4a09991-d038-4e51-bb06-2cdffe6c1b77 + Ordreannulering + urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2 + OrderCancellation + + + /root:OrderCancellation/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:7ba80590-dfa1-11dc-889b-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderCancellation-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/OrderCancellationHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderCancellation-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderCancellationResponse201Interface/SubmitOrderCancellationResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderCancellationResponse201Interface/SubmitOrderCancellationResponseResponse + + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderCancellation/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderCancellation/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_OrderCancellation_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderCancellation/cbc:ProfileID + + + /root:OrderCancellation/cbc:ID + + + + ba652e7d-e8bd-4926-8bd8-9e19a5ca23e6 + Ordrebekræftelse + urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2 + OrderResponse + + + /root:OrderResponse/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:ed6d3c40-dfa1-11dc-889b-1a827c218899 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderResponse-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/OrderResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderResponse-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseResponse201Interface/SubmitOrderResponseResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseResponse201Interface/SubmitOrderResponseResponseResponse + + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponse/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponse/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_OrderResponse_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderResponse/cbc:ProfileID + + + /root:OrderResponse/cbc:ID + + + + 0412fdc2-5f07-4e6f-a8fd-c0dc7d780dce + Ordreændring + urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2 + OrderChange + + + /root:OrderChange/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:ea4bc88f-9479-4f9b-a354-4acabdb99336 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderChange-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/OrderChangeHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderChange-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderChangeResponse201Interface/SubmitOrderChangeResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderChangeResponse201Interface/SubmitOrderChangeResponseResponse + + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderChange/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderChange/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_OrderChange_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderChange/cbc:ProfileID + + + /root:OrderChange/cbc:ID + + + + c8577e35-7de6-49f6-926c-c061f5a7d1b6 + Simpel ordrebekræftelse + urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2 + OrderResponseSimple + + + /root:OrderResponseSimple/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:3B0B1309-B575-4d69-9C8F-4126C53CD7B0 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-OrderResponseSimple-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/OrderResponseSimpleHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:OrderResponseSimple-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseSimple201Interface/SubmitOrderResponseSimpleRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderResponseSimple201Interface/SubmitOrderResponseSimpleResponse + + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponseSimple/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:OrderResponseSimple/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_OrderResponseSimple_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:OrderResponseSimple/cbc:ProfileID + + + /root:OrderResponseSimple/cbc:ID + + + + b552710b-e4c2-44f6-a89e-1b158375b5f3 + Rykker + urn:oasis:names:specification:ubl:schema:xsd:Reminder-2 + Reminder + + + /root:Reminder/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:4FBBBDEF-0A8E-4d5e-9B9D-23C8FD98E9CE + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-Reminder-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/ReminderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Reminder-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Reminder201Interface/SubmitReminderResponse + + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Reminder/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Reminder/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_Reminder_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Reminder/cbc:ProfileID + + + /root:Reminder/cbc:ID + + + + 76c4f0fa-e969-4360-9a04-8de3c675d4f2 + KontoUdtog + urn:oasis:names:specification:ubl:schema:xsd:Statement-2 + Statement + + + /root:Statement/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:4e383840-bcfc-11dc-a81b-bfc65441a808 + common/Resources/Schemas/UBL_v2.0/maindoc/UBL-Statement-2.0.xsd + common/Resources/UI/OIOUBL/Stylesheets/StatementHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Statement-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/StatementResponse201Interface/SubmitStatementResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/StatementResponse201Interface/SubmitStatementResponseResponse + + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Statement/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Statement/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_Statement_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:Statement/cbc:ProfileID + + + /root:Statement/cbc:ID + + + + eee3da84-27b7-4b37-81b1-cfb9d2942a00 + Forsynings Specifikation + urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2 + UtilityStatement + + + /root:UtilityStatement/cbc:CustomizationID + OIOUBL-2.0(1|2) + + + uddi:236f277d-a786-4724-a16e-26398b685a07 + common/Resources/Schemas/OIOUBL_v2.1-b/maindoc/UBL-UtilityStatement-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/UtilityStatementHTML.xsl + + + urn:oioubl:names:specification:oioubl:schema:xsd:CommonAggregateComponents-2 + + cac + + + urn:oioubl:names:specification:oioubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oioubl:names:specification:oioubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oioubl:names:specification:oioubl:schema:xsd:UtilityStatement-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/UtilityStatement201Interface/SubmitUtilityStatementRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/UtilityStatement201Interface/SubmitUtilityStatementResponse + + + /root:UtilityStatement/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:UtilityStatement/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:UtilityStatement/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:UtilityStatement/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:UtilityStatement/cac:SenderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/OIOUBL/OIOUBL_UtilityStatement_Schematron.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + /root:UtilityStatement/cbc:ProfileID + + + /root:UtilityStatement/cbc:ID + + + + + + 24750a44-9a18-46f4-85ef-50f00c90068b + Katalog (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + Catalogue + + + /root:Catalogue/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns019:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver4.0 + + + + uddi:6c917ef1-5143-4123-879a-471215dbd373 + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Catalogue-2.1.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCataloguRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePeppol1aInterface/SubmitCatalogueResponse + + + /root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name + + + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:Catalogue/cac:ProviderParty/cbc:EndpointID + + + EndpointKeyType + /root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T19.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T19.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T19.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Catalogue/cbc:ProfileID + + + /root:Catalogue/cbc:ID + + + + + 551e8437-f543-46cf-bd56-492a25e723fc + Applikationsmeddelse (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + ApplicationResponse + + + /root:ApplicationResponse/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns058:ver2.0:extended:urn:www.peppol.eu:bis:peppol1a:ver2.0 + + + + uddi:e79dd402-8f60-4811-9f59-1acb0c036d05 + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-ApplicationResponse-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponsePeppol1aInterface/SubmitApplicationResponseResponse + + + /root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name + + + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID + + + + + + + + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID + + + EndpointKeyType + /root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/BIIRULES-UBL-T58.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOLCORE-UBL-T58.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-catalogue1a/XSLT/OPENPEPPOL-UBL-T58.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:ApplicationResponse/cbc:ProfileID + + + /root:ApplicationResponse/cbc:ID + + + + + 21671b33-58a2-4ab5-96bd-42f6c4f22af6 + Kreditnota (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + CreditNote + + + /root:CreditNote/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns014:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 + + + + uddi:4db3f358-6184-4979-bbc9-5d65aee27132 + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-CreditNote-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/CreditNoteHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:CreditNote-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CreditNotePeppol5aInterface/SubmitCreditNoteResponse + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:CreditNote/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/BIIRULES-UBL-T14.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOLCORE-UBL-T14.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-billing5a/XSLT/OPENPEPPOL-UBL-T14.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:CreditNote/cbc:ProfileID + + + /root:CreditNote/cbc:ID + + + + + c9f45e05-8cc0-44df-ab1e-111c5167b0b5 + Faktura (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol5a:ver2.0 + + + + uddi:ea27f0c4-cb68-4e39-b0eb-5c96af8c1759 + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + + 9e8b18e5-416e-4c41-9b9f-adadc3de6598 + Forsendelsesadvis + urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 + DespatchAdvice + + + /root:DespatchAdvice/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns016:ver1.0:extended:urn:www.peppol.eu:bis:peppol30a:ver1.0 + + + + uddi:96dbec86-aa58-4f1e-ae03-ebb13079ce61 + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-DespatchAdvice-2.1.xsd + + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:DespatchAdvice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2014/09/15/DespatchAdvice10Interface/SubmitDespatchAdviceResponse + + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:DespatchAdvice/cac:DeliveryCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:DespatchAdvice/cac:DespatchSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/BIIRULES-UBL-T16.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOLCORE-UBL-T16.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-despatchadvice30a/XSLT/OPENPEPPOL-UBL-T16.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:DespatchAdvice/cbc:ProfileID + + + /root:DespatchAdvice/cbc:ID + + + + + c1061668-0549-452c-b0cb-7d6428fdc5f7 + Faktura (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns010:ver2.0:extended:urn:www.peppol.eu:bis:peppol4a:ver2.0 + + + + uddi:e956ca42-0be2-487a-8573-580b523c248d + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/BIIRULES-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOLCORE-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-invoice4a/XSLT/OPENPEPPOL-UBL-T10.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + + db2f9050-2adb-49c2-8f05-af9e440d12ca + Ordre (PEPPOL) + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + Order + + + /root:Order/cbc:CustomizationID + + urn:www.cenbii.eu:transaction:biitrns001:ver2.0:extended:urn:www.peppol.eu:bis:peppol3a:ver2.0 + + + + uddi:873c25f6-23d2-4019-830e-89cc89386930 + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Order-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/OrderHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Order-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/OrderPeppol3aInterface/SubmitOrderResponse + + + /root:Order/cac:SellerSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Order/cac:SellerSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + /root:Order/cac:BuyerCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/BIIRULES-UBL-T01.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOLCORE-UBL-T01.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS2.0-order3a/XSLT/OPENPEPPOL-UBL-T01.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Order/cbc:ProfileID + + + /root:Order/cbc:ID + + + + + bab5613e-6360-4e84-84a3-61838a77590c + Faktura (PEPPOL BIS Billing) + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + Invoice + + + /root:Invoice/cbc:CustomizationID + + urn:cen.eu:en16931:2017#compliant#urn:fdc:peppol.eu:2017:poacc:billing:3.0 + + + + uddi:678befa8-ae31-437a-8e52-1139162698df + common/Resources/Schemas/UBL_v2.1/maindoc/UBL-Invoice-2.1.xsd + common/Resources/UI/OIOUBL/Stylesheets/InvoiceHTML.xsl + + + urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2 + cac + + + urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2 + cbc + + + urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2 + ccts + + + urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2 + sdt + + + urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 + + udt + + + urn:oasis:names:specification:ubl:schema:xsd:Invoice-2 + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/InvoicePeppol4aInterface/SubmitInvoiceResponse + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name + + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingCustomerParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID + + + EndpointKeyType + + /root:Invoice/cac:AccountingSupplierParty/cac:Party/cbc:EndpointID/@schemeID + + + + + + + + + + + common/Resources/Schematrons/PEPPOL/BIS3.0-Billing/CEN-EN16931-UBL.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + common/Resources/Schematrons/PEPPOL/BIS3.0-Billing/PEPPOL-EN16931-UBL.xsl + + /svrl:schematron-output/svrl:failed-assert[@flag='fatal'] + /svrl:schematron-output/svrl:failed-assert[@flag='fatal']/svrl:text + + + + + + + + /root:Invoice/cbc:ProfileID + + + /root:Invoice/cbc:ID + + + + + + + 4873431b-fa84-4579-b789-2e3162d06038 + NKS Betalings Ordre + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSPayment + + uddi:f283bd90-a247-11dc-a80b-bfc65441a808 + + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPaymentOrderInterface/SubmitNKSPaymentOrderResponse + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + + + 0e765453-7422-4d90-b13f-850fc0e5b309 + NKS Kvittering 0 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt0 + + uddi:9910d270-a242-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt0.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt0Interface/SubmitNKSReceipt0Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 363237e6-dafc-4103-901a-36b499d0eeaa + NKS Kvittering 1 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSReceipt1 + + uddi:8df531b0-a242-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSReceipt1.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSReceipt1Interface/SubmitNKSReceipt1Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 688df9d0-e564-44a1-8028-617ab625a724 + NKS Retursvar 2 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse2 + + uddi:41a37720-a244-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse2.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse2Interface/SubmitNKSResponse2Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse2Interface/SubmitNKSResponse2Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 3d2b9c5b-5790-4aee-999b-c26a1d66a887 + NKS Retursvar 5 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse5 + + uddi:65ee1590-a244-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse5.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse5Interface/SubmitNKSResponse5Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse5Interface/SubmitNKSResponse5Response + + + //ebms:To/ebms:PartyId[1] + + + //ebms:From/ebms:PartyId[1] + + + //ebms:To/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + //ebms:From/ebms:PartyId[count(../ebms:PartyId)] + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 2cd298b8-eb8c-4f06-b7e8-6562cb54bc4e + NKS Retursvar 7 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse7 + + uddi:ec1ece70-a244-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse7.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse7Interface/SubmitNKSResponse7Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse7Interface/SubmitNKSResponse7Response + + + /root:NKSResponse7/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + + + + /root:NKSResponse7/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp + + + /root:NKSResponse7/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Id + + + EndpointKeyType + string('EAN') + + + + + + /root:NKSResponse7/root:OrgnlGrpRefInfAndSts/swift:GrpId + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 6ba94fca-368d-49d0-9976-ae497c85eb37 + NKS Retursvar 8 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse8 + + uddi:0bc62390-a245-11dc-a80a-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse8.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse8Interface/SubmitNKSResponse8Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse8Interface/SubmitNKSResponse8Response + + + /root:NKSResponse8/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + + + + /root:NKSResponse8/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp + + + /root:NKSResponse8/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Id + + + EndpointKeyType + string('EAN') + + + + + + /root:NKSResponse8/root:OrgnlGrpRefInfAndSts/swift:GrpId + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + 1e780d55-1779-46dc-b438-b023c5e91183 + NKS Retursvar 9 + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + NKSResponse9 + + uddi:2dd3ca50-a245-11dc-a80b-bfc65441a808 + common/Resources/NemKonto/xsd/nemkonto/xml/schemas/2006/05/01/NKS_NKSResponse9.xsd + + + + + http://rep.oio.dk/oes.dk/nemkonto.swift/xml/schemas/2006/05/01/ + swift + + + http://rep.oio.dk/oes.dk/nemkonto.ebms/xml/schemas/2006/05/01/ + ebms + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2006/05/01/ + root + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse9Interface/SubmitNKSResponse9Request + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSResponse9Interface/SubmitNKSResponse9Response + + + /root:NKSResponse9/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Issr + + + + /root:NKSResponse9/root:OrgnlGrpRefInfAndSts/swift:OrgnlMsgTp + + + /root:NKSResponse9/root:GnlInf/swift:InitgPty/swift:OrgId/swift:PrtryId/swift:Id + + + EndpointKeyType + string('EAN') + + + + + + /root:NKSResponse9/root:OrgnlGrpRefInfAndSts/swift:GrpId + + + EndpointKeyType + string('EAN') + + + + + + + + + common/Resources/NemKonto/Schematrons/NemKonto.xsl + + /Schematron/Error + /Schematron/Error/Description + + + + + + + string('NKS2.0') + + + + + + + + + + 76e3b26b-28a2-4cfd-bf67-27c5ee41014d + NKS PU Request + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + NemkontoPrivatUdbetalerTransporterRequest + + uddi:6b5fc8cb-5ec9-42bf-9a6f-1b3762f011ed + + + + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + nkspu + + + http://rep.oio.dk/ean/xml/schemas/2005/01/10/ + ean + + + http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/ + cvr + + + http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/ + cpr + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPURequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPURequestInterface/SubmitNKSPUResponse + + + + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterRequest/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansRecipientAddress/nkspu:VansNemkontoEnvironmentCode + + + + EndpointKeyType + string('DK:VANS') + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterRequest/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansSenderAddress/ean:EAN13Identifier + + + + EndpointKeyType + string('EAN') + + + + + + + + + + + + + + + + + + string('NKS-PU') + + + + + + + + + 1985c136-96df-4a04-add2-ca95b9de3371 + NKS PU Response + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + NemkontoPrivatUdbetalerTransporterResponse + + uddi:34c56e2a-f920-439b-80c7-831cc4ac523b + + + + + + http://rep.oio.dk/oes.dk/nemkonto/xml/schemas/2007/10/01/ + nkspu + + + http://rep.oio.dk/ean/xml/schemas/2005/01/10/ + ean + + + http://rep.oio.dk/cvr.dk/xml/schemas/2005/03/22/ + cvr + + + http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/ + cpr + + + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPUResponseInterface/SubmitNKSPUResponseRequest + + + http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/NKSPUResponseInterface/SubmitNKSPUResponseResponse + + + + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterResponse/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansRecipientAddress/ean:EAN13Identifier + + + + EndpointKeyType + string('EAN') + + + + + + + /nkspu:NemkontoPrivatUdbetalerTransporterResponse/nkspu:TransporterHeader/nkspu:VansHeader/nkspu:VansSenderAddress/nkspu:VansNemkontoEnvironmentCode + + + + EndpointKeyType + string('DK:VANS') + + + + + + + + + + + + + + + + + + string('NKS-PU') + + + + + + + + + + + + + OIOXML elektronisk handel + uddi:c001daa0-8ba3-11dd-894e-770465b08940 + + + OIOXML elektronisk handel - læs ind + uddi:cac79330-8ba3-11dd-894e-770465b08940 + + + Catalogue-CatBas-1.0 + uddi:4697A391-741F-4534-A21E-8F0A460013BB + + + Catalogue-CatBasR-1.0 + uddi:03717C45-27A8-453f-833C-BD4D8AAB9675 + + + Catalogue-CatSim-1.0 + uddi:BE9F86E6-03C0-4d00-A3EE-44FC29EB3882 + + + Catalogue-CatSimR-1.0 + uddi:48277C4B-489F-498d-8246-303A9867C081 + + + Catalogue-CatExt-1.0 + uddi:1C8E9102-6711-42e8-A35A-997C56A35BFE + + + Catalogue-CatExtR-1.0 + uddi:0B864A5A-5E1E-47da-AD3B-A3932F82DA37 + + + Catalogue-CatAdv-1.0 + uddi:7B7909C1-5DE4-4630-A741-C74A9DDDC6AB + + + Catalogue-CatAdvR-1.0 + uddi:EE7F4AEA-BFDC-4886-8C5E-319596E46DA5 + + + Procurement-BilSim-1.0 + uddi:362229ac-b657-452a-b8f8-c93e62c670ff + + + Procurement-BilSimR-1.0 + uddi:98070e14-ee30-4b10-84ef-986cde3b8116 + + + Procurement-PayBas-1.0 + uddi:E5D505C0-4B52-4485-8169-4AB5343559A5 + + + Procurement-PayBasR-1.0 + uddi:FED5F809-64EC-4523-BC57-4A57D5680DA9 + + + Procurement-OrdSim-BilSim-1.0 + uddi:142C4188-3D53-440d-A64F-68D7C3B9A59B + + + Procurement-OrdSimR-BilSimR-1.0 + uddi:1e1b209e-7b8d-4f1e-8f2a-f3d9a94d1086 + + + Procurement-OrdSim-BilSimR-1.0 + uddi:7A638D35-3E08-432e-B558-74CB85889905 + + + Procurement-OrdSimR-BilSim-1.0 + uddi:EBABEE8B-A5D3-4dc9-B976-3AAFF9A4E855 + + + Procurement-OrdAdv-BilSim-1.0 + uddi:88FBD6D5-6A25-4c08-91CC-5344C73C4D69 + + + Procurement-OrdAdv-BilSimR-1.0 + uddi:76897296-08aa-4848-a933-ae068b4c604e + + + Procurement-OrdAdvR-BilSim-1.0 + uddi:1d01dd98-a302-4897-92d8-fd501447c450 + + + Procurement-OrdAdvR-BilSimR-1.0 + uddi:b23940b1-d571-4640-8830-9b7f34809fbc + + + Procurement-OrdSel-BilSim-1.0 + uddi:46D94D6B-E835-4916-BBB5-F27DC655876A + + + Procurement-OrdSel-BilSimR-1.0 + uddi:42AD3EDE-BBD4-434d-AAE6-044CE3EF8D1F + + + urn:www.nesubl.eu:profiles:profile1:ver2.0 + uddi:FC1D4A1C-1538-4bdb-A718-2EFD712256C5 + + + urn:www.nesubl.eu:profiles:profile2:ver2.0 + uddi:3A3BFE67-AD35-43f0-9AE7-CDF268AE221D + + + urn:www.nesubl.eu:profiles:profile3:ver2.0 + uddi:F5231EDB-FBB4-4a3b-A46C-3BCF1B3C3F35 + + + + + + + urn:www.nesubl.eu:profiles:profile5:ver2.0 + uddi:aee8b6de-298f-4cbc-a96d-9ae8aed0ac31 + + + + + + + urn:www.nesubl.eu:profiles:profile7:ver2.0 + uddi:BB0B4FD4-F6AF-489f-98D9-7130424E7F8D + + + urn:www.nesubl.eu:profiles:profile8:ver2.0 + uddi:F4240370-CCA6-401e-9B5B-4531F413421D + + + Reference-Utility-1.0 + uddi:570b3009-3f9f-46d2-b533-31d0bb4a37a0 + + + Reference-UtilityR-1.0 + uddi:1bfd82e6-0eca-47df-9230-37b97c9788c6 + + + Catalogue-CatPriUpd-1.0 + uddi:a7f4c627-d459-4ef2-a132-fc6df0971db1 + + + Catalogue-CatPriUpdR-1.0 + uddi:fc5313f8-19e0-408b-85ca-87c364f2a41c + + + Procurement-OrdSim-1.0 + uddi:5f2d93a7-bdb7-4543-b667-ba71192e5c5f + + + Procurement-OrdSimR-1.0 + uddi:7fe5938c-1b3a-403c-8155-039b49a06cef + + + Procurement-TecRes-1.0 + uddi:ce80ccce-3ef9-47ea-8cf4-120913a87dc2 + + + Reference-Attachment-1.0 + uddi:10faffb1-1303-485e-924a-e8b551f31949 + + + urn:www.cenbii.eu:profile:bii04:ver2.0 + uddi:553e78e6-7de4-4926-8384-53ef82566560 + + + + + + + urn:www.cenbii.eu:profile:bii01:ver2.0 + uddi:c7cb8dd0-af00-42c6-a8b7-48204aa7b30f + + + urn:www.cenbii.eu:profile:bii30:ver2.0 + uddi:19ec7bb2-a39b-438c-a6ce-2124d6148f8f + + + urn:www.cenbii.eu:profile:bii05:ver2.0 + uddi:8dde0481-9055-41fe-94f7-5102ce3672e7 + + + urn:www.cenbii.eu:profile:bii03:ver2.0 + uddi:90043120-5eab-468c-be4a-5562d95a73a7 + + + + + urn:fdc:peppol.eu:2017:poacc:billing:01:1.0 + uddi:1d193a6a-23a2-425f-bb19-a864b2415c1a + + + + NS-urn:fdc:peppol.eu:2017:poacc:billing:01:1.0 + uddi:417c3aac-4bbb-46d6-86d1-a44f757fb326 + + + + + + + + NKS2.0 + uddi:fbc05a80-bde5-11dc-a81d-bfc65441a808 + + + NKS-PU + uddi:736eed0e-b698-4b2c-946e-7b996009c345 + + + + + + dk.gov.oiosi.security.ldap.LdapCertificateLookup + + + + + crtdir.pp.certifikat.dk + 389 + + + ldap.ca1.cti-gov.dk + 389 + + 4000 + 5000 + + + + + dk.gov.oiosi.security.revocation.ocsp.OcspLookup + + + + 20000 + + + dk.gov.oiosi.uddi.UddiLookupClient + + + dk.gov.oiosi.uddi.RegistryLookupClient + + + + + + + 30 + + + + http://discoverypublic-test.nemhandel.dk/uddi/services/inquiry + + + + + + + + + + + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 4 + + + frequencyInMinutes + 60 + + + + + + dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + + dk.gov.oiosi.RaspLibrary + + + maxSize + 100 + + + onFailureRetryIntervalMinutes + 1 + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 4 + + + frequencyInMinutes + 60 + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 24 + + + frequencyInHours + 1 + + + + + + dk.gov.oiosi.common.cache.TimedCache + dk.gov.oiosi.RaspLibrary + + + validityTimeInHours + 24 + + + frequencyInHours + 1 + + + + + + dk.gov.oiosi.common.cache.LeastFrequentlyUsedQuantityCache + + dk.gov.oiosi.RaspLibrary + + + maxSize + 100 + + + + + + + + + + + + ./test/src/keys/OCES_Test.jks + Test1234 + ca + + + + + + + PID + + + RID + + + UID + + + FID + + + + + ./cfg/policy.Test.xml + ./cfg/axis2.Test.xml + ./repository + + + + + + false + 5000 + 5 + + + + + + -- GitLab