Copyright statement
Capture the copyright statement in a copyright-statement element, and the copyright year in a copyright-year element.
//book-meta/permissions/copyright-statement //book-meta/permissions/copyright-year //book-meta/permissions/copyright-holder //book-part-meta/permissions/copyright-statement //book-part-meta/permissions/copyright-year //book-part-meta/permissions/copyright-holder
Capture the copyright year in a copyright-year element.
Capture the name of the copyright holder in a copyright-holder element.
Combine the copyright holder and year in a copyright-statement
element. Capture the copyright symbol ©
at the start of the copyright
statement.
<permissions> <copyright-statement>© Oxford University Press 2018</copyright-statement> <copyright-year>2018</copyright-year> <copyright-holder>Oxford University Press</copyright-holder> </permissions>