Commit b12b2a02 authored by canterburym's avatar canterburym
Browse files

Pushing identifiers down to LocationOutcome

parent 8c732b48
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,14 +54,14 @@

  <xs:complexType name="LocationOutcomes">
    <xs:sequence>
      <xs:element name="SUPI" type="liqr:SUPI"/>
      <xs:element name="GPSI" type="liqr:GPSI" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="LocationOutcome" type="LocationOutcome" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="LocationOutcome">
    <xs:sequence>
      <xs:element name="SUPI" type="liqr:SUPI"/>
      <xs:element name="GPSI" type="liqr:GPSI" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="Location" type="liqr:TS29518Location" minOccurs="0"/>
      <xs:element name="FailureCause" type="liqr:ErrorInformation" minOccurs="0"/>
    </xs:sequence>