Purpose:
Where a dataset is provided in multiple physical files: each file must be linked to via a separate link element. Each of these link elements shall have a "rel" value equal to "section".
Test method
- If links with a rel attribute of "section" are provided, then there must be multiple links. So the number of section links must not be exactly 1.
Reference(s):
- TG DL, Req 32
Test type:
Automated
Notes
The namespace prefixes used as described in README.md.
Abbreviation | XPath expression |
---|---|
link | //atom:entry/atom:link[@rel='section'] |
number of section links | //atom:entry[count(./atom:link[@rel='section']) |