diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-03-16 12:05:20 +0100 |
---|---|---|
committer | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2022-03-16 12:05:20 +0100 |
commit | 35936f47cd6353a9c602915d1688e20219cd08bb (patch) | |
tree | 4fa242b4503553f082c8505521157971a6838bcf /misc/uicRailTicketData_v3.0.0.asn | |
parent | version number update (diff) | |
download | UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.tar UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.tar.gz UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.tar.bz2 UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.tar.lz UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.tar.xz UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.tar.zst UIC-barcode-35936f47cd6353a9c602915d1688e20219cd08bb.zip |
Diffstat (limited to '')
-rw-r--r-- | misc/uicRailTicketData_v3.0.0.asn | 25 |
1 files changed, 13 insertions, 12 deletions
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
|