""" Representation for a general binary type """ type anonymousBlobType { list: [!]! } """ Identity according to STANAG 5516. """ enum identityType { ASSUMED_FRIEND FRIEND HOSTILE NEUTRAL PENDING SUSPECT UNKNOWN } """ This type provides a unique id for different subsystems. Subsystem ids shall be allocated by the platform integrator. Subsystem id equal to zero is reserved to imply applicability to all and any subsystem. """ type subsystemIdType { value: unsigned short! } """ System Track Identification """ type systemTrackIdType { value: unsigned long! } """ An ISO 8601 formatted date time. Up to 7 decimal places are supported in seconds. """ type timeType { value: String! }