Commit 114f96f8 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

CRxx6 - Missing Mappings

parent 3f3d0477
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -43,6 +43,26 @@
                <Value>DelayInformingUser</Value>
                <Meaning>Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>DelayToAvoidObstructingProcedures</Value>
                <Meaning>Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to avoid obstructing official or legal inquiries, investigations or procedures.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>DelayToAvoidPrejudicingInvestigation</Value>
                <Meaning>Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to avoid prejudicing the prevention, detection, investigation or prosecution of criminal offences or the execution of criminal penalties.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>DelayToProtectPublicSecurity</Value>
                <Meaning>Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to protect public security.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>DelayToProtectNationalSecurity</Value>
                <Meaning>Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to protect national security.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>DelayToProtectRightsOfOthers</Value>
                <Meaning>Indicates that Form 1 Section H specifies that the Issuing Authority will delay informing the person whose data are being requested to protect the rights and freedoms of others.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>EnforcingAuthorityNotified</Value>
                <Meaning>Indicates that Form 1 Section K indicates that the Enforcing Authority has been notified of the EPOC.</Meaning>
+4 −0
Original line number Diff line number Diff line
@@ -224,6 +224,10 @@
                                    </task:LDDeliveryProfile>
                                </task:LDDeliveryDestination>
                            </task:DeliveryDetails>
                            <task:NationalLDTaskingParameters xsi:type="epoc:EPOCLDTaskParameters">
                                <task:CountryCode>EU</task:CountryCode>
                                <epoc:AdditionalInfoToSpecifyRequest>Extra information from section F</epoc:AdditionalInfoToSpecifyRequest>
                            </task:NationalLDTaskingParameters>
                            <task:Deadlines>
                                <task:LDDeadline>
                                    <task:DateTime>2026-01-01T00:00:00Z</task:DateTime>
+36 −1
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:auth="http://uri.etsi.org/03120/common/2020/09/Authorisation" 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: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:auth="http://uri.etsi.org/03120/common/2020/09/Authorisation" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" 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/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2020/09/Authorisation"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2020/09/Task"/>
    <xs:complexType name="EPOCAdditionalInfo">
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
@@ -24,6 +25,9 @@
                <xs:sequence>
                    <xs:element name="UnderlyingConditions" type="UnderlyingConditions" minOccurs="0"/>
                    <xs:element name="RelatedRequestDetails" type="RelatedRequestDetails" minOccurs="0"/>
                    <xs:element name="SectionCAdditionalInformation" type="etsi:LongString" minOccurs="0"/>
                    <xs:element name="SectionEAdditionallnformation" type="etsi:LongString" minOccurs="0"/>
                    <xs:element name="SectionLPreferredMeans" type="etsi:LongString" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
@@ -88,4 +92,35 @@
            <xs:element name="AdditionalContactInfo" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:group name="EPOCTaskParameters">
        <xs:sequence>
            <xs:element name="AdditionalInfoToSpecifyRequest" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="SubscriberDataOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="IdentifyingUserIPOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="IdentifyingUserOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="TrafficDataMobileOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="TrafficDataInternetOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="TrafficDataHostingOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="TrafficDataOtherOtherInfo" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="ContentDataOtherInfo" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:group>
    <xs:complexType name="EPOCLDTaskParameters">
        <xs:complexContent>
            <xs:extension base="task:NationalLDTaskingParameters">
                <xs:sequence>
                    <xs:group ref="EPOCTaskParameters"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="EPOCLPTaskParameters">
        <xs:complexContent>
            <xs:extension base="task:NationalLPTaskingParameters">
                <xs:sequence>
                    <xs:group ref="EPOCTaskParameters"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:schema>
 No newline at end of file