Commit d0d16604 authored by Jason Graham's avatar Jason Graham
Browse files

Update 2 files

- /103120/dictionaries/ts_103120_ETSIDictionaryDefinitions.xml
- /103120/schema/xsd/ts_103120_Delivery.xsd
parent 7a63a7a2
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -666,6 +666,10 @@
            <DictionaryEntry>
                <Value>IsLocal</Value>
                <Meaning>Indicates that the current Task shall disclose information about a local identity. If both the IsNonLocal and IsLocal flag are absent, the identity provided within the Task shall be considered as a local identity unless otherwise agreed.</Meaning>
            </DictionaryEntry>
                        <DictionaryEntry>
                <Value>DataExistence</Value>
                <Meaning>Indicates that the current Task shall disclose only the existence of data that matches the criteria in the LDRequestDetails.</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
@@ -802,6 +806,10 @@
                <Value>TS103976</Value>
                <Meaning>Delivery according to ETSI TS 103 976, using JSON encoding</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>TS103120-DataExistence</Value>
                <Meaning>Delivery according to ETSI TS 103 120 Data Existence Response.</Meaning>
            </DictionaryEntry>
        </DictionaryEntries>
    </Dictionary>
</Dictionaries>
+1 −1
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
            <xs:element name="BinaryData" type="EmbeddedBinaryData"/>
            <xs:element name="XMLData" type="EmbeddedXMLData"/>
            <xs:element name="JSONData" type="EmbeddedJSONData"/>
            <xs:element name="DataExistence" type="xs:boolean"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="EmbeddedBinaryData">
@@ -71,5 +72,4 @@
        <xs:sequence>
            <xs:any namespace="##other" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
</xs:schema>