Commit 9d29e943 authored by Mark Canterbury's avatar Mark Canterbury Committed by Mark Canterbury
Browse files

Adding Section D details and moving underlying conditions

parent 81b1696d
Loading
Loading
Loading
Loading
+0 −48
Original line number Diff line number Diff line
@@ -47,54 +47,6 @@
                <Value>EnforcingAuthorityNotified</Value>
                <Meaning>Indicates that Form 1 Section K indicates that the Enforcing Authority has been notified of the EPOC.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>CriminalProceedingsOffense</Value>
                <Meaning>Indicates that this EPOC concerns criminal proceedings in respect of a criminal offence.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>CustodialSentenceAbsconded</Value>
                <Meaning>Indicates that this EPOC concerns execution of a custodial sentence or a detention order of at least four months following criminal proceedings, imposed by a decision that was not rendered in absentia, in cases where the person convicted absconded from justice.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>CriminalOffense3YearThreshold</Value>
                <Meaning>Indicates that this EPOC is issued for traffic data which are not requested for the sole purpose of identifying the user, or for content data, or both, and concerns criminal offence(s) punishable in the issuing State by a custodial sentence of a maximum of at least three years.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Directive2019_713Offense</Value>
                <Meaning>Indicates that this EPOC is issued for traffic data which are not requested for the sole purpose of identifying the user, or for content data, or both, and concerns offenses as defined in Articles 3 to 8 of Directive (EU) 2019/713 of the European Parliament and of the Council.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Directive2011_93_EUOffense</Value>
                <Meaning>Indicates that this EPOC is issued for traffic data which are not requested for the sole purpose of identifying the user, or for content data, or both, and concerns offenses as defined in Articles 3 to 7 of Directive 2011/93/EU of the European Parliament and of the Council.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Directive2013_40_EUOffense</Value>
                <Meaning>Indicates that this EPOC is issued for traffic data which are not requested for the sole purpose of identifying the user, or for content data, or both, and concerns offenses as defined in Articles 3 to 8 of Directive 2013/40/EU of the European Parliament and of the Council.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Directive2017_541Offense</Value>
                <Meaning>Indicates that this EPOC is issued for traffic data which are not requested for the sole purpose of identifying the user, or for content data, or both, and concerns criminal offenses as defined in Articles 3 to 12 and 14 of Directive (EU) 2017/541 of the European Parliament and of the Council.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>AddressedToController</Value>
                <Meaning>Indicates that this EPOC is addressed to the service provider acting as controller.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>AddressedToProcessorControllerUnidentified</Value>
                <Meaning>Indicates that this EPOC is addressed to the service provider who is or, in the case of situations where the controller cannot be identified, is possibly processing the data on behalf of the controller, because the controller cannot be identified despite reasonable efforts on the part of the issuing authority.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>AddressedToProcessorDetrimentalToInvestigation</Value>
                <Meaning>Indicates that this EPOC is addressed to the service provider who is or, in the case of situations where the controller cannot be identified, is possibly processing the data on behalf of the controller, because addressing the controller might be detrimental to the investigation.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>ProcessorShallInformController</Value>
                <Meaning>Indicates that this EPOC being addressed to the service provider processing data on behalf of the controller, the processor shall inform the controller about the data production.</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>ProcessorShallNotInformController</Value>
                <Meaning>Indicates that this EPOC being addressed to the service provider processing data on behalf of the controller, the processor shall not inform the controller about the data production until further notice, as it would be detrimental to the investigation.</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
+61 −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: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: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/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:complexType name="EPOCAdditionalInfo">
        <xs:complexContent>
@@ -16,4 +17,63 @@
            <xs:any maxOccurs="unbounded" processContents="lax"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EPOCAuthorisationParameters">
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:element name="UnderlyingConditions" type="UnderlyingConditions" minOccurs="0"/>
                    <xs:element name="RelatedRequestDetails" type="RelatedRequestDetails" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="UnderlyingConditions">
        <xs:sequence>
            <xs:element name="CriminalProceedingsOffense" type="xs:boolean" minOccurs="0"/>
            <xs:element name="CustodialSentenceAbsconded" type="xs:boolean" minOccurs="0"/>
            <xs:element name="OffenseClassification" type="etsi:LongString"/>
            <xs:element name="CriminalOffense3YearThreshold" type="xs:boolean" minOccurs="0"/>
            <xs:element name="Directive2019_713Offense" type="xs:boolean" minOccurs="0"/>
            <xs:element name="Directive2011_93_EUOffense" type="xs:boolean" minOccurs="0"/>
            <xs:element name="Directive2013_40_EUOffense" type="xs:boolean" minOccurs="0"/>
            <xs:element name="Directive2017_541Offense" type="xs:boolean" minOccurs="0"/>
            <xs:element name="AddressedToController" type="xs:boolean" minOccurs="0"/>
            <xs:element name="AddressedToProcessorControllerUnidentified" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="AddressedToProcessorDetrimentalToInvestigation" type="xs:boolean" minOccurs="0"/>
            <xs:element name="ProcessorShallInformController" type="xs:boolean" minOccurs="0"/>
            <xs:element name="ProcessorShallNotInformController" type="xs:boolean" minOccurs="0"/>
            <xs:element name="ProcessorNotInformingControllerJustification" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="AdditionalUnderlyingConditionsInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="RelatedRequestDetails">
        <xs:sequence>
            <xs:element name="RelatedRequests" type="ListOfRelatedRequests" minOccurs="0"/>
            <xs:element name="OtherInformation" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ListOfRelatedRequests">
        <xs:sequence>
            <xs:element name="RelatedRequest" type="RelatedRequest" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="RelatedRequest">
        <xs:sequence>
            <xs:element name="RequestInBand" type="xs:boolean"/>
            <xs:element name="InstrumentType" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="ExternalIdentifier" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="IssuerDetails" type="RelatedRequestPartyInformation" minOccurs="0"/>
            <xs:element name="AddresseeDetails" type="RelatedRequestPartyInformation" minOccurs="0"/>
            <xs:element name="CompetentAuthorityDetails" type="RelatedRequestPartyInformation" minOccurs="0"/>
            <xs:element name="IssuedOn" type="etsi:QualifiedDateTime" minOccurs="0"/>
            <xs:element name="TransmittedOn" type="etsi:QualifiedDateTime" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="RelatedRequestPartyInformation">
        <xs:sequence>
            <xs:element name="TechnicalIdentifier" type="core:EndpointID" minOccurs="0"/>
            <xs:element name="Name" type="etsi:LongString" minOccurs="0"/>
            <xs:element name="FileNumber" type="etsi:LongString" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
 No newline at end of file