Commit 5b8ed26f authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0396' of forge.3gpp.org:sa3/li into cr/33128/0396

parents e125f150 e78d3294
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -34,11 +34,17 @@
<xs:complexType name="MDF2DeliveryStructure">
    <xs:sequence>
        <xs:element name="XID" type="x1:XId" />
        <xs:element name="ListOfDestinations" type="x1:ListOfDids" />
        <xs:element name="ListOfDestinations" type="ListOfDestinations" />
    </xs:sequence>
  </xs:complexType>

<xs:element name="LIXQRResponse" type="LocationResponseDetails"/>
<xs:element name="LIHILAResponse" type="LocationResponseDetails"/>

<xs:complexType name="ListOfDestinations">
    <xs:sequence>
        <xs:element name="Destination" type="x1:DestinationDetails" maxOccurs="unbounded"/>
    </xs:sequence>
</xs:complexType>

<xs:complexType name="LocationResponseDetails">
    <xs:sequence>