RE: [rights-examples] ln004: use case with markup for review

From
DeMartini, Thomas <>
Date
2002-08-02T23:22:13+00:00
ID
Thread
RE: [rights-examples] ln004: use case with markup for review
Title: RE: [rights-examples] ln004: use case with markup for review

I got an ln001, ln004, and ln005.  But ln004 refers to ln002.  Did I somehow miss ln002, ln003, and ln006?  Or is the reference to ln002 supposed to be a reference to ln001, 4, or 5?

Thanks,

Thomas.

-----Original Message-----

From: DuCharme, Bob (LNG) [mailto:]

Sent: Thursday, July 18, 2002 10:01 AM

To: ''

Subject: [rights-examples] ln004: use case with markup for review

 No XrML sample markup is necessary. I realized that the ln004 scenario,

  Rights for reproduction of the text content are governed by contract

  cn234123 between the provider and LexisNexis; rights for reproduction

  of the images are governed by contract cn332789.

is not something to specify in the XrML license itself, but that just as a

URI corresponding to an XrML license element's licenseId attribute can be

referenced from content (as demonstrated by ln002), a URI could be assigned

to a contract and referenced the same way. The file ln004article.xml below

demonstrates.

Bob

<!-- start of ln004article.xml -->

<article xmlns:re="http://www.whatever.com/ns/RightsExpression"

         re:access="http://www.whatever.com/RightsLicenses/cn234123">

  <para>Here is the first paragraph.</para>

  <para>Here is the second paragraph.</para>

  <picture re:access="http://www.whatever.com/RightsLicenses/cn332789"

                          resource="http://www.whatever.com/pics/p1.jpg"/>

  <para>Here is the third paragraph.</para>

  <picture re:access="http://www.whatever.com/RightsLicenses/cn332789"

                          resource="http://www.whatever.com/pics/p2.jpg"/>

</article>

<!-- end of ln004article.xml -->

----------------------------------------------------------------

To subscribe or unsubscribe from this elist use the subscription

manager: <http://lists.oasis-open.org/ob/adm.pl>