Commit d5874b79 authored by Christoph Marthy's avatar Christoph Marthy Committed by Mark Canterbury
Browse files

Correction for copyOfBill

parent 5e964c31
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1771,6 +1771,7 @@ MsgBillingDetails ::= SEQUENCE
        -- Only to be used in case the present document cannot fulfil the national requirements
    ...,
    copyOfBill                  [7] SEQUENCE OF File OPTIONAL
        -- Obsolete from v2.6.1. Use copyOfBill in MsgBillingRecords instead
}


@@ -1805,7 +1806,8 @@ MsgBillingRecords ::= SEQUENCE
        -- Status of the transaction (i.e. "declined", "succeeded" etc.)
        -- Details to be defined on a national bases
    cryptocurrency              [9] DigitalTokenIdentifier OPTIONAL
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
        -- Cryptocurrency of payment as per ISO 24165-2 [57],
    copyOfBill                  [10] SEQUENCE OF File OPTIONAL
}

NationalMsgBillingRecords ::= SEQUENCE
@@ -2157,6 +2159,7 @@ MultimediaBillingDetails ::= SEQUENCE
    ...,
    multimediaBillingAddress            [7] MultimediaBillingAddress OPTIONAL,
    copyOfBill                          [8] SEQUENCE OF File OPTIONAL
        -- Obsolete from v2.6.1. Use copyOfBill in MultimediaBillingRecords instead
}


@@ -2199,7 +2202,8 @@ MultimediaBillingRecords ::= SEQUENCE
        -- Status of the transaction (i.e. "declined", "succeeded", etc.)
        -- Details to be defined on a national bases
    cryptocurrency                      [9] DigitalTokenIdentifier OPTIONAL
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
        -- Cryptocurrency of payment as per ISO 24165-2 [57],
    copyOfBill                          [10] SEQUENCE OF File OPTIONAL
}

NationalMultimediaBillingRecords ::= SEQUENCE
+16 −0
Original line number Diff line number Diff line
@@ -1882,6 +1882,13 @@
            <xsd:element name="msgTransactionID" type="xsd:string" minOccurs="0"/>
            <xsd:element name="msgTransactionStatus" type="xsd:string" minOccurs="0"/>
            <xsd:element name="cryptocurrency" type="DigitalTokenIdentifier" minOccurs="0"/>
            <xsd:element name="copyOfBill" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="File" type="File"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
@@ -1915,6 +1922,7 @@
            </xsd:element>
            <xsd:element name="nationalMsgBillingDetails" type="NationalMsgBillingDetails" minOccurs="0"/>
            <xsd:element name="copyOfBill" minOccurs="0">
            <!-- Obsolete from v2.6.1. Use copyOfBill in MsgBillingRecords instead -->
                <xsd:complexType>
                    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="File" type="File"/>
@@ -3091,6 +3099,7 @@
            <xsd:element name="nationalMultimediaBillingDetails" type="NationalMultimediaBillingDetails" minOccurs="0"/>
            <xsd:element name="multimediaBillingAddress" type="MultimediaBillingAddress" minOccurs="0"/>
            <xsd:element name="copyOfBill" minOccurs="0">
            <!-- Obsolete from v2.6.1. Use copyOfBill in MutimediaBillingRecords instead -->
                <xsd:complexType>
                    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="File" type="File"/>
@@ -3140,6 +3149,13 @@
            <xsd:element name="multimediaTransactionID" type="xsd:string" minOccurs="0"/>
            <xsd:element name="multimediaTransactionStatus" type="xsd:string" minOccurs="0"/>
            <xsd:element name="cryptocurrency" type="DigitalTokenIdentifier" minOccurs="0"/>
            <xsd:element name="copyOfBill" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence minOccurs="0" maxOccurs="unbounded">
                        <xsd:element name="File" type="File"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>