Commit c44ed9c3 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Fixing merge conflict

parents 2ba19c05 7d671ea4
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -172,6 +172,10 @@
                <Value>IsTest</Value>
                <Meaning>Indicates that the current authorisation is given for test purposes. This may alter the process or documentation accompanying the authorisation</Meaning>
            </DictionaryEntry>
            <DictionaryEntry>
                <Value>IsDataAvailable</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>
    <Dictionary>
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
            <xs:element name="XMLData" type="EmbeddedXMLData"/>
            <xs:element name="JSONData" type="EmbeddedJSONData"/>
            <xs:element name="URL" type="URLObject"/>
            <xs:element name="DataExistence" type="xs:boolean"/>
        </xs:choice>
    </xs:complexType>
    <xs:complexType name="EmbeddedBinaryData">