<responsibleParty>

The <responsibleParty> element identifies the individual or team whose task it is to perform a remedy procedure. It also can provide important information about the qualifications that the person or team must have.

Implementations might want to consider rendering a label for this element.

The <responsibleParty> element is specialized from <p>. It is defined in the troubleshooting module.

(Text | <audio> | <dl> | <div> | <example> | <fig> | <image> | <lines> | <lq> | <note> | <object> | <ol> | <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

<remedy>

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

Contained by

- topic/p troubleshooting/responsibleParty

The <responsibleParty> element is specialized from <p>. It is defined in the troubleshooting 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 <responsibleParty> element can be used to specify the prerequisites for performing a procedure:

<remedy>
  <responsible-party>You must have administrative privileges to perform this procedure.
  </responsible-party>
  <steps>
    <step><cmd>Run the following command from the command line: 
               <codeph>msiexec.exe /I C:\Windows\Installer\XXXXX.msi</codeph></cmd>
    <step>
    <!-- ... -->
  </steps>
</remedy>