Skip to content
RaspConfiguration.Test.xml 291 KiB
Newer Older
Jacob Lund Mogensen's avatar
Jacob Lund Mogensen committed
<?xml version="1.0" encoding="utf-8"?>
<RaspConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://oiosi.dk/rasp/xml/2007/04/01/">
    <ConfigurationSection xsi:type="StartupConfig">
        <StartupTasks>
            <StartupTask>
                <ImplementationNamespaceClass>dk.gov.oiosi.common.startup.SchematronPreloadStartupTask
                </ImplementationNamespaceClass>
                <ConfigurationList>
                    <Configuration>
                        <Name>initDocumentTypeFriendlyName</Name>
                        <Value>Faktura</Value>
                    </Configuration>
                    <Configuration>
                        <Name>initDocumentTypeFriendlyName</Name>
                        <Value>Kreditnota</Value>
                    </Configuration>
                </ConfigurationList>
            </StartupTask>
            <StartupTask>
                <!--
                    Next startup task has sense only if CRL revocation is configured in configuration section RevocationLookupFactoryConfig (non-OCSP).
                    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.
                 -->
                <ImplementationNamespaceClass>dk.gov.oiosi.common.startup.DownloadCRLStartupTask
                </ImplementationNamespaceClass>
                <ConfigurationList>
                    <!-- CRL URL of usual OCES certificates, which were used before OIORASP 1.3.0 -->
                    <!--<Configuration>-->
                    <!--<Name>downloadCrlUrl</Name>-->
                    <!--<Value>http://crl.oces.certifikat.dk/oces.crl</Value>-->
                    <!--</Configuration>-->
                    <!-- CRL URL of OCES2 certificates from DanID, provided for testing -->
                    <Configuration>
                        <Name>downloadCrlUrl</Name>
                        <Value>http://crl.systemtest8.trust2408.com/systemtest8.crl</Value>
                    </Configuration>
                    <!-- CRL URL of OCES2 certificates from DanID, provided for testing -->
                    <Configuration>
                        <Name>downloadCrlUrl</Name>
                        <Value>http://crl.systemtest7.trust2408.com/systemtest7.crl</Value>
                    </Configuration>
                </ConfigurationList>
            </StartupTask>
            <StartupTask>
                <ImplementationNamespaceClass>dk.gov.oiosi.common.startup.StartCacheStateLogScheduledJobStartupTask
                </ImplementationNamespaceClass>
                <ConfigurationList>
                    <Configuration>
                        <Name>scheduleJobRunInterval</Name>
                        <Value>30</Value>
                    </Configuration>
                    <Configuration>
                        <Name>scheduleJobRunIntervalTimeUnit</Name>
                        <Value>SECONDS</Value>
                    </Configuration>
                </ConfigurationList>
            </StartupTask>
        </StartupTasks>
    </ConfigurationSection>
    <ConfigurationSection xsi:type="DocumentTypeCollectionConfig">
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
        <DocumentTypes>
            <DocumentTypeConfig>
                <Id>5a15a880-eef8-40c0-80f2-bb65226f50c2</Id>
                <FriendlyName>Faktura v0.7</FriendlyName>
                <RootNamespace>http://rep.oio.dk/ubl/xml/schemas/0p71/pie/</RootNamespace>
                <RootName>Invoice</RootName>
                <IdentifierDiscriminators/>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:bc99bb01-80f9-4f52-89dc-edf7732c56f9</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/OIOXML_v0.7/pieStrict.xsd</SchemaPath>
                <StylesheetPath>common/Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl</StylesheetPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>http://rep.oio.dk/ubl/xml/schemas/0p71/common/</Namespace>
                        <Prefix>com</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/</Namespace>
                        <Prefix>main</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>http://rep.oio.dk/ubl/xml/schemas/0p71/pie/</Namespace>
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Request
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Invoice07Interface/SubmitInvoice07Response
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/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
                        </XPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:Invoice/com:SellerParty/com:PartyName/com:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:Invoice/com:BuyersReferenceID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:Invoice/com:BuyersReferenceID/@schemeID</XPathExpression>
                                <Mappings>
                                    <!-- For backward compatibility when sending to RASP Java 2.0.x endpoints, 6 old mappings are essential to keep in relation to OIOUBL -->
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </Key>
                    <SenderKey>
                        <Xpath>/root:Invoice/com:SellerParty/com:ID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:Invoice/com:SellerParty/com:ID/@schemeID</XPathExpression>
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </SenderKey>
                </EndpointType>
                <XsltTransformStylesheetPath/>
                <SchematronValidationConfigs>
                    <SchematronValidationConfig>
                        <SchematronDocumentPath>common/Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl
                        </SchematronDocumentPath>
                        <ErrorXPath>/schematron/error</ErrorXPath>
                        <ErrorMessageXPath>/schematron/error</ErrorMessageXPath>
                    </SchematronValidationConfig>
                </SchematronValidationConfigs>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <CustomHeaderConfiguration>
                    <XPaths/>
                </CustomHeaderConfiguration>
