Commit 21ad9993 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Updating EPOC object

parent e71dd850
Loading
Loading
Loading
Loading
Loading
+5 −2
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:ef1="http://uri.etsi.org/03120/common/2025/02/EpocForm1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ph="http://uri.etsi.org/03120/common/2025/02/EPOCPlaceholder" xmlns:epoc="http://data.europa.eu/edm/1/ns/epoc" xmlns:eio="http://data.europa.eu/edm/1/ns/eio" xmlns:epocform1="http://data.europa.eu/edm/1/ns/forms/EPOC-FORM-1#" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:ecauth="http://uri.etsi.org/03120/common/2025/02/EioAuthority">
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:epoc="http://uri.etsi.org/03120/common/2025/06/EPOCAdditionalInfo" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common">
  <Header>
    <SenderIdentifier>
      <CountryCode>XX</CountryCode>
@@ -185,13 +185,16 @@
        <ActionRequest>
          <ActionIdentifier>3</ActionIdentifier>
          <CREATE>
            <HI1Object xsi:type="ph:EPOCPlaceholderObject">
            <HI1Object xsi:type="epoc:EPOCAdditionalInfo">
              <ObjectIdentifier>c036a15b-69e7-477c-a64a-a4dad7fd2e1a</ObjectIdentifier>
              <CountryCode>XX</CountryCode>
              <OwnerIdentifier>Issuing Authority A</OwnerIdentifier>
              <AssociatedObjects>
                <AssociatedObject>020aeae3-e986-4e43-9cb9-3776e41fd636</AssociatedObject>
              </AssociatedObjects>
              <epoc:UnmappedXML>
                <arbitraryXML></arbitraryXML>
              </epoc:UnmappedXML>
            </HI1Object>
          </CREATE>
        </ActionRequest>
+5 −5
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:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns="http://uri.etsi.org/03120/common/2025/02/EPOCPlaceholder" targetNamespace="http://uri.etsi.org/03120/common/2025/02/EPOCPlaceholder"  elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:etsi="http://uri.etsi.org/03280/common/2017/07" xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core" xmlns="http://uri.etsi.org/03120/common/2025/06/EPOCAdditionalInfo" targetNamespace="http://uri.etsi.org/03120/common/2025/06/EPOCAdditionalInfo"  elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:complexType name="EPOCPlaceholderObject">
    <xs:complexType name="EPOCAdditionalInfo">
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:element name="placeholder" type="placeholder" minOccurs="0"></xs:element>
                    <xs:element name="UnmappedXML" type="UnmappedXML" minOccurs="0"></xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="placeholder">
    <xs:complexType name="UnmappedXML">
        <xs:sequence>
            <xs:any maxOccurs="unbounded"></xs:any>
            <xs:any maxOccurs="unbounded" processContents="lax"></xs:any>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@
            "103280/TS_103_280.xsd",
            "testing/deps/xmldsig/xmldsig-core-schema.xsd",
            "103120/examples/xml/FooServiceSchema.xsd",
            "104144/schema/xsd/ts_104144_PlaceholderObject.xsd"
            "104144/schema/xsd/ts_104144_EPOCAdditionalInfo.xsd"
        ],
        "exampleFiles" : [
            "104144/examples"