Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titlePage Table of Content

Table of Contents

Info
titleVersion

This page concerns v2.0 of the Specification. Supporting material on v1.0 is SWIM-SERV-010 Service standard reference

Requirement

Panel
borderColorlightgrey
bgColorwhitesmoke
borderStyledashed

Title

Service standard reference

Identifier

SWIM-SERV-120

Requirement

If the service is based on a service standard the service description shall include:

  • a reference to the service standard to which the service adheres;
  • a statement on any implemented options of the service standard; and
  • a statement on any deviation from or addition to the service standard.

Rationale

The reference to standards is essential information, fostering reuse.

Verification

Completeness: Verify that the statement about adherence to a reference standard is included.

Consistency: If the service adheres to a service standard, verify that the reference to the service standard is included.

Correctness: Not Applicable.

Examples/Notes

Note: The term ‘service standard’ includes service definitions.

Example service standard references:

  • “EUROCAE Arrival Sequence standardised service design, version 1.0”

Note: this requirement concerns service standards. SWIM-SERV-260 concerns data formats such as "XML", SWIM-SERV-290 concerns information exchange standards such as "AIXM 5.1.1.

Level of Implementation

Mandatory (Conditional)

Guidance

Verification Support

Completeness

Check that:

[  ] The service description includes a reference to the service standard to which the service adheres.

[  ] The service description includes a statement on any implemented options of the service standard.

[  ] The service description includes a statement on any deviation from or addition to the service standard.

Consistency

Check that:

[  ] If the service adheres to a service standard, verify that the reference to the service standard is included.

Examples

The following example shows the content as a table.

service standard reference



referencehttp://www.sesarju.eu/node/2255 (

Initial system-wide information management (SWIM) technology solution

)https

(http://www.sesarju.eu/

sites/default/files/documents/solution/Sol46%20Service%20Description.zip (0542DEL_08.03.10_D65_European_ATM_Service_Description_for_TargetOffBlockTimeSetting_Service.pdf

node/2255)

implemented options
deviations/additionsthe The original payload has been adapted in order to better fulfill the role of example.

The following example shows an extract of the content of a JSON file that conforms to the Service Metadata Schema

Code Block
languagejs
titleExample of SWIM-SERV-120 using Service Metadata Schema
tbd"references": {
 "implementedStandard": [{
  "title": "Initial system-wide information management (SWIM) technology solution",
  "reference": {
   "url": "http://www.sesarju.eu/node/2255"
  },
  "standardType": "SERVICE_STANDARD",
  "conformanceStatement": "The original payload has been adapted in order to better fulfill the role of example."
 }]
}

Complete examples are available at Example service description.