Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
xid
/
specs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b235e214
authored
2018-03-23 09:39:10 -0700
by
Mike Mathews
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed the names of the XMF fields to related to XMF instead of encoding.
1 parent
62fa0518
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
ILP/V1.2/IlpPositioningApi.xid.xml
ILP/V1.2/IlpPositioningApi.xid.xml
View file @
b235e21
...
...
@@ -105,13 +105,6 @@
</comment>
</elem>
<elem
name=
"obsSetEncodedFmt"
multiplicity=
"0..1"
type=
"EncodingFormat"
default=
"0"
ord=
"88"
>
<comment>
Encoded observation set encoding format. Observations may be passed to the service in
an encoding format different than the wire format, encoded in accordance to the
format defined by the this field. By default native format (XMF) is specified.
</comment>
</elem>
<elem
name=
"observations"
multiplicity=
"0..1"
type=
"ObservationSet"
ord=
"89"
>
<comment>
...
...
@@ -122,8 +115,15 @@
</comment>
</elem>
<elem
name=
"obsSetEncoded"
multiplicity=
"0..1"
type=
"xmf"
ord=
"90"
>
<elem
name=
"obsSetXmfFmt"
multiplicity=
"0..1"
type=
"EncodingFormat"
default=
"0"
ord=
"88"
>
<comment>
XMF observation set encoding format. XMF Observations may be passed to the service in
an encoding format different than the XNF, encoded in accordance to the
format key defined by the this field. By default (0) is the native format XMF.
</comment>
</elem>
<elem
name=
"obsSetXmf"
multiplicity=
"0..1"
type=
"xmf"
ord=
"90"
>
<comment>
Encoded observation set encoded in the format specified by "obsSetEncodedFmt". The base, 'native' format is XMF.
At least one of observations, obsSetEncoded, or state is required, otherwise there is insufficient data to process.
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment