<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.
Rendering expectations
Implementations might want to consider rendering a label for this element.
Specialization hierarchy
The <responsibleParty>
element is specialized from
<p>
. It is defined in the troubleshooting module.
Attributes
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>