Loading 103120/schema/xsd/ts_103120_Delivery.xsd +4 −3 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/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/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:complexType name="DeliveryObject"> <xs:complexContent> Loading @@ -15,7 +16,7 @@ <xs:element name="Delivery" type="Delivery" minOccurs="0"/> <xs:element name="DeliveryStatus" 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:extension> </xs:complexContent> Loading 103120/schema/xsd/ts_103120_Encryption.xsd 0 → 100644 +23 −0 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/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> 103120/schema/xsd/ts_103120_Task.xsd +3 −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="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/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:complexType name="LITaskObject"> <xs:complexContent> Loading Loading @@ -166,6 +167,7 @@ <xs:complexType name="LDDeliveryDestination"> <xs:sequence> <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="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="LDDeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/> Loading Loading
103120/schema/xsd/ts_103120_Delivery.xsd +4 −3 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/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/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:complexType name="DeliveryObject"> <xs:complexContent> Loading @@ -15,7 +16,7 @@ <xs:element name="Delivery" type="Delivery" minOccurs="0"/> <xs:element name="DeliveryStatus" 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:extension> </xs:complexContent> Loading
103120/schema/xsd/ts_103120_Encryption.xsd 0 → 100644 +23 −0 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/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>
103120/schema/xsd/ts_103120_Task.xsd +3 −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="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/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:complexType name="LITaskObject"> <xs:complexContent> Loading Loading @@ -166,6 +167,7 @@ <xs:complexType name="LDDeliveryDestination"> <xs:sequence> <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="LDHandoverFormat" type="common:DictionaryEntry" minOccurs="0"/> <xs:element name="LDDeliveryProfile" type="common:DictionaryEntry" minOccurs="0"/> Loading