Commit c42d1af0 authored by canterburym's avatar canterburym
Browse files

Merge branch 'cr/33128/0422' into 'meeting/SA98e'

TS 33.128 CR0422 - Location Only Reporting Provisioning Details

See merge request !97
parents e61eee3f 9644b9dc
Loading
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@
  </xs:simpleType>

  <xs:element name="IdentifierAssociationExtensions" type="IdentifierAssociationExtensions" ></xs:element>

  <xs:complexType name="X1Extension">
    <xs:choice>
      <xs:element name="LALSLILCSTargetProvisioning" type="LALSLILCSTargetProvisioningExtensions"></xs:element>
@@ -98,6 +99,7 @@
      <xs:element name="IdentifierAssociation" type="IdentifierAssociationExtensions"></xs:element>
      <xs:element name="SDP" type="SDP"></xs:element>
      <xs:element name="STIRSHAKENProvisioning" type="STIRSHAKENTargetProvisioningExtensions"></xs:element>
      <xs:element name="LocationOnlyProvisioning" type="LocationOnlyProvisioningExtensions"></xs:element>
    </xs:choice>
  </xs:complexType>

@@ -371,4 +373,10 @@
    </xs:restriction>
  </xs:simpleType>

  <xs:complexType name="LocationOnlyProvisioningExtensions">
    <xs:sequence>
      <xs:element name="LocationOnly" type="EmptyElement" minOccurs="0"></xs:element>
    </xs:sequence>
  </xs:complexType>

</xs:schema>