929: shared-12 XPath
The XPath version of shared-12 is today: ” XPath Description: Context: Document (complex type) For buyerPartyReference anywhere in the document, @href shall match the @id attribute of a party element or the @id attribute of a tradeSide element. ” The XPath version should be: ” Context: for $document in //element(*, Document) every $buyerPartyReference in $document//buyerPartyReference … Continued