Commit 72eb1728 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding missing example from OFCOM(CH)

parent 1b3cdc8e
Loading
Loading
Loading
Loading
Loading
+39 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:auth="http://uri.etsi.org/03120/common/2020/09/Authorisation" xmlns:doc="http://uri.etsi.org/03120/common/2020/09/Document" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" xmlns:notify="http://uri.etsi.org/03120/common/2016/02/Notification" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common">
    <Header>
        <SenderIdentifier>
            <CountryCode>DE</CountryCode>
            <UniqueIdentifier>issuing-authority-1</UniqueIdentifier>
        </SenderIdentifier>
        <ReceiverIdentifier>
            <CountryCode>IE</CountryCode>
            <UniqueIdentifier>service-provider-1</UniqueIdentifier>
        </ReceiverIdentifier>
        <TransactionIdentifier>7f264513-d323-4e47-abd0-a34134b3a224</TransactionIdentifier>
        <Timestamp>2025-06-01T09:00:43.000000+01:00</Timestamp>
        <Version>
            <ETSIVersion>V1.24.1</ETSIVersion>
            <NationalProfileOwner>EU</NationalProfileOwner>
            <NationalProfileVersion>v1.5.1</NationalProfileVersion>
        </Version>
    </Header>
    <Payload>
        <RequestPayload>
            <ActionRequests>
                <ActionRequest>
                    <ActionIdentifier>0</ActionIdentifier>
                    <UPDATE>
                        <HI1Object xsi:type="doc:DocumentObject">
                            <ObjectIdentifier>03e36530-cdf2-4cb8-bfa3-ceff9fd96c59</ObjectIdentifier>
                            <doc:DocumentDesiredStatus>
                                <common:Owner>ETSI</common:Owner>
                                <common:Name>EPOCDocumentDesiredStatus</common:Name>
                                <common:Value>Received</common:Value>
                            </doc:DocumentDesiredStatus>
                        </HI1Object>
                    </UPDATE>
                </ActionRequest>
            </ActionRequests>
        </RequestPayload>
    </Payload>
</HI1Message>
 No newline at end of file