Identifying extracts from the same source
Extracts include sameTarget and sameTargetRoot attributes to indicate where they are from the same source document.
//extract/@sameTarget
//extract/@sameTargetRoot
When more than one extract is from derived from the same source document:
- If the reference is to the same section of a document, add an attribute sameTarget to subsequent extracts with the same value as the id attribute of the first extract.
- If the reference is to the same section of a document or even if the reference is to a different provision or section of the document, add an attribute sameTargetRoot to subsequent extracts with the same value as the id attribute of the first extract.
Only one extract from a document should appear as a value of sameTargetRoot. Similarly, only one extract should appear as a value of sameTarget.
Copy the other attributes of extract from the first instance.