DisplayData indicates if the information in the corresponding FlightLegStateData should be displayed or not. This is primarily for monitors, but should also be respected for other clients. It might mean that the data also should be removed from services, but that decision should be on a per service basis.
NB! FlightLegStateMetadata.ClassificationLevel MUST be respected. Only flight legs marked as "PUBLIC" should ever be displayed, or made available through services, to the general public.
The following matrix shows the possible combinations of ClassificationLevel and PublicDisplayStatus.
ClassificationLevel | PublicDisplayStatus | Result |
---|---|---|
1 - «PUBLIC» | '0' | Should not be shown/made available without authorization. |
1 - «PUBLIC» | '1' | Can be shown/made available everywhere |
1 - «PUBLIC» | '2' | Should only be visible at the departure airport |
1 - «PUBLIC» | '3' | Should only be visible at the arrival airport |
2 - «NON-PUBLIC» | All values | Should not be shown/made available without authorization. |
3 - «RESTRICTED» | All values | Should not be shown/made available without authorization. |
Information related to how the flight leg data should be displayed.
|