Commit 870ce190 authored by marthy's avatar marthy Committed by Mark Canterbury
Browse files

TS 102 657 CR146 - Change the XML-Schema-definition of iMEI in SubscribedTelephonyServices

parent 59921641
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -728,7 +728,8 @@ SubscribedTelephonyServices ::= SEQUENCE
        -- in cases of MultiSIM card contracts
    loginInfos                          [24] SEQUENCE OF LoginInfo OPTIONAL,
        -- e.g. login information according a VMS/UMS account
    paymentTransactions                 [25] SEQUENCE OF BillingRecords OPTIONAL
    paymentTransactions                 [25] SEQUENCE OF BillingRecords OPTIONAL,
    iMEIs                               [26] SEQUENCE OF IMEI OPTIONAL
}


+7 −0
Original line number Diff line number Diff line
@@ -798,6 +798,13 @@
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
			<xsd:element name="iMEIs" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence minOccurs="0" maxOccurs="unbounded">
						<xsd:element name="IMEI" type="IMEI"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
            <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>