1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-11 13:57:38 +00:00

Fix comments syntax in Markdown

This commit is contained in:
Carles Fernandez
2020-02-08 10:52:42 +01:00
parent 955348b080
commit b7a75453d3
10 changed files with 73 additions and 38 deletions

View File

@@ -1,9 +1,13 @@
{::comment}
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2018-2020 Carles Fernandez-Prades <carles.fernandez@cttc.es>
{:/comment}
# XML Schemas for Assisted GNSS-SDR
[comment]: # (
SPDX-License-Identifier: GPL-3.0-or-later
)
[comment]: # (
SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc.es>
)
GNSS-SDR can read assistance data from [Extensible Markup Language (XML)](https://www.w3.org/XML/) files for faster [Time-To-First-Fix](https://gnss-sdr.org/design-forces/availability/#time-to-first-fix-ttff), and can store navigation data decoded from GNSS signals in the same format. This folder provides XML Schemas which describe those XML files structure.
[XSD (XML Schema Definition)](https://www.w3.org/XML/Schema) is a World Wide Web Consortium (W3C) recommendation that specifies how to formally describe the elements in an XML document.