<stepxmp>

A step example illustrates how a step is completed. The example might be text-based, an image, a code sample, a link to a video, or some other representation.

The <stepxmp> element is specialized from <div>. It is defined in the task module.

(Text | <audio> | <dl> | <div> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <p> | <pre> | <simpletable> | <sl> | <table> | <ul> | <video> | <cite> | <include> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <data> | <foreign> | <draft-comment> | <fn> | <indexterm> | <required-cleanup>)*

Contained by

<step>

Zero or more of the following
  • Text
  • <audio>
  • <cite>
  • <data>
  • <div>
  • <dl>
  • <draft-comment>
  • <fig>
  • <fn>
  • <foreign>
  • <image>
  • <include>
  • <indexterm>
  • <keyword>
  • <lines>
  • <lq>
  • <note>
  • <object>
  • <ol>
  • <p>
  • <ph>
  • <pre>
  • <q>
  • <required-cleanup>
  • <simpletable>
  • <sl>
  • <table>
  • <term>
  • <text>
  • <tm>
  • <ul>
  • <video>
  • <xref>

Contained by

- topic/div task/stepxmp

The <stepxmp> element is specialized from <div>. It is defined in the task module.

The following attributes are available on this element: universal attributes.

The following attributes are available on this element: universal attributes.

Example

This section is non-normative.

The following code sample shows how the <stepxmp> can provide an example of how a user can perform a step:

<step>
  <cmd>Add an XML comment in the map that explains why you applied the 
       filtering attribute.</cmd>
  <stepxmp><p>For example:<p>
    <codeblock>
      <!-- 18 Dec 2019 ML: The following topic is under review and should
                           not be published externally. [DH-1441]. --> 
    </codeblock>
  </stepxmp>
</step>