en-US/Get-MamlDocument.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>New-MamlDocument</command:name>
      <maml:description>
        <maml:para>
            Creates a new MAML XML document.
        </maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>New</command:verb>
      <command:noun>MamlDocument</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>
        The `New-MamlDocument` function creates a new, empty MAML document suitable for creating the help topic for a PowerShell command. You can then save this document to a file somehwere.
      </maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-MamlDocument</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes />
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Xml.XmlDocument</maml:name>
          <maml:uri></maml:uri>
        </dev:type>
        <maml:description>
          <maml:para>
            An XML document representing empty PowerShell command help topic.
          </maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <maml:alertSet />
    <command:examples>
      <command:example>
        <maml:title>
 
-------------------------- EXAMPLE 1 --------------------------
 
                </maml:title>
        <maml:introduction>
          <maml:para>
          </maml:para>
        </maml:introduction>
        <dev:code>
            New-MamlDocument
        </dev:code>
        <dev:remarks>
          <maml:para>
            Demonstrates how to create a new, empty MAML XML document.
          </maml:para>
        </dev:remarks>
        <command:commandLines />
      </command:example>
    </command:examples>
    <maml:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>How to Create the Cmdlet Help File</maml:linkText>
        <maml:uri>http://msdn.microsoft.com/en-us/library/bb525433.aspx</maml:uri>
      </maml:navigationLink>
    </maml:relatedLinks>
  </command:command>
</helpItems>