From 35936f47cd6353a9c602915d1688e20219cd08bb Mon Sep 17 00:00:00 2001 From: CGantert345 <57003061+CGantert345@users.noreply.github.com> Date: Wed, 16 Mar 2022 12:05:20 +0100 Subject: - documentation on extensionData enhanced --- misc/uicRailTicketData_v3.0.0.asn | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'misc/uicRailTicketData_v3.0.0.asn') diff --git a/misc/uicRailTicketData_v3.0.0.asn b/misc/uicRailTicketData_v3.0.0.asn index 0e6c2a5..fdbc1cd 100644 --- a/misc/uicRailTicketData_v3.0.0.asn +++ b/misc/uicRailTicketData_v3.0.0.asn @@ -1384,18 +1384,19 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN } - -- ########################################################################################### - -- generic non standard extension element - -- the generic non - standard element contains: - -- - an extension id to distinguish different extensions - -- - the extension data as binary data - -- proprietary extensions are by definition proprietary. This standard provides - -- the means to identify these extensions - -- within the data and to skip these data. - -- the evaluation of these data and the unique identification of the extensions - -- via the extension id is in the - -- responsibility of the railways which use these extensions. - -- ########################################################################################### + -- ########################################################################################### + -- # Generic extension element. + -- # + -- # The value of 'extensionId' describes how 'extensionData' is encoded: + -- # "+" + [2-letters ISO 3166 country code] + [addon, chosen by the standardization body of that country] + -- # means that 'extensionData' is a content defined by this national standardization body, + -- # identified as 'addon' by this body. + -- # "_" + [4-digit RICS] + [addon, chosen by this company] means that 'extensionData' is a proprietary + -- # content of the company identified by the RICS code, identified as 'addon' by this company. + -- # "*" + [addon] means that 'extensionData' is a content specific to this barcode, + -- # identified as 'addon', with no further information on who defined it. + -- # Others values are reserved for future UIC use and shall not be used. + -- ########################################################################################### ExtensionData ::= SEQUENCE { extensionId IA5String, extensionData OCTET STRING -- cgit v1.2.3