Container element for copyright and license information.
The following, in order:
<app>, <array>, <boxed-text>, <cen-meta>, <chem-struct-wrap>, <disp-quote>, <fig>, <graphic>, <iso-meta>, <media>, <preformat>, <statement>, <supplementary-material>, <table-wrap>, <table-wrap-foot>, <verse-group>
In some cases there may be multiple copyright holders mentioned in the footer of a standard, as in the following example from ISO/TS 16949:2009(E).
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE standard PUBLIC "-//ISO//DTD ISO Standards Tag Set (ISOSTS) DTD v0.6 20111216//EN" "ISOSTS.dtd">
<standard>
<front>
<iso-meta>
<title-wrap xml:lang='en'>
<intro>Quality management systems</intro>
<main>Particular requirements for the application of ISO
9001:2008 for automotive production and relevant service
part organizations</main>
<full>
Quality management systems —
Particular requirements for the application of ISO
9001:2008 for automotive production and relevant service
part organizations</full>
</title-wrap>
<title-wrap xml:lang='fr'>
<intro>Systèmes de management de la qualite</intro>
<main>Exigences particulières pour l'application de l'ISO
9001:2008 pour la production de série et de pièces de
rechange dans l'industrie automobile</main>
<full>
Systèmes de management de la qualite —
Exigences particulières pour l'application de l'ISO
9001:2008 pour la production de série et de pièces de
rechange dans l'industrie automobile
</full>
</title-wrap>
<doc-ident>...
<urn>urn:iso:std:iso:ts:16949:ed-3:en</urn>
</doc-ident>
<std-ident>
<originator>ISO</originator>
<doc-type>ts</doc-type>
<doc-number>16949</doc-number>
<edition>3</edition>
<version>1</version>
<suppl-type></suppl-type>
<suppl-number></suppl-number>
<suppl-version></suppl-version>
</std-ident>
<content-language>en</content-language>
<std-ref type="dated">ISO/TS 16949:2009</std-ref>
<std-ref type="undated">ISO/TS 16949</std-ref>
<doc-ref>ISO/TS 16949:2009(E)</doc-ref>
<pub-date>2002-06-15</pub-date>
<release-date>2009-06-15</release-date>
<comm-ref>ISO/TC 176</comm-ref>
<secretariat>???</secretariat>
<ics>03.120.10</ics>
<ics>43.020</ics>
<page-count count="39"/>
<permissions>
<copyright-statement>
© ISO 2009 – All rights reserved
</copyright-statement>
<copyright-statement>
© ANFIA, © FIEV, © SMMT, © VDA, ©
Chrysler, © Ford Motor Company, © General Motors
Corp. – All rights reserved
</copyright-statement>
<copyright-statement>
© PSA Peugeot Citroën, © Renault – All rights reserved
</copyright-statement>
</permissions>
</iso-meta>
...
</front>
<body>...</body>
</standard>
In the following example, the <alternatives> element is used to wrap a mathematical expression encoded in MathML with a graphic image of the same expression for use in environments where MathML is not supported.
...
<p>The following discussion makes use of
some properties of the three-by-three identity matrix:</p>
<disp-formula>
<alternatives>
<mml:math>
<mml:mrow>
<mml:mo> ( </mml:mo>
<mml:mtable>
<mml:mtr>
<mml:mtd> <mml:mn>1</mml:mn> </mml:mtd>
<mml:mtd> <mml:mn>0</mml:mn> </mml:mtd>
<mml:mtd> <mml:mn>0</mml:mn> </mml:mtd>
</mml:mtr>
<mml:mtr>
<mml:mtd> <mml:mn>0</mml:mn> </mml:mtd>
<mml:mtd> <mml:mn>1</mml:mn> </mml:mtd>
<mml:mtd> <mml:mn>0</mml:mn> </mml:mtd>
</mml:mtr>
<mml:mtr>
<mml:mtd> <mml:mn>0</mml:mn> </mml:mtd>
<mml:mtd> <mml:mn>0</mml:mn> </mml:mtd>
<mml:mtd> <mml:mn>1</mml:mn> </mml:mtd>
</mml:mtr>
</mml:mtable>
<mml:mo> ) </mml:mo>
</mml:mrow>
</mml:math>
<graphic xlink:href="images/identity-matrix">
<alt-text>A three-by-three identity matrix.</alt-text>
<permissions>
<copyright-statement>© 1998-2003 W3C ® (MIT, ERCIM,
Keio); used by permission</copyright-statement>
<copyright-year>1998-2003</copyright-year>
<copyright-holder>W3C ® (MIT, ERCIM,
Keio)</copyright-holder>
</permissions>
</graphic>
</alternatives>
</disp-formula>
<p>
Analogous observations hold for identity matrices of different sizes.
</p>
...
The graphic rendering of the mathematical expression is:

(MathML example and graphic from Mathematical Markup Language (MathML) Version 2.0 (Second Edition), W3C Recommendation 21 October 2003, ed. David Carlisle et al., © 1998-2003 W3C® (MIT, ERCIM, Keio), all rights reserved. Used by permission.)
JATS-common0.ent