◇◆
<ali:free_to_read> Free to Read (NISO Access and License Indicators)
A flag indicating that the document content can be read or viewed at its current location
by any user without payment or authentication.
Usage/Remarks
This element is defined in NISO RP-22-2021, Access & License Indicators (2021 Revision) Recommended
Practice. It is a simple indication of the status of the document that does not make
any statements
about additional reuse rights or restrictions. Absence of this element in a document
does not indicate its negation; it merely indicates
that a user would need to look to other information to ascertain the status of the
document.
Date Attributes
Date Attributes — Start and end dates can be placed on the
free-to-read status using the attributes @start_date and
@end_date. Start and end dates can be used to record delayed access, special offers, etc. where
the content is free to read for a period of time or after a particular date. The absence
of both start (not best practice) and end dates indicates a permanent free-to-read
status.
Always Use @start_date on Free to Read (NISO Access and License Indicators)
— In ALI XSD Schema 1.0.1, the attribute @start_date is required on the element Free to Read (NISO Access and License Indicators). Therefore JATS best practice is to always use this attribute on Free to Read (NISO Access and License Indicators), to match the latest ALI intentions.
Unfortunately, in the earlier version of the ALI XSD schema that was incorporated
into the JATS modules, this attribute was optional rather than required. JATS cannot
now make @start_date required on Free to Read (NISO Access and License Indicators), because this would be a non-backwards-compatible JATS change.
Attributes
Namespaces
xmlns:ali (fixed value = http://www.niso.org/schemas/ali/1.0/)
Models and Context
May be contained in
Description
This is an EMPTY element
Content Model
<!ELEMENT ali:free_to_read %free-to-read-model; >
Expanded Content Model
EMPTY
Tagged Samples
Free-to-read flag with no dates
Document is free to read at any time.
...
<permissions>
<ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/"/>
</permissions>
...
Free-to-read flag with start date
Document is free to read anytime after start date.
...
<permissions>
<ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
start_date="2014-01-01"/>
</permissions>
...
Free-to-read flag with both start and end dates
Document is free to read after start date. After end date, document will no longer
be free to read.
...
<permissions>
<ali:free_to_read xmlns:ali="http://www.niso.org/schemas/ali/1.0/"
start_date="2014-01-01" end_date="2014-12-31"/>
</permissions>
...