Commit f4af9ec8 authored by turkovic's avatar turkovic Committed by canterburym
Browse files

fix linting errors

parent 9fbcf186
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,13 +123,13 @@

  <xs:complexType name="ListOfGPSI">
    <xs:sequence>
      <xs:element name="GPSI" type="GPSI" minOccurs="0" maxOccurs="unbounded"></xs:element>
      <xs:element name="GPSI" type="GPSI" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="ListOfMSISDNs">
    <xs:sequence>
      <xs:element name="MSISDN" type="common:InternationalE164" minOccurs="0" maxOccurs="unbounded"></xs:element>
      <xs:element name="MSISDN" type="common:InternationalE164" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>