◇◆
<permissions> Permissions
Container element for copyright and license information.
Usage/Remarks
The children of this element are repeatable. If multiple values are applicable (such
as multiple copyright years), they should be tagged separately rather than as multiple
values within a single element.
Models and Context
May be contained in
Description
The following, in order:
- <copyright-statement> Copyright Statement, zero or more
- <copyright-year> Copyright Year, zero or more
- <copyright-holder> Copyright Holder, zero or more
- Any combination of:
Content Model
<!ELEMENT permissions %permissions-model; >
Expanded Content Model
(copyright-statement*, copyright-year*, copyright-holder*, (ali:free_to_read | license)*)
Tagged Samples
Copyright inside <std-meta>
...
<std-meta>
...
<permissions>
<copyright-statement>ASME is the registered trademark of The American Society
of Mechanical Engineers.</copyright-statement>
<copyright-year>2017</copyright-year>
<copyright-holder>THE AMERICAN SOCIETY OF MECHANICAL ENGINEERS</copyright-holder> </permissions>
</std-meta>
...
ISO-specific, copyright inside <iso-meta>
...
<iso-meta id="profile.int">
...
<secretariat>...</secretariat>
<permissions>
<copyright-year>2006</copyright-year>
<copyright-holder>ISO</copyright-holder>
</permissions>
</iso-meta>
...
Both copyright and license information
...
<permissions>
<copyright-statement>Copyright © 2014 by The Institute of
Electrical and Electronics Engineers, Inc. All rights reserved.
Published 4 November 2014. Printed in the United States of
America.</copyright-statement>
<copyright-year>2014</copyright-year>
<copyright-holder>IEEE</copyright-holder>
<copyright-holder>ISO</copyright-holder>
<copyright-holder>IEC</copyright-holder>
<license>
<license-p>IEEE is a registered trademark in the U.S. Patent &
Trademark Office, owned by The Institute of Electrical and Electronics
Engineers, Incorporated.</license-p>
<license-p><italic>No part of this publication may be reproduced in
any form, in an electronic retrieval system or otherwise, without
the prior written permission of the publisher</italic>.</license-p>
<license-p>COPYRIGHT PROTECTED DOCUMENT</license-p>
<license-p>© ISO/IEC 2013</license-p>
<license-p>All rights reserved. Unless otherwise specified, no part
of this publication may be reproduced or utilized otherwide in any
form or by any means, electronic or mechanical, including photocopying,
or posting on the internet or an intranet, without prior written
permission. Permission can be requested from either ISO at the address
below or ISO's member body in the country of the requester:
<list list-type="simple">
<list-item>
<p><address>
<addr-line>ISO copyright office</addr-line>
<addr-line>Case postage 56 •</addr-line>
<postal-code>CH-1211</postal-code>
<city>Geneva 20</city>
<addr-line>Tel. <phone>+ 41 22 749 01 11</phone></addr-line>
<addr-line>Fax <fax>+ 41 22 749 09 47</fax></addr-line>
</address></p>
<p>E-mail <email>copyright@iso.org</email></p>
<p>Web <uri>www.iso.org</uri></p>
<p>Published in Switzerland</p>
</list-item>
</list>
</license-p>
</license>
</permissions>
...