Panel | ||
---|---|---|
| ||
|
Requirement
Expand | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||
| Extract of requirement
|
...
Guidance
This requirement imposes the need to describe provide a brief narrative summary of the scope of the information covered by the information definition. It requires a brief narrative summary. It is clear that the requirement is not looking for “War and Peace”. This is generally implemented as free text in any implementationThis may include an explicit statement about what is not in the scope of the information definition.
Info |
---|
The specification caters for the fact that information definitions are often contained in service descriptions. The scope information can, in effect, be considered as being the same as for the service being described. This will avoid unnecessary duplication (copy and paste) of information. |
Verification Support
Completeness
...
Check that the :
[ ] 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.
A complete example is available at: complete example.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<xs:annotation> <xs:appinfo>Information Definition</xs:appinfo> <xs:documentation> <abstract>The <generalInformation> information definition includes AircraftIdentification, OffBlockTimes and <scope>aAerodrome reallyelements quitein intriguingsupport andof self-referential schema</scope> </generalInformation>the Donlon TOBT Setting Service.</abstract> </xs:documentation> </xs:annotation> |
...