Commit e78d3294 authored by grahamj's avatar grahamj
Browse files

Corrected ListOfDestinations

parent 36123234
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -34,13 +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="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>