The <copyright> element is used for a single copyright entry. It includes the copyright years and the copyright holder. Multiple <copyright> statements are allowed.
( (copyryear) (one or more) then copyrholder)
Name | Description | Data Type | Default Value | Required? |
---|---|---|---|---|
type | Indicates the legal status of the copyright holder. Allowable values
are:
|
(primary | secondary) | #IMPLIED | No |
%global-atts; (xtrf, xtrc) | A set of related attributes, described at %global-atts; | parameter entity | PE not applicable | Not applicable |
class | A common attribute described in Other common DITA attributes |
<prolog> <copyright> <copyryear year="2001-04-12"></copyryear> <copyrholder>IBM</copyrholder> </copyright> <copyright type=secondary> <copyryear year="2002-03-03></copyryear> <copyrholder>Schweetones Publishing, Inc.</copyrholder> </copyright> </prolog>
OASIS DITA Language Specification v1.0 -- 09 May 2005
Copyright (c) OASIS Open 2005. All Rights Reserved.