...
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Extract of requirementRequirement
|
...
Guidance
This requirement imposes the need to describe 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 implementation.
Verification Support
Completeness: Check that the textual description of the scope of the information covered is present in the information definition.
- Check that the scope clearly delineates what is covered and what is not.
Examples/Best Practice
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<xs:annotation> <xs:appinfo>Information Definition</xs:appinfo> <xs:documentation> <generalInformation> <scope>a really quite intriguing and self-referential schema</scope> </generalInformation> </xs:documentation> </xs:annotation> |
...