Click or drag to resize

CcsdsOemFileOutputFormat Enumeration

A value indicating which output format should be used for the CCSDS OEM file.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CcsdsOemFileOutputFormat
Members
  Member nameDescription
KvnFormat Key-value notation format is an ASCII text format for CCSDS OEM files.
UnqualifiedXmlFormat Unqualified extensible markup language format is an XML format that does not prepend a namespace to each XML node.
NamespaceQualifiedXmlFormat Namespace qualified extensible markup language format is an XML format that prepends the namespace "ndm" (Navigation Data Message) to each XML node.
See Also