Jacob Mogensen's avatar
Jacob Mogensen committed
                <ProfileIdXPath>
                    <XPath>string('OIOXML elektronisk handel')</XPath>
Jacob Mogensen's avatar
Jacob Mogensen committed
                </ProfileIdXPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <DocumentIdXPath>
                    <XPath>/root:Invoice/com:ID</XPath>
                </DocumentIdXPath>
            </DocumentTypeConfig>
            <DocumentTypeConfig>
                <Id>7bd520d7-6ae5-4a3c-8604-082e69414092</Id>
                <FriendlyName>Kreditnota v0.7</FriendlyName>
                <RootNamespace>http://rep.oio.dk/ubl/xml/schemas/0p71/pcm/</RootNamespace>
                <RootName>Invoice</RootName>
                <IdentifierDiscriminators/>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:3bbc9cf0-3c4c-11dc-98be-6976502198bd</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/OIOXML_v0.7/pcmStrict.xsd</SchemaPath>
                <StylesheetPath>common/Resources/UI/OIOXML_v0.7/StyleSheets/html.xsl</StylesheetPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>http://rep.oio.dk/ubl/xml/schemas/0p71/common/</Namespace>
                        <Prefix>com</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>http://rep.oio.dk/ubl/xml/schemas/0p71/maindoc/</Namespace>
                        <Prefix>main</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>http://rep.oio.dk/ubl/xml/schemas/0p71/pcm/</Namespace>
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Request
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/Creditnote07Interface/SubmitCreditNote07Response
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/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
                        </XPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:Invoice/com:SellerParty/com:PartyName/com:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:Invoice/com:BuyersReferenceID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:Invoice/com:BuyersReferenceID/@schemeID</XPathExpression>
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </Key>
                    <SenderKey>
                        <Xpath>/root:Invoice/com:SellerParty/com:ID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:Invoice/com:SellerParty/com:ID/@schemeID</XPathExpression>
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </SenderKey>
                </EndpointType>
                <XsltTransformStylesheetPath/>
                <SchematronValidationConfigs>
                    <SchematronValidationConfig>
                        <SchematronDocumentPath>common/Resources/Schematrons/OIOXML_v0.7/ublinvoice.xsl
                        </SchematronDocumentPath>
                        <ErrorXPath>/schematron/error</ErrorXPath>
                        <ErrorMessageXPath>/schematron/error</ErrorMessageXPath>
                    </SchematronValidationConfig>
                </SchematronValidationConfigs>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <CustomHeaderConfiguration>
                    <XPaths/>
                </CustomHeaderConfiguration>
Jacob Mogensen's avatar
Jacob Mogensen committed
                <ProfileIdXPath>
                    <XPath>string('OIOXML elektronisk handel')</XPath>
Jacob Mogensen's avatar
Jacob Mogensen committed
                </ProfileIdXPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <DocumentIdXPath>
                    <XPath>/root:Invoice/com:ID</XPath>
                </DocumentIdXPath>
            </DocumentTypeConfig>
            <DocumentTypeConfig>
                <Id>40c9fbee-ad39-48ed-9e04-c28cbbf8a38c</Id>
                <FriendlyName>Applikationsmeddelse</FriendlyName>
                <RootNamespace>urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2</RootNamespace>
                <RootName>ApplicationResponse</RootName>
                <IdentifierDiscriminators>
                    <XPathDiscriminatorConfig>
                        <XPathExpression>/root:ApplicationResponse/cbc:CustomizationID</XPathExpression>
                        <XPathExpectedResult>OIOUBL-2.0(1|2)</XPathExpectedResult>
                    </XPathDiscriminatorConfig>
                </IdentifierDiscriminators>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:42F92342-C3ED-46ff-8A8A-6518F55D5CD5</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/UBL_v2.0/maindoc/UBL-ApplicationResponse-2.0.xsd</SchemaPath>
                <StylesheetPath>common/Resources/UI/OIOUBL/Stylesheets/ApplicationResponseHTML.xsl</StylesheetPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2</Namespace>
                        <Prefix>cac</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2</Namespace>
                        <Prefix>cbc</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2</Namespace>
                        <Prefix>ccts</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2</Namespace>
                        <Prefix>sdt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
                        </Namespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                        <Prefix>udt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2</Namespace>
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponse201Interface/SubmitApplicationResponseRequest
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/ApplicationResponse201Interface/SubmitApplicationResponseResponse
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/root:ApplicationResponse/cac:ReceiverParty/cac:PartyName/cbc:Name</XPath>
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:ApplicationResponse/cac:SenderParty/cac:PartyName/cbc:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:ApplicationResponse/cac:ReceiverParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </Key>
                    <SenderKey>
                        <Xpath>/root:ApplicationResponse/cac:SenderParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:ApplicationResponse/cac:SenderParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </SenderKey>
                </EndpointType>
                <XsltTransformStylesheetPath/>
                <SchematronValidationConfigs>
                    <SchematronValidationConfig>
                        <SchematronDocumentPath>common/Resources/Schematrons/OIOUBL/OIOUBL_ApplicationResponse_Schematron.xsl
                        </SchematronDocumentPath>
                        <ErrorXPath>/Schematron/Error</ErrorXPath>
                        <ErrorMessageXPath>/Schematron/Error/Description</ErrorMessageXPath>
                    </SchematronValidationConfig>
                </SchematronValidationConfigs>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <CustomHeaderConfiguration>
                    <XPaths/>
                </CustomHeaderConfiguration>
                <ProfileIdXPath>
                    <XPath>/root:ApplicationResponse/cbc:ProfileID</XPath>
                </ProfileIdXPath>
                <DocumentIdXPath>
                    <XPath>/root:ApplicationResponse/cbc:ID</XPath>
                </DocumentIdXPath>
            </DocumentTypeConfig>
            <DocumentTypeConfig>
                <Id>68db0c6f-ec2c-44ad-b1c3-bdfae65ee5f0</Id>
                <FriendlyName>Katalog</FriendlyName>
                <RootNamespace>urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2</RootNamespace>
                <RootName>Catalogue</RootName>
                <IdentifierDiscriminators>
                    <XPathDiscriminatorConfig>
                        <XPathExpression>/root:Catalogue/cbc:CustomizationID</XPathExpression>
                        <XPathExpectedResult>OIOUBL-2.0(1|2)</XPathExpectedResult>
                    </XPathDiscriminatorConfig>
                </IdentifierDiscriminators>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:b8a5a5d0-df9f-11dc-889a-1a827c218899</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/UBL_v2.0/maindoc/UBL-Catalogue-2.0.xsd</SchemaPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <StylesheetPath/>
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2</Namespace>
                        <Prefix>cac</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2</Namespace>
                        <Prefix>cbc</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2</Namespace>
                        <Prefix>ccts</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2</Namespace>
                        <Prefix>sdt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
                        </Namespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                        <Prefix>udt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:Catalogue-2</Namespace>
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueResponse201Interface/SubmitCatalogueResponseRequest
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueResponse201Interface/SubmitCatalogueResponseRequestResponse
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/root:Catalogue/cac:ReceiverParty/cac:PartyName/cbc:Name</XPath>
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:Catalogue/cac:ProviderParty/cac:PartyName/cbc:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:Catalogue/cac:ReceiverParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:Catalogue/cac:ReceiverParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </Key>
                    <SenderKey>
                        <Xpath>/root:Catalogue/cac:ProviderParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:Catalogue/cac:ProviderParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </SenderKey>
                </EndpointType>
                <XsltTransformStylesheetPath/>
                <SchematronValidationConfigs>
                    <SchematronValidationConfig>
                        <SchematronDocumentPath>common/Resources/Schematrons/OIOUBL/OIOUBL_Catalogue_Schematron.xsl
                        </SchematronDocumentPath>
                        <ErrorXPath>/Schematron/Error</ErrorXPath>
                        <ErrorMessageXPath>/Schematron/Error/Description</ErrorMessageXPath>
                    </SchematronValidationConfig>
                </SchematronValidationConfigs>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <CustomHeaderConfiguration>
                    <XPaths/>
                </CustomHeaderConfiguration>
                <ProfileIdXPath>
                    <XPath>/root:Catalogue/cbc:ProfileID</XPath>
                </ProfileIdXPath>
                <DocumentIdXPath>
                    <XPath>/root:Catalogue/cbc:ID</XPath>
                </DocumentIdXPath>
            </DocumentTypeConfig>
            <DocumentTypeConfig>
                <Id>463984d1-4ba5-44d6-8903-565cc56dd4cb</Id>
                <FriendlyName>Katalogforespørgsel</FriendlyName>
                <RootNamespace>urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2</RootNamespace>
                <RootName>CatalogueRequest</RootName>
                <IdentifierDiscriminators>
                    <XPathDiscriminatorConfig>
                        <XPathExpression>/root:CatalogueRequest/cbc:CustomizationID</XPathExpression>
                        <XPathExpectedResult>OIOUBL-2.0(1|2)</XPathExpectedResult>
                    </XPathDiscriminatorConfig>
                </IdentifierDiscriminators>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:0cb0ff80-dfa0-11dc-889a-1a827c218899</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueRequest-2.0.xsd</SchemaPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <StylesheetPath/>
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2</Namespace>
                        <Prefix>cac</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2</Namespace>
                        <Prefix>cbc</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2</Namespace>
                        <Prefix>ccts</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2</Namespace>
                        <Prefix>sdt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
                        </Namespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                        <Prefix>udt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CatalogueRequest-2</Namespace>
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueRequestResponse201Interface/SubmitCatalogueRequestResponseRequest
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueRequestResponse201Interface/SubmitCatalogueRequestResponseResponse
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/root:CatalogueRequest/cac:ProviderParty/cac:PartyName/cbc:Name</XPath>
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:CatalogueRequest/cac:ReceiverParty/cac:PartyName/cbc:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:CatalogueRequest/cac:ProviderParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </Key>
                    <SenderKey>
                        <Xpath>/root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>/root:CatalogueRequest/cac:ReceiverParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </SenderKey>
                </EndpointType>
                <XsltTransformStylesheetPath/>
                <SchematronValidationConfigs>
                    <SchematronValidationConfig>
                        <SchematronDocumentPath>common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueRequest_Schematron.xsl
                        </SchematronDocumentPath>
                        <ErrorXPath>/Schematron/Error</ErrorXPath>
                        <ErrorMessageXPath>/Schematron/Error/Description</ErrorMessageXPath>
                    </SchematronValidationConfig>
                </SchematronValidationConfigs>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <CustomHeaderConfiguration>
                    <XPaths/>
                </CustomHeaderConfiguration>
                <ProfileIdXPath>
                    <XPath>/root:CatalogueRequest/cbc:ProfileID</XPath>
                </ProfileIdXPath>
                <DocumentIdXPath>
                    <XPath>/root:CatalogueRequest/cbc:ID</XPath>
                </DocumentIdXPath>
            </DocumentTypeConfig>
            <DocumentTypeConfig>
                <Id>fb3034ea-eaaf-434b-8798-0433db497e66</Id>
                <FriendlyName>Opdatering af katalogelement</FriendlyName>
                <RootNamespace>urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2
                </RootNamespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <RootName>CatalogueItemSpecificationUpdate</RootName>
                <IdentifierDiscriminators>
                    <XPathDiscriminatorConfig>
                        <XPathExpression>/root:CatalogueItemSpecificationUpdate/cbc:CustomizationID</XPathExpression>
                        <XPathExpectedResult>OIOUBL-2.0(1|2)</XPathExpectedResult>
                    </XPathDiscriminatorConfig>
                </IdentifierDiscriminators>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:63eab5c0-dfa0-11dc-889b-1a827c218899</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CatalogueItemSpecificationUpdate-2.0.xsd</SchemaPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <StylesheetPath/>
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2</Namespace>
                        <Prefix>cac</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2</Namespace>
                        <Prefix>cbc</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2</Namespace>
                        <Prefix>ccts</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2</Namespace>
                        <Prefix>sdt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
                        </Namespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                        <Prefix>udt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CatalogueItemSpecificationUpdate-2
                        </Namespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueItemSpecificationUpdateResponse201Interface/SubmitCatalogueItemSpecificationUpdateResponseRequest
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CatalogueItemSpecificationUpdateResponse201Interface/SubmitCatalogueItemSpecificationUpdateResponseResponse
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cac:PartyName/cbc:Name</XPath>
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cac:PartyName/cbc:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>
                                    /root:CatalogueItemSpecificationUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </Key>
                    <SenderKey>
                        <Xpath>/root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>
                                    /root:CatalogueItemSpecificationUpdate/cac:ProviderParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>
                            </KeyTypeMappingExpressions>
                        </MappingExpressions>
                    </SenderKey>
                </EndpointType>
                <XsltTransformStylesheetPath/>
                <SchematronValidationConfigs>
                    <SchematronValidationConfig>
                        <SchematronDocumentPath>
                            common/Resources/Schematrons/OIOUBL/OIOUBL_CatalogueItemSpecificationUpdate_Schematron.xsl
                        </SchematronDocumentPath>
                        <ErrorXPath>/Schematron/Error</ErrorXPath>
                        <ErrorMessageXPath>/Schematron/Error/Description</ErrorMessageXPath>
                    </SchematronValidationConfig>
                </SchematronValidationConfigs>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <CustomHeaderConfiguration>
                    <XPaths/>
                </CustomHeaderConfiguration>
                <ProfileIdXPath>
                    <XPath>/root:CatalogueItemSpecificationUpdate/cbc:ProfileID</XPath>
                </ProfileIdXPath>
                <DocumentIdXPath>
                    <XPath>/root:CatalogueItemSpecificationUpdate/cbc:ID</XPath>
                </DocumentIdXPath>
            </DocumentTypeConfig>
            <DocumentTypeConfig>
                <Id>02092e85-c2e4-4bb2-b22d-3eec04007a36</Id>
                <FriendlyName>Opdatering af katalogpriser</FriendlyName>
                <RootNamespace>urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2</RootNamespace>
                <RootName>CataloguePricingUpdate</RootName>
                <IdentifierDiscriminators>
                    <XPathDiscriminatorConfig>
                        <XPathExpression>/root:CataloguePricingUpdate/cbc:CustomizationID</XPathExpression>
                        <XPathExpectedResult>OIOUBL-2.0(1|2)</XPathExpectedResult>
                    </XPathDiscriminatorConfig>
                </IdentifierDiscriminators>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <ServiceContractTModel>uddi:abdb2720-dfa0-11dc-889b-1a827c218899</ServiceContractTModel>
                <SchemaPath>common/Resources/Schemas/UBL_v2.0/maindoc/UBL-CataloguePricingUpdate-2.0.xsd</SchemaPath>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                <StylesheetPath/>
                <Namespaces>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2</Namespace>
                        <Prefix>cac</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2</Namespace>
                        <Prefix>cbc</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-2</Namespace>
                        <Prefix>ccts</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:SpecializedDatatypes-2</Namespace>
                        <Prefix>sdt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
                        </Namespace>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                        <Prefix>udt</Prefix>
                    </PrefixedNamespace>
                    <PrefixedNamespace>
                        <Namespace>urn:oasis:names:specification:ubl:schema:xsd:CataloguePricingUpdate-2</Namespace>
                        <Prefix>root</Prefix>
                    </PrefixedNamespace>
                </Namespaces>
                <EndpointType>
                    <RequestAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePricingUpdateResponse201Interface/SubmitCataloguePricingUpdateResponseRequest
                    </RequestAction>
                    <ReplyAction>
                        http://rep.oio.dk/oiosi.ehandel.gov.dk/xml/schemas/2007/09/01/CataloguePricingUpdateResponse201Interface/SubmitCataloguePricingUpdateResponseResponse
                    </ReplyAction>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                    <EndpointFriendlyName>
                        <XPath>/root:CataloguePricingUpdate/cac:ReceiverParty/cac:PartyName/cbc:Name</XPath>
                    </EndpointFriendlyName>
                    <SenderFriendlyName>
                        <XPath>/root:CataloguePricingUpdate/cac:ProviderParty/cac:PartyName/cbc:Name</XPath>
                    </SenderFriendlyName>
                    <Key>
                        <Xpath>/root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID</Xpath>
                        <MappingExpressions>
                            <KeyTypeMappingExpressions>
                                <Name>EndpointKeyType</Name>
                                <XPathExpression>
                                    /root:CataloguePricingUpdate/cac:ReceiverParty/cbc:EndpointID/@schemeID
                                </XPathExpression>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                <Mappings>
                                    <Mapping>
                                        <Value>GLN</Value>
                                        <MapsTo>ean</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CVR</Value>
                                        <MapsTo>cvr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:CPR</Value>
                                        <MapsTo>cpr</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:P</Value>
                                        <MapsTo>p</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:SE</Value>
                                        <MapsTo>se</MapsTo>
                                    </Mapping>
                                    <Mapping>
                                        <Value>DK:VANS</Value>
                                        <MapsTo>vans</MapsTo>
                                    </Mapping>
Peter Sone Koldkjær's avatar
Peter Sone Koldkjær committed
                                </Mappings>