diff options
author | CGantert345 <57003061+CGantert345@users.noreply.github.com> | 2021-05-12 14:15:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 14:15:18 +0200 |
commit | 18ba6785f9c8f271c0886496e6b8ed7cd0005333 (patch) | |
tree | 3aaf04d2c909fda779e173edad48923b552c13fd /misc/uicBarcodeFCBv2.0.2.asn | |
parent | Merge pull request #22 from irrationalism/feature/restructure-pom (diff) | |
parent | Merge branch 'master' into asn1_comments_1 (diff) | |
download | UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.tar UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.tar.gz UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.tar.bz2 UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.tar.lz UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.tar.xz UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.tar.zst UIC-barcode-18ba6785f9c8f271c0886496e6b8ed7cd0005333.zip |
Diffstat (limited to 'misc/uicBarcodeFCBv2.0.2.asn')
-rw-r--r-- | misc/uicBarcodeFCBv2.0.2.asn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/uicBarcodeFCBv2.0.2.asn b/misc/uicBarcodeFCBv2.0.2.asn index 048f600..5d590df 100644 --- a/misc/uicBarcodeFCBv2.0.2.asn +++ b/misc/uicBarcodeFCBv2.0.2.asn @@ -868,7 +868,7 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN -- in case no UTC offset is provided (RECOMMENDED) the local date time in the time zone of the current location of the traveler -- offset in units of 15 minutes from local time to UTC -- (UTC = local + offset * 15 Minutes) - validFromUTCOffset INTEGER (-60..60) OPTIONAL, + validFromUTCOffset INTEGER (-60..60) OPTIONAL, -- end of validity (local time) -- number of days from valid from day, 0 = valid on valid-from-date @@ -2069,7 +2069,7 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN GeoUnitType ::= ENUMERATED { microDegree (0), -- approx. 11 cm on earth surface - tenthmilliDegree (1), -- 1 / 100000 degree is approx. 1.1 meter on earth surface + tenthmilliDegree (1), -- 1 / 10000 degree is approx. 11 meter on earth surface milliDegree (2), -- approx 110 meter on earth surface centiDegree (3), deciDegree (4) @@ -2109,5 +2109,3 @@ ASN-Module DEFINITIONS AUTOMATIC TAGS ::= BEGIN otherRack (8) ,... } - -END
\ No newline at end of file |