Commit e1497cb9 authored by Jason Graham's avatar Jason Graham
Browse files

Update file Location.asn1

parent 00cb64d8
Loading
Loading
Loading
Loading
Loading
+19 −8
Original line number Diff line number Diff line
@@ -64,9 +64,8 @@ Locations ::= SEQUENCE (SIZE (1..MAX)) OF Location

Location ::= SEQUENCE
{
    locationInformation [1] LocationFormat,
    dynamicInformation  [2] DynamicInformation OPTIONAL,
    contextInformation  [3] STEIJE
    locationInformation [1] LocationInformation,
    contextInformation  [2] STEIJE
}

--Source and Timing Extensible Information Jounral Entry
@@ -77,6 +76,18 @@ STEIJE ::= SEQUENCE
}

LocationInformation ::= CHOICE
{
    nativeFormat [1] NativeLocationFormat
    -- This is where we would add choices for imported location formats from other specifications. These imports woudl ideally be a CHOICE of formats defined by that specification.
}

NativeLocationFormat ::= SEQUENCE
{
    location            [1] LocationFormat,
    dynamicInformation  [2] DynamicInformation OPTIONAL
}

LocationFormat ::= CHOICE
{
    gMLShape         [1] Common-Parameters.GMLShape,
    gNSSLocation     [2] Common-Parameters.GNSSLocation,