<ack>
Acknowledgments
Textual material that names the parties which the standards organization wishes to thank or
recognize for their assistance in, for example, producing the standard, funding the standard or tests for it,
inspiring the standard, or assisting in the research on which the standard is based or tested.
Remarks
For example, the Working Group members who produced a standard may be named in a section in the front matter listing participants, but any deceased members or persons who were only with the Working Group briefly might be thanked in an Acknowledgment section.
Attributes
Model Description
The following, in order:
- <label> Label of a Figure, Reference, Etc., zero or one
- <title> Title, zero or one
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- <editing-instruction> Editing Instruction
- Lists
- Math Elements
- <p> Paragraph
- Related Material Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
- <fn-group> Footnote Group
- <glossary> Glossary Elements
- <ref-list> Reference List (Bibliographic Reference List)
- Paragraph-level Display Elements
- Optionally, the following sequence (in order):
- One or more of any of:
- Section Elements
- Any combination of:
- <fn-group> Footnote Group
- <glossary> Glossary Elements
- <ref-list> Reference List (Bibliographic Reference List)
- Standards Note and Example Elements
- One or more of any of:
This element may be contained in:
Example 1
An Acknowledgment as part of the front matter of a standards document:
...
<front>
...
<ack>
<title>Acknowledgements</title>
<p>The Z39.19 committee thanks the following publishers of vocabularies
or software that were used in the examples of this standard: Energy
Technology Data Exchange and International Atomic Energy Agency; ...</p>
</ack>
</front>
...
Example 2
A slightly more extensive front matter Acknowledgment:
...
<ack id="front-ack1">
<title>Acknowledgments</title>
<p>Grateful acknowledgment is made to the CHAdeMO Association
for permission to use the following source material in Annex A:</p>
<list list-type="simple">
<list-item><p>CHAdeMO 1.0.1 (21 May 2013), Technical Specifications
of Quick Charger for the Electric Vehicle.</p></list-item>
</list>
</ack>
...