diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index 87517d151499a34501a8a6a144987799b1f59e4b..961095f027cbc6bcc28bcf61ca2d518e2b0e0179 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2455,29 +2455,37 @@ EdgeComputingApplicationBillingRecords ::= SEQUENCE DigitalTokenIdentifier ::= SEQUENCE { - baseRecord [1] BaseRecord, - forkRecord [2] ForkRecord, - informativeDataElements [3] InformativeDataElements, + baseRecord [1] BaseRecord OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. + forkRecord [2] ForkRecord OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. + informativeDataElements [3] InformativeDataElements OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } - BaseRecord ::= OCTET STRING ForkRecord ::= OCTET STRING InformativeDataElements ::= SEQUENCE { - digitalTokenName [1] DigitalTokenName, - tokenIdentifierType [2] TokenIdentifierType, - dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier, - otherDataElements [4] OtherDataElements, + digitalTokenName [1] DigitalTokenName OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. + tokenIdentifierType [2] TokenIdentifierType OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. + dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. + otherDataElements [4] OtherDataElements OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } DigitalTokenName::= SEQUENCE { - digitalTokenLongName [1] DigitalTokenLongName, - digitalTokenShortName [2] DigitalTokenShortName, + digitalTokenLongName [1] DigitalTokenLongName OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. + digitalTokenShortName [2] DigitalTokenShortName OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } @@ -2499,8 +2507,8 @@ DigitalTokenShortName ::= SEQUENCE TokenIdentifierType ::= SEQUENCE { - digitalTokenIdentifierType [1] DigitalTokenIdentifierType, - digitalLedgerTechnologyType [2] DigitalLedgerTechnologyType, + digitalTokenIdentifierType [1] DigitalTokenIdentifierType OPTIONAL, + digitalLedgerTechnologyType [2] DigitalLedgerTechnologyType OPTIONAL, ... } diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 941ecfdc54e16c9c74a19b1b35d30d974b68a089..7f6ed6940fbc189dbb9bd7c4429b33635f48c94e 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -3540,9 +3540,9 @@ - - - + + + @@ -3553,16 +3553,16 @@ - - - - + + + + - - + + @@ -3579,8 +3579,8 @@ - - + +