Commit 15b4c348 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/103120/116' into 'meeting/LI70'

TS 103 120 CR116 - Adding CountryCode to LISTRequest

See merge request !264
parents 6b582205 dd463593
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@
            <xs:element name="LastChangedTimespan" type="common:Timespan" minOccurs="0"/>
            <xs:element name="MaximumObjectCount" type="xs:positiveInteger" minOccurs="0"/>
            <xs:element name="Status" type="common:DictionaryEntry" minOccurs="0"/>
            <xs:element name="CountryCode" type="etsi:ISOCountryCode" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="LISTResponse">