SWIM Supporting Material

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Page Table of Content

Version

This page concerns v2.0 of the Specification. Supporting material on v1.0 is <tbd>

Requirement

Title

Service description identification

Identifier

SWIM-SERV-030

Requirement

A service description shall include:

  • a title by which the service description is known;
  • an edition; and
  • a reference date for use in citing the service description.

Rationale

This requirement supports the identification and citation of a service description.

Verification

Completeness: Verify that the 3 elements are included.

Consistency: Not Applicable.

Correctness: Not Applicable. 

Examples/Notes

Example service description identification:

  • “Flight Management service description, edition 20.0, 14 Mar 2016”.

Note: The edition of the service description is not to be confused with the version of the service. A service description can evolve to a new edition while still describing the same service version.

Level of Implementation

Mandatory

Guidance

Verification Support

Completeness

Check that:

[  ] The service description has a title.

[  ] The service description has an edition.

[  ] The service description has a reference date.

Examples

title

Donlon TOBT Setting Service Description

edition

0.93i

reference date

2020-06-02

Example of SWIM-SERV-030 (in JSON)
        "descriptionInformation": {
	
            "serviceDescriptionIdentification": {
                "serviceDescriptionTitle": "Donlon TOBT Setting Service Description",
                "serviceDescriptionEdition": "0.93i",
                "serviceDescriptionReferenceDate": "2020-06-02"
            }
            
        }
  • No labels