Commit 6d765738 authored by Steije van Schelt's avatar Steije van Schelt Committed by Mark Canterbury
Browse files

EncryptionObject and reference

parent deea1ff7
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<?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/2019/10/Delivery" targetNamespace="http://uri.etsi.org/03120/common/2019/10/Delivery" 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:encryption="http://uri.etsi.org/03120/common/2026/01/Encryption" xmlns="http://uri.etsi.org/03120/common/2019/10/Delivery" targetNamespace="http://uri.etsi.org/03120/common/2019/10/Delivery" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2026/01/Encryption"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:complexType name="DeliveryObject">
    <xs:complexType name="DeliveryObject">
        <xs:complexContent>
        <xs:complexContent>
@@ -15,7 +16,7 @@
                    <xs:element name="Delivery" type="Delivery" minOccurs="0"/>
                    <xs:element name="Delivery" type="Delivery" minOccurs="0"/>
                    <xs:element name="DeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DeliveryDesiredStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DeliveryDesiredStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="EncryptionDetails" type="DeliveryEncryptionDetails" minOccurs="0"/>
                    <xs:element name="EncryptionReference" type="encryption:EncryptionReference" minOccurs="0"/>
                </xs:sequence>
                </xs:sequence>
            </xs:extension>
            </xs:extension>
        </xs:complexContent>
        </xs:complexContent>
+23 −0
Original line number Original line 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/2026/01/Encryption" targetNamespace="http://uri.etsi.org/03120/common/2026/01/Encryption" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <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="EncryptionObject">
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
                <xs:sequence>
                    <xs:element name="EncryptionScheme" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="X509EncryptionDetails" minOccurs="0"/>
                    <xs:element name="AdditionalInformation" type="etsi:LongString" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="X509EncryptionDetails">
        <xs:element name="X509Certificate" type="xs:base64Binary" minOccurs="0"/>
    </xs:complexType>
    <xs:complexType name="EncryptionReference">
        <xs:element name="ObjectIdentifier" type="core:ObjectIdentifier"/>
    </xs:complexType>
</xs:schema>
+3 −1
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<?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/2020/09/Task" targetNamespace="http://uri.etsi.org/03120/common/2020/09/Task" 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:encryption="http://uri.etsi.org/03120/common/2026/01/Encryption" xmlns="http://uri.etsi.org/03120/common/2020/09/Task" targetNamespace="http://uri.etsi.org/03120/common/2020/09/Task" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core"/>
    <xs:import namespace="http://uri.etsi.org/03120/common/2026/01/Encryption"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>
    <xs:complexType name="LITaskObject">
    <xs:complexType name="LITaskObject">
        <xs:complexContent>
        <xs:complexContent>
@@ -166,6 +167,7 @@
    <xs:complexType name="LDDeliveryDestination">
    <xs:complexType name="LDDeliveryDestination">
        <xs:sequence>
        <xs:sequence>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="DeliveryAddress" type="DeliveryAddress" minOccurs="0"/>
            <xs:element name="EncryptionReference" type="encryption:EncryptionReference" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="EncryptionDetails" type="NationalEncryptionDetails" minOccurs="0"/>
            <xs:element name="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="LDDeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="LDDeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/>