Commit e469483d authored by Vishal Masalawala's avatar Vishal Masalawala
Browse files

Updates match r2

parent 31a7b404
Loading
Loading
Loading
Loading
Loading
+8 −16
Original line number Diff line number Diff line
@@ -809,26 +809,22 @@
                <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>
                <Meaning>The Delivery data is no longer available due to expiry</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Error</Value>
                <Meaning>The Delivery has an error</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Received</Value>
                <Meaning>The Delivery data has been received</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
    <Dictionary>
@@ -845,17 +841,13 @@
                <Meaning>The Delivery object details have been acknowledged</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>InFlight</Value>
                <Meaning>The Delivery object details are being processed</Meaning>
                <Value>Error</Value>
                <Meaning>The Delivery has an error</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>Downloaded</Value>
                <Value>Received</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>
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@
            <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="MaximumObjectCount" type="xs:positiveInteger" minOccurs="0"/>
            <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>