Skip to main content

Strukturbeispiel für ein Publikations-Topic

Die richtige Strukturierung der Info-Elemente möchten wir Ihnen anhand eines Beispiels für ein Publikations-Topic dempnstrieren. Es zeigt das zugrundeliegende XML, damit Sie sehen können, wie die verschiedenen Info-Elemente, wie copyright und pubdate, innerhalb des info-Elements aufgebaut und positioniert sind.

Informationen zum Hinzufügen und Entfernen von Info-Elementen in Ihren eigenen Publikations-Topics finden Sie unter Publikations-Topic bearbeiten.

Beispiel 1. Beispiel für ein Publikations-Topic

Hier sehen Sie ein vollständiges Publikations-Topic. Beachten Sie, dass wir die XML-IDs hier entfernt haben, damit die Struktur übersichtlicher ist. Wenn Sie Ihr eigenes Publikations-Topic erstellen, wird es XML-IDs sowie weitere XML-Daten enthalten.

<?xml version="1.0"?>
<article>
    <info>
        <title>Acme HomeHub User Guide</title>
        <subtitle>The smarter way to manage your home</subtitle>
        <mediaobject role="titleimage">
            <imageobject>
                <imagedata fileref="UUID-4352d337-29fd-6ee2-e88c-e04bed3ce898" xinfo:image="UUID-4352d337-29fd-6ee2-e88c-e04bed3ce898"/>
            </imageobject>
        </mediaobject>
        <volumenum>ACME-SH-123456-A1</volumenum>
        <edition>ACME 100X PBD-10003</edition>
        <pubdate>May 17 2022</pubdate>
        <copyright>
            <year>2022</year>
            <holder>Acme Enterprises</holder>
        </copyright>
        <legalnotice>
            <para>All pertinent state, regional, and local safety regulations must be observed when installing and using this product. For reasons of safety and to help ensure compliance with documented system data, only the manufacturer shall perform repairs to components. Failure to observe this information can result in injury or equipment damage.</para>
            <para>All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher. For permission requests, write to the publisher, addressed “Attention: Permissions Coordinator,” at the address below.</para>
        </legalnotice>
        <address>Acme Enterprises
            <street>1A Main Street</street>
            <city>Generic City</city>
            <postcode>123 456</postcode>
            <country>USA</country>
        </address>
        <authorgroup>
            <author>
                <personname>Richard Greenwood</personname>
            </author>
            <author>
                <personname>Leanne Matthews</personname>
            </author>
                 <orgname>Acme Enterprises</orgname>
            <author>
            </author>
        </authorgroup>
        <releaseinfo>v16.1 release includes documentation for humidity monitoring and controls, extended range of supported lighting systems, and how to order replacement parts.</releaseinfo>
        <abstract>
          <para>Learn how to use the Acme SmartHome hub to manage your household devices from your phone.</para>
        </abstract> 
</info>
</article>