Commit 868f6c43 authored by marthy's avatar marthy
Browse files

Update 2 files

- /102657/RDMessage.asn
- /102657/RDMessage.xsd
parent 68a7da4f
Loading
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -2449,9 +2449,9 @@ EdgeComputingApplicationBillingRecords ::= SEQUENCE

DigitalTokenIdentifier ::= SEQUENCE
{
    baseRecord                  [1] BaseRecord,
    forkRecord                  [2] ForkRecord,
    informativeDataElements     [3] InformativeDataElements,
    baseRecord                  [1] BaseRecord OPTIONAL,
    forkRecord                  [2] ForkRecord OPTIONAL,
    informativeDataElements     [3] InformativeDataElements OPTIONAL,
    ...
}

@@ -2461,17 +2461,17 @@ ForkRecord ::= OCTET STRING

InformativeDataElements ::= SEQUENCE
{
    digitalTokenName                        [1] DigitalTokenName,
    tokenIdentifierType                     [2] TokenIdentifierType,
    dTIRegistrationAuthorityIdentifier      [3] DTIRegistrationAuthorityIdentifier,
    otherDataElements                       [4] OtherDataElements,
    digitalTokenName                        [1] DigitalTokenName OPTIONAL,
    tokenIdentifierType                     [2] TokenIdentifierType OPTIONAL,
    dTIRegistrationAuthorityIdentifier      [3] DTIRegistrationAuthorityIdentifier OPTIONAL,
    otherDataElements                       [4] OtherDataElements OPTIONAL,
    ...
}

DigitalTokenName::= SEQUENCE
{
    digitalTokenLongName            [1] DigitalTokenLongName,
    digitalTokenShortName           [2] DigitalTokenShortName,
    digitalTokenLongName            [1] DigitalTokenLongName OPTIONAL,
    digitalTokenShortName           [2] DigitalTokenShortName OPTIONAL,
    ...
}

@@ -2493,8 +2493,8 @@ DigitalTokenShortName ::= SEQUENCE

TokenIdentifierType ::= SEQUENCE
{
    digitalTokenIdentifierType      [1] DigitalTokenIdentifierType,
    digitalLedgerTechnologyType     [2] DigitalLedgerTechnologyType,
    digitalTokenIdentifierType      [1] DigitalTokenIdentifierType OPTIONAL,
    digitalLedgerTechnologyType     [2] DigitalLedgerTechnologyType OPTIONAL,
    ...
}

+11 −11
Original line number Diff line number Diff line
@@ -3537,9 +3537,9 @@
    </xsd:simpleType>
    <xsd:complexType name="DigitalTokenIdentifier">
        <xsd:sequence>
            <xsd:element name="baseRecord" type="BaseRecord"/>
            <xsd:element name="forkRecord" type="ForkRecord"/>
            <xsd:element name="informativeDataElements" type="InformativeDataElements"/>
            <xsd:element name="baseRecord" type="BaseRecord" minOccurs="0"/>
            <xsd:element name="forkRecord" type="ForkRecord" minOccurs="0"/>
            <xsd:element name="informativeDataElements" type="InformativeDataElements" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
    <xsd:simpleType name="BaseRecord">
@@ -3550,16 +3550,16 @@
    </xsd:simpleType>
    <xsd:complexType name="InformativeDataElements">
        <xsd:sequence>
            <xsd:element name="digitalTokenName" type="DigitalTokenName"/>
            <xsd:element name="tokenIdentifierType" type="TokenIdentifierType"/>
            <xsd:element name="dTIRegistrationAuthorityIdentifier" type="DTIRegistrationAuthorityIdentifier"/>
            <xsd:element name="otherDataElements" type="OtherDataElements"/>
            <xsd:element name="digitalTokenName" type="DigitalTokenName" minOccurs="0"/>
            <xsd:element name="tokenIdentifierType" type="TokenIdentifierType" minOccurs="0"/>
            <xsd:element name="dTIRegistrationAuthorityIdentifier" type="DTIRegistrationAuthorityIdentifier" minOccurs="0"/>
            <xsd:element name="otherDataElements" type="OtherDataElements" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="DigitalTokenName">
        <xsd:sequence>
            <xsd:element name="digitalTokenLongName" type="DigitalTokenLongName"/>
            <xsd:element name="digitalTokenShortName" type="DigitalTokenShortName"/>
            <xsd:element name="digitalTokenLongName" type="DigitalTokenLongName" minOccurs="0"/>
            <xsd:element name="digitalTokenShortName" type="DigitalTokenShortName" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="DigitalTokenLongName">
@@ -3576,8 +3576,8 @@
    </xsd:complexType>
    <xsd:complexType name="TokenIdentifierType">
        <xsd:sequence>
            <xsd:element name="digitalTokenIdentifierType" type="DigitalTokenIdentifierType"/>
            <xsd:element name="digitalLedgerTechnologyType" type="DigitalLedgerTechnologyType"/>
            <xsd:element name="digitalTokenIdentifierType" type="DigitalTokenIdentifierType" minOccurs="0"/>
            <xsd:element name="digitalLedgerTechnologyType" type="DigitalLedgerTechnologyType" minOccurs="0"/>
        </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="DigitalTokenIdentifierType">