Commit 3c2ca3b6 authored by canterburym's avatar canterburym
Browse files

Updating LocationResponseDetails to match latest draft (I think)

parent 448c188f
Loading
Loading
Loading
Loading
Loading
+4 −10
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@

<xs:complexType name="LocationResponseDetails">
    <xs:sequence>
      <xs:element name="Locations" type="LocationRecords"/>
      <xs:element name="SUPI" type="liqr:SUPI"/>
      <xs:element name="GPSI" type="liqr:GPSI" minOccurs="0"/>
      <xs:element name="LocationRecords" type="LocationRecords"/>
    </xs:sequence>
  </xs:complexType>

@@ -54,17 +56,9 @@

  <xs:complexType name="LocationRecord">
    <xs:sequence>
      <xs:element name="Identifier" type="LocationAcquisitionIdentifier"/>
      <xs:element name="Location" type="liqr:TS29518Location"/>
      <xs:element name="Location" type="liqr:TS29518Location" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="LocationAcquisitionIdentifier">
    <xs:choice maxOccurs="unbounded">
      <xs:element name="SUPI" type="liqr:SUPI"/>
      <xs:element name="GPSI" type="liqr:GPSI"/>
    </xs:choice>
  </xs:complexType>

</xs:schema>