{
  "name": "SWX",
  "version": "1.0.0",
  "description": "SWX: Space Weather Advisory",
  "identifier": "SWX ADVISORY",
  "templateMode": true,
  "template": {
    "labelColumnWidth": 20,
    "fields": [
      {
        "label": "DTG:",
        "labelType": "dtgLabel",
        "valueType": "dtgValue",
        "required": true,
        "placeholder": "20161108/0100Z"
      },
      {
        "label": "SWXC:",
        "labelType": "swxcLabel",
        "valueType": "swxcValue",
        "required": true,
        "placeholder": "DONLON"
      },
      {
        "label": "ADVISORY NR:",
        "labelType": "advisoryNrLabel",
        "valueType": "advisoryNrValue",
        "required": true,
        "placeholder": "2016/2"
      },
      {
        "label": "NR RPLC:",
        "labelType": "nrRplcLabel",
        "valueType": "nrRplcValue",
        "required": false,
        "placeholder": "2016/1"
      },
      {
        "label": "SWX EFFECT:",
        "labelType": "swxEffectLabel",
        "valueType": "swxEffectValue",
        "required": true,
        "placeholder": "HF COM MOD"
      },
      {
        "label": "OBS SWX:",
        "labelType": "obsSwxLabel",
        "valueType": "obsSwxValue",
        "required": true,
        "placeholder": "08/0100Z HNH HSH E18000 - W18000"
      },
      {
        "label": "FCST SWX +6 HR:",
        "labelType": "fcstSwx6Label",
        "valueType": "fcstSwxValue",
        "required": true,
        "placeholder": "08/0700Z HNH HSH E18000 - W18000"
      },
      {
        "label": "FCST SWX +12 HR:",
        "labelType": "fcstSwx12Label",
        "valueType": "fcstSwxValue",
        "required": true,
        "placeholder": "08/1300Z HNH HSH E18000 - W18000"
      },
      {
        "label": "FCST SWX +18 HR:",
        "labelType": "fcstSwx18Label",
        "valueType": "fcstSwxValue",
        "required": true,
        "placeholder": "08/1900Z HNH HSH E18000 - W18000"
      },
      {
        "label": "FCST SWX +24 HR:",
        "labelType": "fcstSwx24Label",
        "valueType": "fcstSwxValue",
        "required": true,
        "placeholder": "09/0100Z NO SWX EXP"
      },
      {
        "label": "RMK:",
        "labelType": "rmkLabel",
        "valueType": "rmkValue",
        "required": true,
        "placeholder": "NIL"
      },
      {
        "label": "NXT ADVISORY:",
        "labelType": "nxtAdvisoryLabel",
        "valueType": "nxtAdvisoryValue",
        "required": true,
        "placeholder": "20161108/0700Z"
      }
    ]
  },
  "tokens": {
    "identifier": {
      "pattern": "^SWX ADVISORY$",
      "category": "keyword",
      "description": "Message type identifier"
    },
    "statusLabel": {
      "pattern": "^STATUS:$",
      "category": "label",
      "description": "Status indicator label"
    },
    "statusValue": {
      "pattern": "^(TEST|EXER)$",
      "category": "keyword",
      "description": "Test or exercise indicator"
    },
    "dtgLabel": {
      "pattern": "^DTG:$",
      "category": "label",
      "description": "Date/time group label"
    },
    "dtgValue": {
      "pattern": "^\\d{8}/\\d{4}Z$",
      "category": "datetime",
      "description": "Date and time of origin YYYYMMDD/HHmmZ"
    },
    "swxcLabel": {
      "pattern": "^SWXC:$",
      "category": "label",
      "description": "Space Weather Centre name label"
    },
    "swxcValue": {
      "pattern": "^[A-Z][A-Z\\s\\-]{0,30}[A-Z]$|^[A-Z]+$",
      "category": "location",
      "description": "Name of Space Weather Centre"
    },
    "advisoryNrLabel": {
      "pattern": "^ADVISORY NR:$",
      "category": "label",
      "description": "Advisory number label"
    },
    "advisoryNrValue": {
      "pattern": "^\\d{4}/\\d{1,4}$",
      "category": "identifier",
      "description": "Advisory number YYYY/n[nnn]"
    },
    "nrRplcLabel": {
      "pattern": "^NR RPLC:$",
      "category": "label",
      "description": "Number replaced label"
    },
    "nrRplcValue": {
      "pattern": "^\\d{4}/\\d{1,4}$",
      "category": "identifier",
      "description": "Number of advisory being replaced YYYY/n[nnn]"
    },
    "swxEffectLabel": {
      "pattern": "^SWX EFFECT:$",
      "category": "label",
      "description": "Space weather effect label"
    },
    "swxEffectValue": {
      "pattern": "^(HF COM (MOD|SEV)|SATCOM (MOD|SEV)|GNSS (MOD|SEV)|RADIATION (MOD|SEV))( AND (HF COM (MOD|SEV)|SATCOM (MOD|SEV)|GNSS (MOD|SEV)|RADIATION (MOD|SEV)))*$",
      "category": "phenomenon",
      "description": "Space weather effect and intensity"
    },
    "obsSwxLabel": {
      "pattern": "^OBS SWX:$",
      "category": "label",
      "description": "Observed space weather label"
    },
    "fcstSwxLabel": {
      "pattern": "^FCST SWX:$",
      "category": "label",
      "description": "Forecast space weather label"
    },
    "fcstSwx6Label": {
      "pattern": "^FCST SWX \\+6 HR:$",
      "category": "label",
      "description": "Forecast +6 hours label"
    },
    "fcstSwx12Label": {
      "pattern": "^FCST SWX \\+12 HR:$",
      "category": "label",
      "description": "Forecast +12 hours label"
    },
    "fcstSwx18Label": {
      "pattern": "^FCST SWX \\+18 HR:$",
      "category": "label",
      "description": "Forecast +18 hours label"
    },
    "fcstSwx24Label": {
      "pattern": "^FCST SWX \\+24 HR:$",
      "category": "label",
      "description": "Forecast +24 hours label"
    },
    "obsSwxValue": {
      "pattern": "^\\d{2}/\\d{4}Z\\s.+$",
      "category": "free-text",
      "description": "Observed space weather extent"
    },
    "fcstSwxValue": {
      "pattern": "^(\\d{2}/\\d{4}Z\\s.+|NO SWX EXP|NOT AVBL)$",
      "category": "free-text",
      "description": "Forecast space weather extent"
    },
    "swxDtg": {
      "pattern": "^\\d{2}/\\d{4}Z$",
      "category": "datetime",
      "description": "Day and time DD/HHmmZ"
    },
    "daylightSide": {
      "pattern": "^DAYLIGHT SIDE$",
      "category": "location",
      "description": "Daylight side of Earth"
    },
    "latitudeBand": {
      "pattern": "^(HNH|MNH|EQN|EQS|MSH|HSH)$",
      "category": "location",
      "description": "Latitude band (HNH=High North, MNH=Mid North, EQN=Equat North, EQS=Equat South, MSH=Mid South, HSH=High South)"
    },
    "longitudeRange": {
      "pattern": "^[EW]\\d{3,5}\\s*-\\s*[EW]\\d{3,5}$",
      "category": "location",
      "description": "Longitude range"
    },
    "flightLevel": {
      "pattern": "^ABV FL\\d{3}$|^FL\\d{3}\\s*-\\s*\\d{3}$",
      "category": "measurement",
      "description": "Flight level or range"
    },
    "noSwxExp": {
      "pattern": "^NO SWX EXP$",
      "category": "keyword",
      "description": "No space weather expected"
    },
    "notAvbl": {
      "pattern": "^NOT AVBL$",
      "category": "keyword",
      "description": "Forecast not available"
    },
    "rmkLabel": {
      "pattern": "^RMK:$",
      "category": "label",
      "description": "Remarks label"
    },
    "rmkValue": {
      "pattern": "^([A-Z0-9][A-Z0-9\\-\\.\\/\\(\\)\\,\\+\\s]{0,254}|\\.{2,3}[A-Z][A-Z0-9\\/]+)$|^NIL$",
      "category": "free-text",
      "description": "Remarks (free text up to 256 characters) or NIL"
    },
    "nxtAdvisoryLabel": {
      "pattern": "^NXT ADVISORY:$",
      "category": "label",
      "description": "Next advisory label"
    },
    "nxtAdvisoryValue": {
      "pattern": "^\\d{8}/\\d{4}Z$",
      "category": "datetime",
      "description": "Next advisory date/time YYYYMMDD/HHmmZ"
    },
    "nxtAdvisoryNoFurther": {
      "pattern": "^NO FURTHER ADVISORIES$",
      "category": "keyword",
      "description": "No further advisories expected"
    },
    "nxtAdvisoryWillBeIssuedBy": {
      "pattern": "^WILL BE ISSUED BY \\d{8}/\\d{4}Z$",
      "category": "datetime",
      "description": "Advisory will be issued by date/time"
    }
  },
  "structure": [
    {
      "id": "identifier",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "statusGroup",
      "cardinality": [
        0,
        1
      ],
      "sequence": [
        {
          "id": "statusLabel",
          "cardinality": [
            0,
            1
          ]
        },
        {
          "id": "statusValue",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    },
    {
      "id": "dtgLabel",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "dtgValue",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "swxcLabel",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "swxcValue",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "advisoryNrLabel",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "advisoryNrValue",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "nrRplcGroup",
      "cardinality": [
        0,
        1
      ],
      "sequence": [
        {
          "id": "nrRplcLabel",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "nrRplcValue",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    },
    {
      "id": "swxEffectLabel",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "swxEffectValue",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "obsSwxGroup",
      "cardinality": [
        1,
        1
      ],
      "sequence": [
        {
          "id": "obsSwxLabelChoice",
          "cardinality": [
            1,
            1
          ],
          "oneOf": [
            {
              "id": "obsSwxLabel",
              "cardinality": [
                1,
                1
              ]
            },
            {
              "id": "fcstSwxLabel",
              "cardinality": [
                1,
                1
              ]
            }
          ]
        },
        {
          "id": "obsSwxContent",
          "cardinality": [
            1,
            1
          ],
          "oneOf": [
            {
              "id": "obsSwxValue",
              "cardinality": [
                1,
                1
              ]
            },
            {
              "id": "noSwxExp",
              "cardinality": [
                1,
                1
              ]
            }
          ]
        }
      ]
    },
    {
      "id": "fcstSwx6Label",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "fcstSwx6Content",
      "cardinality": [
        1,
        1
      ],
      "oneOf": [
        {
          "id": "fcstSwxValue",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "noSwxExp",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "notAvbl",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    },
    {
      "id": "fcstSwx12Label",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "fcstSwx12Content",
      "cardinality": [
        1,
        1
      ],
      "oneOf": [
        {
          "id": "fcstSwxValue",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "noSwxExp",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "notAvbl",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    },
    {
      "id": "fcstSwx18Label",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "fcstSwx18Content",
      "cardinality": [
        1,
        1
      ],
      "oneOf": [
        {
          "id": "fcstSwxValue",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "noSwxExp",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "notAvbl",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    },
    {
      "id": "fcstSwx24Label",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "fcstSwx24Content",
      "cardinality": [
        1,
        1
      ],
      "oneOf": [
        {
          "id": "fcstSwxValue",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "noSwxExp",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "notAvbl",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    },
    {
      "id": "rmkLabel",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "rmkValue",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "nxtAdvisoryLabel",
      "cardinality": [
        1,
        1
      ]
    },
    {
      "id": "nxtAdvisoryContent",
      "cardinality": [
        1,
        1
      ],
      "oneOf": [
        {
          "id": "nxtAdvisoryValue",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "nxtAdvisoryNoFurther",
          "cardinality": [
            1,
            1
          ]
        },
        {
          "id": "nxtAdvisoryWillBeIssuedBy",
          "cardinality": [
            1,
            1
          ]
        }
      ]
    }
  ],
  "suggestions": {
    "items": {
      "statusLabel": [
        {
          "text": "STATUS:",
          "description": "Status indicator (for test/exercise)"
        },
        {
          "text": "DTG:",
          "description": "Date/time group"
        },
        {
          "text": "SWXC:",
          "description": "Space Weather Centre name"
        },
        {
          "text": "ADVISORY NR:",
          "description": "Advisory number"
        },
        {
          "text": "NR RPLC:",
          "description": "Number of advisory being replaced"
        },
        {
          "text": "SWX EFFECT:",
          "description": "Space weather effect"
        },
        {
          "text": "OBS SWX:",
          "description": "Observed space weather"
        },
        {
          "text": "FCST SWX:",
          "description": "Forecast space weather"
        },
        {
          "text": "FCST SWX +6 HR:",
          "description": "Forecast +6 hours"
        },
        {
          "text": "FCST SWX +12 HR:",
          "description": "Forecast +12 hours"
        },
        {
          "text": "FCST SWX +18 HR:",
          "description": "Forecast +18 hours"
        },
        {
          "text": "FCST SWX +24 HR:",
          "description": "Forecast +24 hours"
        },
        {
          "text": "RMK:",
          "description": "Remarks"
        },
        {
          "text": "NXT ADVISORY:",
          "description": "Next advisory"
        }
      ],
      "identifier": [
        {
          "text": "TEST",
          "description": "Test message"
        },
        {
          "text": "EXER",
          "description": "Exercise message"
        }
      ],
      "dtgValue": [
        {
          "text": "20161108/0100Z",
          "description": "Date and time YYYYMMDD/HHmmZ",
          "editable": [
            {
              "start": 0,
              "end": 13
            }
          ]
        }
      ],
      "swxcValue": [
        {
          "text": "CENTRE NAME",
          "description": "Space Weather Centre name",
          "editable": [
            {
              "start": 0,
              "end": 31
            }
          ]
        }
      ],
      "advisoryNrValue": [
        {
          "text": "2016/2",
          "description": "Advisory number YYYY/n",
          "editable": [
            {
              "start": 0,
              "end": 9
            }
          ]
        }
      ],
      "nrRplcValue": [
        {
          "text": "2016/1",
          "description": "Replaced advisory number YYYY/n",
          "editable": [
            {
              "start": 0,
              "end": 9
            }
          ]
        }
      ],
      "swxEffectValue": [
        {
          "text": "HF COM MOD",
          "description": "HF communications moderate degradation"
        },
        {
          "text": "HF COM SEV",
          "description": "HF communications severe degradation"
        },
        {
          "text": "SATCOM MOD",
          "description": "Satellite communications moderate degradation"
        },
        {
          "text": "SATCOM SEV",
          "description": "Satellite communications severe degradation"
        },
        {
          "text": "GNSS MOD",
          "description": "GNSS moderate degradation"
        },
        {
          "text": "GNSS SEV",
          "description": "GNSS severe degradation"
        },
        {
          "text": "RADIATION MOD",
          "description": "Radiation moderate level"
        },
        {
          "text": "RADIATION SEV",
          "description": "Radiation severe level"
        },
        {
          "text": "HF COM MOD AND GNSS MOD",
          "description": "HF COM and GNSS moderate degradation"
        },
        {
          "type": "category",
          "text": "Effects",
          "description": "Space weather effects",
          "children": [
            {
              "text": "HF COM MOD",
              "description": "HF communications moderate degradation"
            },
            {
              "text": "HF COM SEV",
              "description": "HF communications severe degradation"
            },
            {
              "text": "SATCOM MOD",
              "description": "Satellite communications moderate degradation"
            },
            {
              "text": "SATCOM SEV",
              "description": "Satellite communications severe degradation"
            },
            {
              "text": "GNSS MOD",
              "description": "GNSS moderate degradation"
            },
            {
              "text": "GNSS SEV",
              "description": "GNSS severe degradation"
            },
            {
              "text": "RADIATION MOD",
              "description": "Radiation moderate level"
            },
            {
              "text": "RADIATION SEV",
              "description": "Radiation severe level"
            },
            {
              "text": "HF COM MOD AND GNSS MOD",
              "description": "HF COM and GNSS moderate degradation"
            }
          ]
        }
      ],
      "swxDtg": [
        {
          "text": "08/0100Z",
          "description": "Day/time DD/HHmmZ",
          "editable": [
            {
              "start": 0,
              "end": 8
            }
          ]
        }
      ],
      "daylightSide": [
        {
          "text": "DAYLIGHT SIDE",
          "description": "Daylight side of Earth"
        }
      ],
      "latitudeBand": [
        {
          "text": "HNH",
          "description": "High Northern Hemisphere (N60-N90)"
        },
        {
          "text": "MNH",
          "description": "Middle Northern Hemisphere (N30-N60)"
        },
        {
          "text": "EQN",
          "description": "Equatorial North (N00-N30)"
        },
        {
          "text": "EQS",
          "description": "Equatorial South (S00-S30)"
        },
        {
          "text": "MSH",
          "description": "Middle Southern Hemisphere (S30-S60)"
        },
        {
          "text": "HSH",
          "description": "High Southern Hemisphere (S60-S90)"
        },
        {
          "type": "category",
          "text": "Latitude Bands",
          "description": "Latitude bands",
          "children": [
            {
              "text": "HNH",
              "description": "High Northern Hemisphere (N60-N90)"
            },
            {
              "text": "MNH",
              "description": "Middle Northern Hemisphere (N30-N60)"
            },
            {
              "text": "EQN",
              "description": "Equatorial North (N00-N30)"
            },
            {
              "text": "EQS",
              "description": "Equatorial South (S00-S30)"
            },
            {
              "text": "MSH",
              "description": "Middle Southern Hemisphere (S30-S60)"
            },
            {
              "text": "HSH",
              "description": "High Southern Hemisphere (S60-S90)"
            }
          ]
        }
      ],
      "longitudeRange": [
        {
          "text": "E18000 - W18000",
          "description": "Longitude range",
          "editable": [
            {
              "start": 0,
              "end": 17
            }
          ]
        }
      ],
      "flightLevel": [
        {
          "text": "ABV FL350",
          "description": "Above FL350"
        },
        {
          "text": "ABV FL350",
          "description": "Above flight level",
          "editable": [
            {
              "start": 6,
              "end": 9
            }
          ]
        }
      ],
      "noSwxExp": [
        {
          "text": "NO SWX EXP",
          "description": "No space weather expected"
        }
      ],
      "notAvbl": [
        {
          "text": "NOT AVBL",
          "description": "Forecast not available"
        }
      ],
      "rmkValue": [
        {
          "text": "NIL",
          "description": "No remarks"
        },
        {
          "text": "SWX EVENT HAS CEASED",
          "description": "Remarks (free text)",
          "editable": [
            {
              "start": 0,
              "end": 256
            }
          ]
        }
      ],
      "nxtAdvisoryValue": [
        {
          "text": "20161108/0700Z",
          "description": "Next advisory date/time",
          "editable": [
            {
              "start": 0,
              "end": 13
            }
          ]
        }
      ],
      "nxtAdvisoryNoFurther": [
        {
          "text": "NO FURTHER ADVISORIES",
          "description": "No further advisories expected"
        }
      ],
      "nxtAdvisoryWillBeIssuedBy": [
        {
          "text": "WILL BE ISSUED BY 20161108/0700Z",
          "description": "Advisory will be issued by date/time",
          "editable": [
            {
              "start": 18,
              "end": 31
            }
          ]
        }
      ]
    },
    "after": {
      "identifier": [
        "statusLabel"
      ],
      "statusLabel": [
        "identifier"
      ],
      "statusValue": [
        "statusLabel"
      ],
      "dtgLabel": [
        "dtgValue"
      ],
      "dtgValue": [
        "statusLabel"
      ],
      "swxcLabel": [
        "swxcValue"
      ],
      "swxcValue": [
        "statusLabel"
      ],
      "advisoryNrLabel": [
        "advisoryNrValue"
      ],
      "advisoryNrValue": [
        "statusLabel"
      ],
      "nrRplcLabel": [
        "nrRplcValue"
      ],
      "nrRplcValue": [
        "statusLabel"
      ],
      "swxEffectLabel": [
        "swxEffectValue"
      ],
      "swxEffectValue": [
        "statusLabel"
      ],
      "obsSwxLabel": [
        "swxDtg",
        "noSwxExp"
      ],
      "fcstSwxLabel": [
        "swxDtg",
        "noSwxExp"
      ],
      "swxDtg": [
        "daylightSide",
        "latitudeBand"
      ],
      "daylightSide": [
        "statusLabel"
      ],
      "latitudeBand": [
        "longitudeRange",
        "flightLevel"
      ],
      "longitudeRange": [
        "flightLevel",
        "statusLabel"
      ],
      "flightLevel": [
        "statusLabel"
      ],
      "noSwxExp": [
        "statusLabel"
      ],
      "notAvbl": [
        "statusLabel"
      ],
      "obsSwxValue": [
        "statusLabel"
      ],
      "fcstSwx6Label": [
        "swxDtg",
        "noSwxExp",
        "notAvbl"
      ],
      "fcstSwx12Label": [
        "swxDtg",
        "noSwxExp",
        "notAvbl"
      ],
      "fcstSwx18Label": [
        "swxDtg",
        "noSwxExp",
        "notAvbl"
      ],
      "fcstSwx24Label": [
        "swxDtg",
        "noSwxExp",
        "notAvbl"
      ],
      "fcstSwxValue": [
        "statusLabel"
      ],
      "rmkLabel": [
        "rmkValue"
      ],
      "rmkValue": [
        "statusLabel"
      ],
      "nxtAdvisoryLabel": [
        "nxtAdvisoryValue",
        "nxtAdvisoryNoFurther",
        "nxtAdvisoryWillBeIssuedBy"
      ]
    }
  },
  "swxcList": [
    {
      "name": "PECASUS",
      "area": "Europe (Eurocontrol)"
    },
    {
      "name": "ACFJ",
      "area": "Asia-Pacific (Japan, Australia, France)"
    },
    {
      "name": "United States",
      "area": "North America"
    }
  ],
  "latitudeBands": {
    "HNH": "High Northern Hemisphere (N60-N90)",
    "MNH": "Middle Northern Hemisphere (N30-N60)",
    "EQN": "Equatorial North (N00-N30)",
    "EQS": "Equatorial South (S00-S30)",
    "MSH": "Middle Southern Hemisphere (S30-S60)",
    "HSH": "High Southern Hemisphere (S60-S90)"
  },
  "effects": {
    "HF COM": "High Frequency Communications",
    "SATCOM": "Satellite Communications",
    "GNSS": "Global Navigation Satellite System",
    "RADIATION": "Solar Radiation"
  },
  "intensity": {
    "MOD": "Moderate",
    "SEV": "Severe"
  },
  "examples": [
    "SWX ADVISORY\nDTG: 20161108/0100Z\nSWXC: DONLON\nADVISORY NR: 2016/2\nNR RPLC: 2016/1\nSWX EFFECT: HF COM MOD AND GNSS MOD\nOBS SWX: 08/0100Z HNH HSH E18000 - W18000\nFCST SWX +6 HR: 08/0700Z HNH HSH E18000 - W18000\nFCST SWX +12 HR: 08/1300Z HNH HSH E18000 - W18000\nFCST SWX +18 HR: 08/1900Z HNH HSH E18000 - W18000\nFCST SWX +24 HR: 09/0100Z NO SWX EXP\nRMK: LOW LVL GEOMAGNETIC STORMING CAUSING INCREASED AURORAL ACT\nNXT ADVISORY: NO FURTHER ADVISORIES",
    "SWX ADVISORY\nDTG: 20161108/0100Z\nSWXC: DONLON\nADVISORY NR: 2016/1\nSWX EFFECT: HF COM SEV\nOBS SWX: 08/0100Z DAYLIGHT SIDE\nFCST SWX +6 HR: 08/0700Z DAYLIGHT SIDE\nFCST SWX +12 HR: 08/1300Z DAYLIGHT SIDE\nFCST SWX +18 HR: 08/1900Z DAYLIGHT SIDE\nFCST SWX +24 HR: 09/0100Z DAYLIGHT SIDE\nRMK: PERIODIC HF COM ABSORPTION OBS\nNXT ADVISORY: 20161108/0700Z"
  ]
}
