Commit 31a7b404 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Initial commit

parent 2d521e8c
Loading
Loading
Loading
Loading
Loading
+58 −0
Original line number Diff line number Diff line
@@ -800,4 +800,62 @@
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
        <!--DeliveryStatus: see Clause 10.2.4 Table 10.X -->
        <Owner>ETSI</Owner>
        <Name>DeliveryStatus</Name>
        <DictionaryEntries>
            <DictionaryEntry>
                <Value>Available</Value>
                <Meaning>The Delivery is available</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>InFlight</Value>
                <Meaning>The Delivery object details have been made available to a client</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Acknowledged</Value>
                <Meaning>The Delivery object details have been acknowledged</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Downloaded</Value>
                <Meaning>The Delivery data has been received</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Expired</Value>
                <Meaning>The expiry date for this Delivery has passed</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Error</Value>
                <Meaning>The Delivery has an error</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
        <!--DeliveryStatus: see Clause 10.2.4 Table 10.Y -->
        <Owner>ETSI</Owner>
        <Name>DeliveryDesiredStatus</Name>
        <DictionaryEntries>
            <DictionaryEntry>
                <Value>Available</Value>
                <Meaning>The Delivery is available</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Acknowledged</Value>
                <Meaning>The Delivery object details have been acknowledged</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>InFlight</Value>
                <Meaning>The Delivery object details are being processed</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Downloaded</Value>
                <Meaning>The Delivery data has been received</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Error</Value>
                <Meaning>The Delivery has an error</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>    
</Dictionaries>
+6 −0
Original line number Diff line number Diff line
@@ -70,4 +70,10 @@
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Timespan">
        <xs:sequence>
            <xs:element name="StartTime" type="etsi:QualifiedDateTime"/>
            <xs:element name="EndTime" type="etsi:QualifiedDateTime"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>
+3 −0
Original line number Diff line number Diff line
@@ -127,6 +127,9 @@
        <xs:sequence>
            <xs:element name="ObjectType" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="LastChanged" type="etsi:QualifiedDateTime" minOccurs="0"/>
            <xs:element name="LastChangedTimespan" type="common:Timespan" minOccurs="0"/>
            <xs:element name="MaxObjectCount" type="xs:positiveInteger" minOccurs="0"/>
            <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LISTResponse">
+5 −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/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:etsi707="http://uri.etsi.org/03707/2020/02" 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: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:import namespace="http://uri.etsi.org/03707/2020/02"/>
    <xs:complexType name="DeliveryObject">
        <xs:complexContent>
            <xs:extension base="core:HI1Object">
@@ -13,6 +14,8 @@
                    <xs:element name="LastSequence" type="xs:boolean" minOccurs="0"/>
                    <xs:element name="Manifest" type="Manifest" minOccurs="0"/>
                    <xs:element name="Delivery" type="Delivery" minOccurs="0"/>
                    <xs:element name="DeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/>
                    <xs:element name="DesiredDeliveryStatus" type="common:DictionaryEntry" minOccurs="0"/>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
@@ -52,6 +55,7 @@
            <xs:element name="BinaryData" type="EmbeddedBinaryData"/>
            <xs:element name="XMLData" type="EmbeddedXMLData"/>
            <xs:element name="JSONData" type="EmbeddedJSONData"/>
            <xs:element name="URLData" type="etsi707:BinaryObject"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="EmbeddedBinaryData">
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
            "103120/schema/xsd/ts_103120_Task.xsd",
            "103120/schema/xsd/ts_103120_TrafficPolicy.xsd",
            "103280/TS_103_280.xsd",
            "103707/TS_103_707.xsd",
            "testing/deps/xmldsig/xmldsig-core-schema.xsd",
            "103120/examples/xml/FooServiceSchema.xsd"
        ],