Partager via


MamlContent

Applies To: Operations Manager 2007 R2, System Center Operations Manager 2007

Represents the knowledge article layout in Microsoft Assistance Markup Language (MAML) markup.

Schema Hierarchy

ManagementPack
  LanguagePacks
    LanguagePack
      KnowledgeArticles
        KnowledgeArticle
          MamlContent

Syntax

<MamlContent>
    <maml:section>Maml Markup</maml:section>
</MamlContent>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the MamlContent element.

Attributes

None.

Child Elements

None.

Parent Elements

Element Description

KnowledgeArticle

Represents a knowledge article associated with the specified element.

Text Value

The MamlContent element contains one or more maml:section elements.

A Task element can be included inline so that the user can launch a task from within the knowledge article. The following sample shows the correct markup for defining an inline task.

<maml:navigationLink>
   <maml:linkText>Start the Service</maml:linkText>
   <maml:uri condition="Task" href="Microsoft.Demo.NTService.StartService" uri="MOM.Console.Exe"/>
</maml:navigationLink>

A ConsoleTask element can also be included within the knowledge article.

<maml:navigationLink>
   <maml:linkText>Ping the server</maml:linkText>
   <maml:uri condition="ConsoleTask" href="Windows!Ping" uri="MOM.Console.Exe"/>
</maml:navigationLink>

Finally, access to a View element can be provided within the knowledge article text.

<maml:navigationLink>
   <maml:linkText>View all events</maml:linkText>
   <maml:uri condition="View" href="System!System.Views.EventView" uri="MOM.Console.Exe"/>
</maml:navigationLink>

Example

The following sample illustrates how you can format a knowledge article by using MAML XML. For each language supported, you will want to localize both the title and the content of the knowledge article.

<KnowledgeArticle ElementID="Microsoft.Windows.Client.2000.NetworkAdapter.NetworkAdapterDisconnected.Alert" Visible="true">
  <MamlContent>
    <maml:section>
      <maml:title>Summary</maml:title>
      <maml:para>This rule generates an alert when Windows® detects that the network adapter has been disconnected from the network and no longer has network connectivity.</maml:para>
      <maml:para>If the computer has only a single network adapter, this alert arrives only after network connectivity has been reestablished. In this case, you can resolve the alert without taking any additional action.</maml:para>
      <maml:para>If the computer has multiple network adapters, the alert may arrive before network connectivity for the effected adapter has been reestablished. However, remote clients and applications may still have difficulty accessing resources on the computer despite the other adapter or adapters. In addition, the local computer might not be able to access some network resources.</maml:para>
    </maml:section>
    <maml:section>
      <maml:title>Causes</maml:title>
      <maml:para>Your computer's network adapter lost its connection to the network.</maml:para>
      <maml:para>The adapter's connection to the network can be lost if you remove a network cable from your network adapter or if you are roaming between wireless access points with a mobile system. Other possible causes include network issues, firewall issues, or a malfunction of the network adapter or its driver.</maml:para>
    </maml:section>
    <maml:section>
      <maml:title>Resolutions</maml:title>
      <maml:para>If your computer is connected to the network by cable, confirm that the cable is plugged in properly. If you have a wireless network connection, confirm that you have a signal and the proper credentials for the wireless network.</maml:para>
      <maml:para>If the network connection is working properly, check the following possible causes and take corrective action:</maml:para>
      <maml:list>
        <maml:listItem>
          <maml:para>The network is down.</maml:para>
        </maml:listItem>
        <maml:listItem>
          <maml:para>The firewall on your computer is blocking network broadcast traffic.</maml:para>
        </maml:listItem>
        <maml:listItem>
          <maml:para>Your computer's network adapter or driver is not functioning correctly.</maml:para>
        </maml:listItem>
      </maml:list>
      <maml:para />
    </maml:section>
    <maml:section>
      <maml:title>Additional</maml:title>
      <maml:para>Sample Event:</maml:para>
      <maml:para />
      <maml:para>This rule generates an alert when any of the following events occur and are recorded in the System Event Log:</maml:para>
      <maml:para><![CDATA[The system detected that network adapter %2 was disconnected from the network, and the adapter's network configuration has been released. If the network adapter was not disconnected, this may indicate that it has malfunctioned. Please contact your vendor for updated drivers.]]></maml:para>
      <maml:para><![CDATA[Source: TCPIP; Event ID: 4201  The system detected that network adapter %2 was disconnected from the network, and the adapter's network configuration has been released. If the network adapter was not disconnected, this may indicate that it has malfunctioned. Please contact your vendor for updated drivers.]]></maml:para>
      <maml:para />
      <maml:para>Related Events:</maml:para>
      <maml:para>The following event in the System Event Log indicates that the network adapter has resumed normal operation and connectivity.</maml:para>
      <maml:para><![CDATA[The system detected that network adapter %2 was connected to the network, and has initiated normal operation over the network adapter.]]></maml:para>
      <maml:para><![CDATA[Source: TCPIP; Event ID: 4202  The system detected that network adapter %2 was connected to the network, and has initiated normal operation over the network adapter.]]></maml:para>
      <maml:para />
    </maml:section>
    <maml:section>
      <maml:title>External</maml:title>
      <maml:para>
        <maml:navigationLink>
          <maml:linkText>https://go.microsoft.com/fwlink/?LinkId=28867</maml:linkText>
          <maml:uri href="https://go.microsoft.com/fwlink/?LinkId=28867" />
        </maml:navigationLink>
      </maml:para>
    </maml:section>
  </MamlContent>
</KnowledgeArticle>

See Also

Reference

KnowledgeArticle