Commit 3d03f59a authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Merge branch 'cr/102657/0146' into 'meeting/LI65'

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

See merge request li/schemas-definitions!128
parents 59921641 870ce190
Loading
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>