Commit fac3f623 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

First changes

parent 08380ab4
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@
        </SenderIdentifier>
        <ReceiverIdentifier>
            <CountryCode>XX</CountryCode>
            <UniqueIdentifier>ACTOR02</UniqueIdentifier>
            <UniqueIdentifier>UNKNOWN</UniqueIdentifier>
        </ReceiverIdentifier>
        <TransactionIdentifier>be8e3406-f5c1-477d-81d6-c52246072d7e</TransactionIdentifier>
        <Timestamp>2025-10-01T12:00:00.000000Z</Timestamp>
        <Version>
            <ETSIVersion>V1.19.1</ETSIVersion>
            <ETSIVersion>V1.24.1</ETSIVersion>
            <NationalProfileOwner>XX</NationalProfileOwner>
            <NationalProfileVersion>v1.0</NationalProfileVersion>
        </Version>
@@ -23,7 +23,7 @@
                <ActionRequest>
                    <ActionIdentifier>0</ActionIdentifier>
                    <GET>
                        <Identifier>267c4107-6798-4b75-912d-bd3ccd4496a3</Identifier>
                        <Identifier>00000000-0000-4000-8000-000000000000</Identifier>
                    </GET>
                </ActionRequest>
            </ActionRequests>
+11 −18
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:authority="http://uri.etsi.org/03120/common/2025/06/Authority">
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:eea="http://uri.etsi.org/03120/common/2026/09/EPOCEnforcingAuthorities">
    <Header>
        <SenderIdentifier>
            <CountryCode>XX</CountryCode>
@@ -23,23 +23,16 @@
                <ActionResponse>
                    <ActionIdentifier>0</ActionIdentifier>
                    <GETResponse>
                        <HI1Object xsi:type="authority:Authority">
                            <ObjectIdentifier>267c4107-6798-4b75-912d-bd3ccd4496a3</ObjectIdentifier>
                            <CountryCode>XX</CountryCode>
                            <OwnerIdentifier>ACTOR01</OwnerIdentifier>
                            <authority:Name>Authority 1</authority:Name>
                            <authority:Competencies>
                                <authority:Competency>
                                    <common:Owner>ETSI</common:Owner>
                                    <common:Name>AuthorityCompetency</common:Name>
                                    <common:Value>EnforcingAuthority</common:Value>
                                </authority:Competency>
                                <authority:Competency>
                                    <common:Owner>ETSI</common:Owner>
                                    <common:Name>AuthorityCompetency</common:Name>
                                    <common:Value>CentralAuthority</common:Value>
                                </authority:Competency>
                            </authority:Competencies>
                        <HI1Object xsi:type="eea:EPOCEnforcingAuthorities">
                            <ObjectIdentifier>00000000-0000-4000-8000-000000000000</ObjectIdentifier>
                            <eea:EndpointID>
                                <CountryCode>DE</CountryCode>
                                <UniqueIdentifier>epoc-authority-1</UniqueIdentifier>
                            </eea:EndpointID>
                            <eea:EndpointID>
                                <CountryCode>DE</CountryCode>
                                <UniqueIdentifier>epoc-authority-12</UniqueIdentifier>
                            </eea:EndpointID>
                        </HI1Object>
                    </GETResponse>
                </ActionResponse>
+4 −10
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns="http://uri.etsi.org/03120/common/2025/06/Authority" targetNamespace="http://uri.etsi.org/03120/common/2025/06/Authority" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns="http://uri.etsi.org/03120/common/2026/09/EPOCEnforcingAuthorities" targetNamespace="http://uri.etsi.org/03120/common/2026/09/EPOCEnforcingAuthorities" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:complexType name="Authority">
    <xs:complexType name="EPOCEnforcingAuthorities">
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:element name="Name" type="etsi:LongString" minOccurs="0"/>
                    <xs:element name="Competencies" type="Competencies" minOccurs="0"/>
                    <xs:element name="EndpointID" type="core:EndpointID" minOccurs="0" maxOccurs="unbounded"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="Competencies">
        <xs:sequence>
            <xs:element name="Competency" type="common:DictionaryEntry" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
    "104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd",
    "104144/schema/xsd/ts_104144_Form3.xsd",
    "104144/schema/xsd/ts_104144_GroundsForRefusal.xsd",
    "104144/schema/xsd/ts_104144_Authority.xsd",
    "104144/schema/xsd/ts_104144_EPOCEnforcingAuthorities.xsd",
    "testing/deps/xmldsig/xmldsig-core-schema.xsd",
    "103120/examples/xml/FooServiceSchema.xsd"
  ],