...
Expand | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||
|
Guidance
This requirement imposes the need to provide a brief narrative summary of the scope of the information covered by the information definition. This may include an explicit statement about what is not in the scope of the information definition.
...
Verification Support
Completeness
Check that:
[ ] The information definition contains a textual description of the scope of the information covered by the information definition.
[ ] The scope clearly delineates what is covered by the information definition.
Examples
The example below shows how the scope information can be embedded into an XML schema. It makes use the annotation element within the XML schema definition language.
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<xs:annotation> <xs:documentation> <scope><abstract>The Information in support of the Donlon TOBT Setting Service. Thisinformation definition includes the Target Off-Block Time and Flight Identification types needed for the TOBTSetting Request, TOBT Delete Request messages. It also includes the ResponseStatus type needed by the TOBT Setting Response and TOBT Delete Response messages. </scope> AircraftIdentification, OffBlockTimes and Aerodrome elements in support of the Donlon TOBT Setting Service.</abstract> </xs:documentation> </xs:annotation> |