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

Update 2 files

- /102657/RDMessage.asn
- /102657/RDMessage.xsd
parent d0760570
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -793,7 +793,9 @@ BillingRecords ::= SEQUENCE
    transactionStatus                   [8] UTF8String OPTIONAL,
        -- Status of the transaction (i.e. "declined", "succeeded", etc.)
        -- Details to be defined on a national bases
    copyOfBill                          [9] SEQUENCE OF File OPTIONAL
    copyOfBill                          [9] SEQUENCE OF File OPTIONAL,
    cryptocurrency                      [10] DigitalTokenIdentifier OPTIONAL
        -- Cryptocurrency of payment as per ISO 24165-2 [57]
}


@@ -1799,9 +1801,11 @@ MsgBillingRecords ::= SEQUENCE
    msgTransactionID            [7] UTF8String OPTIONAL,
        -- Unique reference for this transaction/billing record
        -- Details to be defined on a national basis
    mgsTransactionStatus        [8] UTF8String OPTIONAL
    mgsTransactionStatus        [8] UTF8String OPTIONAL,
        -- 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]
}

NationalMsgBillingRecords ::= SEQUENCE
@@ -2191,9 +2195,11 @@ MultimediaBillingRecords ::= SEQUENCE
    multimediaTransactionID             [7] UTF8String OPTIONAL,
        -- Unique reference for this transaction/billing record
        -- Details to be defined on a national basis
    multimediaTransactionStatus         [8] UTF8String OPTIONAL
    multimediaTransactionStatus         [8] UTF8String OPTIONAL,
        -- 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]
}

NationalMultimediaBillingRecords ::= SEQUENCE
+3 −0
Original line number Diff line number Diff line
@@ -871,6 +871,7 @@
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="cryptocurrency" type="DigitalTokenIdentifier" minOccurs="0"/>
            <xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
@@ -1880,6 +1881,7 @@
            <xsd:element name="nationalMsgBillingRecords" type="NationalMsgBillingRecords" minOccurs="0"/>
            <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:any namespace="##other" processContents="lax" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
@@ -3137,6 +3139,7 @@
            <xsd:element name="nationalMultimediaBillingRecords" type="NationalMultimediaBillingRecords" minOccurs="0"/>
            <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:any namespace="##other" processContents="lax" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>