en-US/UniversalDashboard-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <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>Get-UDContentType</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDContentType</command:noun>
      <maml:description>
        <maml:para>Returns the content-type of an HTTP request.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the content-type of an HTTP request. This cmdlet should be used within Endpoint script blocks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDContentType</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-UDContentType</dev:code>
        <dev:remarks>
          <maml:para>Returns the content-type of the HTTP request.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Get-UDCookie</command:name>
      <command:verb>Get</command:verb>
      <command:noun>UDCookie</command:noun>
      <maml:description>
        <maml:para>Gets a cookie from the HTTP request.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Gets a cookie from the HTTP request. This cmdlet should be called within endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-UDCookie</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name of the cookie to return.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name of the cookie to return.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDInput -Title "Get a cookie" -Endpoint {
param()
    $Cookie = Get-UDCookie -Name "MyCookie"
 
    New-UDInputAction -Toast $Cookie.Value
}</dev:code>
        <dev:remarks>
          <maml:para>Returns the value of MyCookie as a Toast when the user clicks the submit button.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDBarChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDBarChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset with specific options for bar charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a dataset with specific options for bar charts. Use with Out-UDChartData.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDBarChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the bars when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>xAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>yAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color of the bar.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The color of the bar border.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the bar in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>BorderSkipped</maml:name>
          <maml:Description>
            <maml:para>Which edge to skip drawing the border for.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill colour of the bars when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The stroke colour of the bars when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color of the bar.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The color of the bar border.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>BorderSkipped</maml:name>
        <maml:Description>
          <maml:para>Which edge to skip drawing the border for.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the bar in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill colour of the bars when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The stroke colour of the bars when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the bars when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>xAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>yAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDBarChartDataset -DataProperty "Jpg" -Label "Jpg" -BackgroundColor "#80962F23"</dev:code>
        <dev:remarks>
          <maml:para>Creates a new bar chart data set for the JPG property and sets a background color.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDBarChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDBarChartOptions</command:noun>
      <maml:description>
        <maml:para>Options specific to a bar chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Options specific to a bar chart. Used with New-UDChart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDBarChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BarPercentage</maml:name>
          <maml:Description>
            <maml:para>Percent (0-1) of the available width each bar should be within the category width. 1.0 will take the whole category width and put the bars right next to each other.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>CategoryPercentage</maml:name>
          <maml:Description>
            <maml:para>Percent (0-1) of the available width each category should be within the sample width.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>BarThickness</maml:name>
          <maml:Description>
            <maml:para>Manually set width of each bar in pixels. If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap. Then, the bars are sized using barPercentage and categoryPercentage.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>MaxBarThickness</maml:name>
          <maml:Description>
            <maml:para>Set this to ensure that bars are not sized thicker than this.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BarPercentage</maml:name>
        <maml:Description>
          <maml:para>Percent (0-1) of the available width each bar should be within the category width. 1.0 will take the whole category width and put the bars right next to each other.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>BarThickness</maml:name>
        <maml:Description>
          <maml:para>Manually set width of each bar in pixels. If not set, the base sample widths are calculated automatically so that they take the full available widths without overlap. Then, the bars are sized using barPercentage and categoryPercentage.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>CategoryPercentage</maml:name>
        <maml:Description>
          <maml:para>Percent (0-1) of the available width each category should be within the sample width.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>MaxBarThickness</maml:name>
        <maml:Description>
          <maml:para>Set this to ensure that bars are not sized thicker than this.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Options = New-UDBarChartOptions -LayoutOptions (
                New-UDChartLayoutOptions -Padding 15
            ) -LegendOptions (
                New-UDChartLegendOptions -Position "bottom"
            )
             
 PS C:\&gt; New-UDChart -Title "Chart" -Id "Chart" -Type Bar -EndPoint { &lt;#...#&gt; } -Options $Options</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDButton</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDButton</command:noun>
      <maml:description>
        <maml:para>Creates a button.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a button.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDButton</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>The text to display on the button.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnClick</maml:name>
          <maml:Description>
            <maml:para>A script to invoke when the button is clicked.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>Embeds an icon in the button content.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>IconAlignment</maml:name>
          <maml:Description>
            <maml:para>Aligns the icon on the left or right.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Flat</maml:name>
          <maml:Description>
            <maml:para>Applies a flat style to the button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Floating</maml:name>
          <maml:Description>
            <maml:para>Applies a float style to the button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Flat</maml:name>
        <maml:Description>
          <maml:para>Applies a flat style to the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Floating</maml:name>
        <maml:Description>
          <maml:para>Applies a float style to the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>Embeds an icon in the button content.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>IconAlignment</maml:name>
        <maml:Description>
          <maml:para>Aligns the icon on the left or right.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnClick</maml:name>
        <maml:Description>
          <maml:para>A script to invoke when the button is clicked.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>The text to display on the button.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDButton -Text 'Click me' -OnClick {
    Set-UDElement -Id 'aLabel' -Content { "Clicked!" }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a button that when clicked updates a label with the "Clicked!" text.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCard</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCard</command:noun>
      <maml:description>
        <maml:para>Creates a new Material Design card.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new Material Design card. Provides a way to show information and links.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCard</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Allows for putting any content within a card. Best used with New-UDElement.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Image</maml:name>
          <maml:Description>
            <maml:para>Image to display within the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
          <dev:type>
            <maml:name>Element</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Language</maml:name>
          <maml:Description>
            <maml:para>If the language is specified, the card text will be highlighted in that programming language.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to add to the action portion of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reveal</maml:name>
          <maml:Description>
            <maml:para>Content of the reveal section of the card. When clicked, the card will slide up revealing this content.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RevealTitle</maml:name>
          <maml:Description>
            <maml:para>The title of the card after the reveal has been shown.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of the card.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text to include in the body of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>A title to include at the top of the card.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Allows for putting any content within a card. Best used with New-UDElement.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Image</maml:name>
        <maml:Description>
          <maml:para>Image to display within the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Element</command:parameterValue>
        <dev:type>
          <maml:name>Element</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Language</maml:name>
        <maml:Description>
          <maml:para>If the language is specified, the card text will be highlighted in that programming language.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to add to the action portion of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reveal</maml:name>
        <maml:Description>
          <maml:para>Content of the reveal section of the card. When clicked, the card will slide up revealing this content.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RevealTitle</maml:name>
        <maml:Description>
          <maml:para>The title of the card after the reveal has been shown.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text to include in the body of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>A title to include at the top of the card.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCard -Title "Details" -Text "These are some details about my dashboard" -Links @(New-UDLink -Url http://www.google.com -Text "Google a little more info")</dev:code>
        <dev:remarks>
          <maml:para>Creates a new card with a title, some text and a link.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCategoryChartAxis</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCategoryChartAxis</command:noun>
      <maml:description>
        <maml:para>Creates options for a category chart axis. Used with chart options.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates options for a category chart axis. Used with chart options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCategoryChartAxis</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the axis in the chart. Possible values are: 'top', 'left', 'bottom', 'right'</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the axis. This can should be referenced with the dataset using the axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Labels</maml:name>
          <maml:Description>
            <maml:para>An array of labels to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>The minimum item to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>The maximum item to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the axis. This can should be referenced with the dataset using the axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Labels</maml:name>
        <maml:Description>
          <maml:para>An array of labels to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>The maximum item to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>The minimum item to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the axis in the chart. Possible values are: 'top', 'left', 'bottom', 'right'</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCategoryChartAxis -Labels @('January', 'February', 'March', 'April', 'May', 'June')</dev:code>
        <dev:remarks>
          <maml:para>Creates a category chart axis with labels for January, February, March, April, May and June.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for use with Out-UDChartData</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a dataset for use with Out-UDChartData. This is an advanced scenario cmdlet that allows you to create multiple datasets within a single chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property to select as the data for the y value of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>A label of this dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>AdditionalOptions</maml:name>
          <maml:Description>
            <maml:para>Additional options to pass to the dataset. This value can be different depending on the type of chart specified. See the ChartJS documentation for more information. http://www.chartjs.org/docs/latest/charts/line.html</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The hover background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The hover border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The hover width of the border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>XAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the X axis. Used for advanced properties.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>YAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the Y axis. Used for advanced properties.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>AdditionalOptions</maml:name>
        <maml:Description>
          <maml:para>Additional options to pass to the dataset. This value can be different depending on the type of chart specified. See the ChartJS documentation for more information. http://www.chartjs.org/docs/latest/charts/line.html</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property to select as the data for the y value of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The hover background color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The hover border color of the dataset in the chart. Should be in rgba() syntax.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The hover width of the border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>A label of this dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>XAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the X axis. Used for advanced properties.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>YAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the Y axis. Used for advanced properties.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Bar -Title "Memory" -Endpoint {
    Get-Process -Name chrome | Out-UDChartData -LabelProperty "Id" -Dataset @(
        New-UDChartDataset -DataProperty "WorkingSet" -Label "Working Set" -BackgroundColor "rgb(63,123,3)"
        New-UDChartDataset -DataProperty "PeakWorkingSet" -Label "Peak Working Set" -BackgroundColor "rgb(134,342,122)"
        New-UDChartDataset -DataProperty "VirtualMemorySize" -Label "Virtual Memory Size" -BackgroundColor "rgb(234,33,43)"
    )
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a chart with different datasets of different types of memory usage.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDChartLayoutOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartLayoutOptions</command:noun>
      <maml:description>
        <maml:para>Layout options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Layout options for a chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartLayoutOptions</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDChartLayoutOptions</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingBottom</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the bottom of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingLeft</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the left of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingRight</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the right of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PaddingTop</maml:name>
          <maml:Description>
            <maml:para>The padding to add inside the top of the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Padding</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingBottom</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the bottom of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingLeft</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the left of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingRight</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the right of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PaddingTop</maml:name>
        <maml:Description>
          <maml:para>The padding to add inside the top of the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $LayoutOptions = New-UDLayoutOptions -Padding 15
PS C:\&gt; $Options = New-UDChartOptions -LayoutOptions $LayoutOptions</dev:code>
        <dev:remarks>
          <maml:para>Creates chart options with layout options set to a padding for 15.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDChartLegendOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartLegendOptions</command:noun>
      <maml:description>
        <maml:para>Legend options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Legend options for a chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartLegendOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the legend.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>FullWidth</maml:name>
          <maml:Description>
            <maml:para>Marks that this box should take the full width of the canvas (pushing down other boxes). This is unlikely to need to be changed in day-to-day use.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>LabelBoxWidth</maml:name>
          <maml:Description>
            <maml:para>width of coloured box</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>LabelFontSize</maml:name>
          <maml:Description>
            <maml:para>font size of text</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>LabelFontStyle</maml:name>
          <maml:Description>
            <maml:para>font style of text</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>LabelFontFamily</maml:name>
          <maml:Description>
            <maml:para>Font family of legend text.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>LabelPadding</maml:name>
          <maml:Description>
            <maml:para>Padding between rows of colored boxes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>LabelUsePointStyle</maml:name>
          <maml:Description>
            <maml:para>Label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Hide</maml:name>
          <maml:Description>
            <maml:para>Hides the legend.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Reverse</maml:name>
          <maml:Description>
            <maml:para>Legend will show datasets in reverse order.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>FullWidth</maml:name>
        <maml:Description>
          <maml:para>Marks that this box should take the full width of the canvas (pushing down other boxes). This is unlikely to need to be changed in day-to-day use.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Hide</maml:name>
        <maml:Description>
          <maml:para>Hides the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>LabelBoxWidth</maml:name>
        <maml:Description>
          <maml:para>width of coloured box</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>LabelFontFamily</maml:name>
        <maml:Description>
          <maml:para>Font family of legend text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>LabelFontSize</maml:name>
        <maml:Description>
          <maml:para>font size of text</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>LabelFontStyle</maml:name>
        <maml:Description>
          <maml:para>font style of text</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>LabelPadding</maml:name>
        <maml:Description>
          <maml:para>Padding between rows of colored boxes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>LabelUsePointStyle</maml:name>
        <maml:Description>
          <maml:para>Label style will match corresponding point style (size is based on fontSize, boxWidth is not used in this case).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the legend.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Reverse</maml:name>
        <maml:Description>
          <maml:para>Legend will show datasets in reverse order.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $LegendOptions = New-UDChartLegendOptions -Position "bottom"
PS C:\&gt; $Options = New-UDChartOptions -LegendOptions $LegendOptions</dev:code>
        <dev:remarks>
          <maml:para>Moves the legend to the bottom of the chart.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartOptions</command:noun>
      <maml:description>
        <maml:para>Options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Options for a chart. Use with New-UDChart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $Options = New-UDChartOptions -LayoutOptions (
                New-UDChartLayoutOptions -Padding 15
            )
PS C:\&gt; New-UDChart -Options $Options #...</dev:code>
        <dev:remarks>
          <maml:para>Creates a chart and specifies padding options for it.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDChartTitleOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartTitleOptions</command:noun>
      <maml:description>
        <maml:para>Title options for a chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Title options for a chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartTitleOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of title.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>FontSize</maml:name>
          <maml:Description>
            <maml:para>Font size</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>FontStyle</maml:name>
          <maml:Description>
            <maml:para>Font style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>FontFamily</maml:name>
          <maml:Description>
            <maml:para>Font family</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Padding</maml:name>
          <maml:Description>
            <maml:para>Number of pixels to add above and below the title text.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>LineHeight</maml:name>
          <maml:Description>
            <maml:para>Height of an individual line of text</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Title text to display.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Display</maml:name>
          <maml:Description>
            <maml:para>Displays the title.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Display</maml:name>
        <maml:Description>
          <maml:para>Displays the title.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>FontFamily</maml:name>
        <maml:Description>
          <maml:para>Font family</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>FontSize</maml:name>
        <maml:Description>
          <maml:para>Font size</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>FontStyle</maml:name>
        <maml:Description>
          <maml:para>Font style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>LineHeight</maml:name>
        <maml:Description>
          <maml:para>Height of an individual line of text</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Padding</maml:name>
        <maml:Description>
          <maml:para>Number of pixels to add above and below the title text.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of title.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Title text to display.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $TitleOptions = New-UDChartTitleOptions -Display -Text "Fruit Chart"
PS C:\&gt; $Options = New-UDChartOptions -TitleOptions $TitleOptions
PS C:\&gt; New-UDChart -Options $Options #...</dev:code>
        <dev:remarks>
          <maml:para>Creates a new chart and specifies a title for the chart.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDChartTooltipOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDChartTooltipOptions</command:noun>
      <maml:description>
        <maml:para>Tooltip options for charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Tooltip options for charts.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDChartTooltipOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>TitleFontFamily</maml:name>
          <maml:Description>
            <maml:para>Title font family</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>BodyFontColor</maml:name>
          <maml:Description>
            <maml:para>Body font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>BodySpacing</maml:name>
          <maml:Description>
            <maml:para>Spacing to add to top and bottom of each tooltip item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>FooterFontFamily</maml:name>
          <maml:Description>
            <maml:para>Footer font family</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>FooterFontSize</maml:name>
          <maml:Description>
            <maml:para>Footer font size</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
          <maml:name>FooterFontStyle</maml:name>
          <maml:Description>
            <maml:para>Footer font style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>FooterFontColor</maml:name>
          <maml:Description>
            <maml:para>Footer font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
          <maml:name>FooterSpacing</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
          <maml:name>FooterMarginTop</maml:name>
          <maml:Description>
            <maml:para>Margin to add before drawing the footer.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
          <maml:name>xPadding</maml:name>
          <maml:Description>
            <maml:para>Padding to add on left and right of tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
          <maml:name>yPadding</maml:name>
          <maml:Description>
            <maml:para>Padding to add on top and bottom of tooltip.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleFontSize</maml:name>
          <maml:Description>
            <maml:para>Title font size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
          <maml:name>CaretPadding</maml:name>
          <maml:Description>
            <maml:para>Extra distance to move the end of the tooltip arrow away from the tooltip point.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
          <maml:name>CaretSize</maml:name>
          <maml:Description>
            <maml:para>Size, in px, of the tooltip arrow.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
          <maml:name>CornerRadius</maml:name>
          <maml:Description>
            <maml:para>Radius of tooltip corner curves.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
          <maml:name>MultiKeyBackground</maml:name>
          <maml:Description>
            <maml:para>Color to draw behind the colored boxes when multiple items are in the tooltip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="24" aliases="none">
          <maml:name>DisplayColors</maml:name>
          <maml:Description>
            <maml:para>if true, color boxes are shown in the tooltip</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="25" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Color of the border</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="26" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>Size of the border</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TitleFontStyle</maml:name>
          <maml:Description>
            <maml:para>Title font style.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>TitleFontColor</maml:name>
          <maml:Description>
            <maml:para>Title font color</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>TitleSpacing</maml:name>
          <maml:Description>
            <maml:para>Spacing to add to top and bottom of each title line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>TitleMarginBottom</maml:name>
          <maml:Description>
            <maml:para>Margin to add on bottom of title section.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>BodyFontFamily</maml:name>
          <maml:Description>
            <maml:para>Body font family.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>BodyFontSize</maml:name>
          <maml:Description>
            <maml:para>Body font size.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>BodyFontStyle</maml:name>
          <maml:Description>
            <maml:para>Body font style</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">normal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Disables tooltips.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>BodyFontColor</maml:name>
        <maml:Description>
          <maml:para>Body font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>BodyFontFamily</maml:name>
        <maml:Description>
          <maml:para>Body font family.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>BodyFontSize</maml:name>
        <maml:Description>
          <maml:para>Body font size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>BodyFontStyle</maml:name>
        <maml:Description>
          <maml:para>Body font style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>BodySpacing</maml:name>
        <maml:Description>
          <maml:para>Spacing to add to top and bottom of each tooltip item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="25" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>Color of the border</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="26" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>Size of the border</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
        <maml:name>CaretPadding</maml:name>
        <maml:Description>
          <maml:para>Extra distance to move the end of the tooltip arrow away from the tooltip point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
        <maml:name>CaretSize</maml:name>
        <maml:Description>
          <maml:para>Size, in px, of the tooltip arrow.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
        <maml:name>CornerRadius</maml:name>
        <maml:Description>
          <maml:para>Radius of tooltip corner curves.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Disables tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="24" aliases="none">
        <maml:name>DisplayColors</maml:name>
        <maml:Description>
          <maml:para>if true, color boxes are shown in the tooltip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>FooterFontColor</maml:name>
        <maml:Description>
          <maml:para>Footer font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>FooterFontFamily</maml:name>
        <maml:Description>
          <maml:para>Footer font family</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>FooterFontSize</maml:name>
        <maml:Description>
          <maml:para>Footer font size</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
        <maml:name>FooterFontStyle</maml:name>
        <maml:Description>
          <maml:para>Footer font style</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
        <maml:name>FooterMarginTop</maml:name>
        <maml:Description>
          <maml:para>Margin to add before drawing the footer.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
        <maml:name>FooterSpacing</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
        <maml:name>MultiKeyBackground</maml:name>
        <maml:Description>
          <maml:para>Color to draw behind the colored boxes when multiple items are in the tooltip</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>TitleFontColor</maml:name>
        <maml:Description>
          <maml:para>Title font color</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>TitleFontFamily</maml:name>
        <maml:Description>
          <maml:para>Title font family</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleFontSize</maml:name>
        <maml:Description>
          <maml:para>Title font size.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TitleFontStyle</maml:name>
        <maml:Description>
          <maml:para>Title font style.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>TitleMarginBottom</maml:name>
        <maml:Description>
          <maml:para>Margin to add on bottom of title section.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>TitleSpacing</maml:name>
        <maml:Description>
          <maml:para>Spacing to add to top and bottom of each title line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
        <maml:name>xPadding</maml:name>
        <maml:Description>
          <maml:para>Padding to add on left and right of tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
        <maml:name>yPadding</maml:name>
        <maml:Description>
          <maml:para>Padding to add on top and bottom of tooltip.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; $TooltipOptions = New-UDChartTooltipOptions -TitleFontSize 50
PS C:\&gt; $Options = New-UDChartOptions -TooltipOptions $TooltipOptions
PS C:\&gt; New-UDChart -Options $Options #...</dev:code>
        <dev:remarks>
          <maml:para>Creates a new chart and sets the font size of tooltip titles to 50.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCheckbox</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCheckbox</command:noun>
      <maml:description>
        <maml:para>Creates a checkbox.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a checkbox.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCheckbox</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this checkbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The text to display next to the checkbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>A script block to invoke when the value of the checkbox changes. Use the $EventData variable to get the value of the checkbox in the script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Checked</maml:name>
          <maml:Description>
            <maml:para>Whether the default value of the checkbox is checked.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether the checkbox is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilledIn</maml:name>
          <maml:Description>
            <maml:para>Applies a filled in style to checkbox.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Checked</maml:name>
        <maml:Description>
          <maml:para>Whether the default value of the checkbox is checked.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether the checkbox is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilledIn</maml:name>
        <maml:Description>
          <maml:para>Applies a filled in style to checkbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this checkbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The text to display next to the checkbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>A script block to invoke when the value of the checkbox changes. Use the $EventData variable to get the value of the checkbox in the script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCheckbox -Label "Checkbox" -OnChange {
    Set-UDElement -Label "lblChecked" -Content { "Checkbox Value: $EventData" }
}</dev:code>
        <dev:remarks>
          <maml:para>Sets the 'lblChecked' content to the value of the checkbox value.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCollapsible</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollapsible</command:noun>
      <maml:description>
        <maml:para>Creates a new collapsible.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new collapsible. Collapsibles are accordion elements that expand when clicked on. They allow you to hide content that is not immediately relevant to the user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollapsible</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Items</maml:name>
          <maml:Description>
            <maml:para>The collapsible items to show in this collapsible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the collapsible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>The font color of the collapsible.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Popout</maml:name>
          <maml:Description>
            <maml:para>The collapsible behaves as a popout rather than sliding.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>Defines whether multiple items can be expanded.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Expandable</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Accordian</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the collapsible.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>The font color of the collapsible.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Items</maml:name>
        <maml:Description>
          <maml:para>The collapsible items to show in this collapsible.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Popout</maml:name>
        <maml:Description>
          <maml:para>The collapsible behaves as a popout rather than sliding.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>Defines whether multiple items can be expanded.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCollapsible -Id "Collapsible" -Items {
                New-UDCollapsibleItem -Title "First" -Icon user -Content {
                    New-UDCard -Title "First"
                } -Active
                New-UDCollapsibleItem -Title "Second" -Icon group -Content {
                    New-UDCard -Title "Second"
                }
                New-UDCollapsibleItem -Title "Third" -Icon user -Content {
                    New-UDCard -Title "Third"
                }
            }</dev:code>
        <dev:remarks>
          <maml:para>Creates a new collapsible with 3 different items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCollapsibleItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollapsibleItem</command:noun>
      <maml:description>
        <maml:para>Creates a collapsible item.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a collapsible item. Use with New-UDCollapsible. This will create a single item within the collapsible.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollapsibleItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Specifies whether the item is active by default. This will expand the item.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Specifies that this component auto-refreshs on the RefreshInterval.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint that returns the content for this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to display in the title of the item.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The text to display in the title.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDCollapsibleItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Specifies whether the item is active by default. This will expand the item.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content of this collapsible. Other components can be nested within this item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color of the component item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon to display in the title of the item.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this component.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>The text to display in the title.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Active</maml:name>
        <maml:Description>
          <maml:para>Specifies whether the item is active by default. This will expand the item.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Specifies that this component auto-refreshs on the RefreshInterval.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the component item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content of this collapsible. Other components can be nested within this item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint that returns the content for this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color of the component item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon to display in the title of the item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this component.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>The text to display in the title.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCollapsible -Id "Collapsible" -Items {
                New-UDCollapsibleItem -Title "First" -Icon user -Content {
                    New-UDCard -Title "First"
                } -Active
                New-UDCollapsibleItem -Title "Second" -Icon group -Content {
                    New-UDCard -Title "Second"
                }
                New-UDCollapsibleItem -Title "Third" -Icon user -Content {
                    New-UDCard -Title "Third"
                }
            }</dev:code>
        <dev:remarks>
          <maml:para>Creates a new collapsible with 3 different items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCollection</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollection</command:noun>
      <maml:description>
        <maml:para>Creates a collection of items.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a collection of items.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollection</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this collection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content for the collection. This should be generated using calls to New-UDCollectionItem.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Header</maml:name>
          <maml:Description>
            <maml:para>Header text for collection.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LinkCollection</maml:name>
          <maml:Description>
            <maml:para>Whether or not this collection contains links.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content for the collection. This should be generated using calls to New-UDCollectionItem.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Header</maml:name>
        <maml:Description>
          <maml:para>Header text for collection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this collection.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LinkCollection</maml:name>
        <maml:Description>
          <maml:para>Whether or not this collection contains links.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCollection -Content {
    New-UDCollectionItem -Content {
        "Item 1"
    }
    New-UDCollectionItem -Content {
        "Item 2"
    }
    New-UDCollectionItem -Content {
        "Item 3"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a collection of 3 items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDCollectionItem</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDCollectionItem</command:noun>
      <maml:description>
        <maml:para>Creates a new collection item.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new collection item.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDCollectionItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Whether this collection item is active.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content for this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SecondaryContent</maml:name>
          <maml:Description>
            <maml:para>Secondary content for this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDCollectionItem</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Active</maml:name>
          <maml:Description>
            <maml:para>Whether this collection item is active.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content for this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this collection item.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>URL for this collection item. This should be used when New-UDCollection has the LinksCollection parameter specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Active</maml:name>
        <maml:Description>
          <maml:para>Whether this collection item is active.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content for this collection item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this collection item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SecondaryContent</maml:name>
        <maml:Description>
          <maml:para>Secondary content for this collection item.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>URL for this collection item. This should be used when New-UDCollection has the LinksCollection parameter specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDCollection -Content {
    New-UDCollectionItem -Content {
        "Item 1"
    }
    New-UDCollectionItem -Content {
        "Item 2"
    }
    New-UDCollectionItem -Content {
        "Item 3"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a collection of 3 items.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDColumn</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDColumn</command:noun>
      <maml:description>
        <maml:para>Creates a new column in the dashboard. This should be called within a New-UDRow's content or endpoint block.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new column in the dashboard. This should be called within a New-UDRow. Columns can be size 1-12. Size 12 would span the entire width of the page. If you had 12 size 1 columns, each would take up 1/12 of the page and they would be equally spaced along the row.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDColumn</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether this column should auto-refresh. The default interval is every 5 seconds.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DebugEndpoint</maml:name>
          <maml:Description>
            <maml:para>Runs the Endpoint in the UDDebug runspace.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call to generate the content of this column. This is mutually exclusive with Content.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>How often this column refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SmallOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Size">
          <maml:name>SmallSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDColumn</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the column. This can be one or more controls. It can also be other another row of columns.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LargeSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on large screens. Large screens are over 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MediumSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SmallOffset</maml:name>
          <maml:Description>
            <maml:para>The number of columns to offset this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Size">
          <maml:name>SmallSize</maml:name>
          <maml:Description>
            <maml:para>The size of this column on small screens. Small screens are under 600px wide.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether this column should auto-refresh. The default interval is every 5 seconds.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the column. This can be one or more controls. It can also be other another row of columns.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DebugEndpoint</maml:name>
        <maml:Description>
          <maml:para>Runs the Endpoint in the UDDebug runspace.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call to generate the content of this column. This is mutually exclusive with Content.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the column. This is the ID set in the HTML markup.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LargeOffset</maml:name>
        <maml:Description>
          <maml:para>The number of columns to offset this column on large screens. Large screens are over 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LargeSize</maml:name>
        <maml:Description>
          <maml:para>The size of this column on large screens. Large screens are over 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MediumOffset</maml:name>
        <maml:Description>
          <maml:para>The number of columns to offset this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MediumSize</maml:name>
        <maml:Description>
          <maml:para>The size of this column on medium screens. Medium screens are over 600px and less than 992px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>How often this column refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SmallOffset</maml:name>
        <maml:Description>
          <maml:para>The number of columns to offset this column on small screens. Small screens are under 600px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Size">
        <maml:name>SmallSize</maml:name>
        <maml:Description>
          <maml:para>The size of this column on small screens. Small screens are under 600px wide.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRow -Columns {
    New-UDColumn -Size 12 -Content {
        New-UDChart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creats a new row with a column that spans the entire page.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRow -Columns {
    New-UDColumn -Size 4 -Content {
        New-UDChart ...
    }
    New-UDColumn -Size 4 -Content {
        New-UDChart ...
    }
    New-UDColumn -Size 4 -Content {
        New-UDChart ...
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new row with 3 columns that take up 1/3 of the page width each.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDDoughnutChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDDoughnutChartDataset</command:noun>
      <maml:description>
        <maml:para>Dataset for a doughnut or pie chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Dataset for a doughnut or pie chart. Use instead of New-UDChartDataset for doughnut charts with additional options.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDDoughnutChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The border width of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The stroke colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The border width of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The stroke colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDDoughnutChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDDoughnutChartOptions</command:noun>
      <maml:description>
        <maml:para>Additional option for doughnut and pie charts.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Additional option for doughnut and pie charts.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDDoughnutChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>AnimateScale</maml:name>
          <maml:Description>
            <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>CutoutPercentage</maml:name>
          <maml:Description>
            <maml:para>The percentage of the chart that is cut out of the middle.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Rotation</maml:name>
          <maml:Description>
            <maml:para>Starting angle to draw arcs from.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Circumference</maml:name>
          <maml:Description>
            <maml:para>Sweep to allow arcs to cover</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>AnimateRotate</maml:name>
          <maml:Description>
            <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>AnimateRotate</maml:name>
        <maml:Description>
          <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>AnimateScale</maml:name>
        <maml:Description>
          <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Circumference</maml:name>
        <maml:Description>
          <maml:para>Sweep to allow arcs to cover</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>CutoutPercentage</maml:name>
        <maml:Description>
          <maml:para>The percentage of the chart that is cut out of the middle.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Rotation</maml:name>
        <maml:Description>
          <maml:para>Starting angle to draw arcs from.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDHeading</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDHeading</command:noun>
      <maml:description>
        <maml:para>Creates a heading.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a heading.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDHeading</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content for the heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>Size of this heading from 1 to 6. 1 is the largest and 6 is the smallest.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">6</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Font color for the heading.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>Font color for the heading.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content for the heading.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this heading.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>Size of this heading from 1 to 6. 1 is the largest and 6 is the smallest.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDHeading -Size 3 -Content { "Header" }</dev:code>
        <dev:remarks>
          <maml:para>Creates the heading "Header" with a size of 3.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDIcon</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDIcon</command:noun>
      <maml:description>
        <maml:para>Creates an icon.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates an icon.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDIcon</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>Size of the icon.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">ExtraSmall</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">2x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">3x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">4x</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">5x</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>Color of the icon.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FixedWidth</maml:name>
          <maml:Description>
            <maml:para>Whether the icon is fixed width.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>Color of the icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FixedWidth</maml:name>
        <maml:Description>
          <maml:para>Whether the icon is fixed width.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>Size of the icon.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDIcon -Icon user -Size Large -FixedWidth</dev:code>
        <dev:remarks>
          <maml:para>Creates a large user icon with a fixed width.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDIFrame</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDIFrame</command:noun>
      <maml:description>
        <maml:para>Creates a new iframe.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new iframe.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDIFrame</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the iframe.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Uri</maml:name>
          <maml:Description>
            <maml:para>The URI of the embedded website.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the iframe.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Uri</maml:name>
        <maml:Description>
          <maml:para>The URI of the embedded website.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDIFrame -Uri https://www.google.com</dev:code>
        <dev:remarks>
          <maml:para>Creates an iframe that embeds Google.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDLayout</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLayout</command:noun>
      <maml:description>
        <maml:para>Creates a new simple, column-based layout.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new simple, column-based layout.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLayout</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Columns</maml:name>
          <maml:Description>
            <maml:para>The number of columns in the layout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the layout.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Columns</maml:name>
        <maml:Description>
          <maml:para>The number of columns in the layout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the layout.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDLayout -Columns 3 {
    New-UDCard
    New-UDCard
    New-UDCard
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a three column layout with one row of cards.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDLayout -Columns 3 {
    New-UDCard
    New-UDCard
    New-UDCard
    New-UDCard
    New-UDCard
    New-UDCard
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a three column layout with two rows of cards.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDLinearChartAxis</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLinearChartAxis</command:noun>
      <maml:description>
        <maml:para>The linear scale is use to chart numerical data. It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis. As the name suggests, linear interpolation is used to determine where a value lies on the axis.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The linear scale is use to chart numerical data. It can be placed on either the x or y axis. The scatter chart type automatically configures a line chart to use one of these scales for the x axis. As the name suggests, linear interpolation is used to determine where a value lies on the axis.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLinearChartAxis</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the axis in the chart.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BeginAtZero</maml:name>
          <maml:Description>
            <maml:para>if true, scale will include 0 if it is not already included.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>MaxTickLimit</maml:name>
          <maml:Description>
            <maml:para>Maximum number of ticks and gridlines to show.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>StepSize</maml:name>
          <maml:Description>
            <maml:para>User defined fixed step size for the scale.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>SuggestedMaximum</maml:name>
          <maml:Description>
            <maml:para>Adjustment used when calculating the maximum data value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>SuggestedMinimum</maml:name>
          <maml:Description>
            <maml:para>Adjustment used when calculating the minimum data value.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BeginAtZero</maml:name>
        <maml:Description>
          <maml:para>if true, scale will include 0 if it is not already included.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>MaxTickLimit</maml:name>
        <maml:Description>
          <maml:para>Maximum number of ticks and gridlines to show.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the axis in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>StepSize</maml:name>
        <maml:Description>
          <maml:para>User defined fixed step size for the scale.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>SuggestedMaximum</maml:name>
        <maml:Description>
          <maml:para>Adjustment used when calculating the maximum data value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>SuggestedMinimum</maml:name>
        <maml:Description>
          <maml:para>Adjustment used when calculating the minimum data value.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDLineChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLineChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for a line chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The line chart allows a number of properties to be specified for each dataset. These are used to set display properties for a specific dataset. For example, the colour of a line is generally set this way.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLineChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>LineTension</maml:name>
          <maml:Description>
            <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines. This option is ignored if monotone cubic interpolation is used.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>PointBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>PointBorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>PointBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the point border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
          <maml:name>PointRadius</maml:name>
          <maml:Description>
            <maml:para>The radius of the point.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>PointStyle</maml:name>
          <maml:Description>
            <maml:para>Style of the point.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cross</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crossRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rect</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRounded</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">triangle</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
          <maml:name>PointHitRadius</maml:name>
          <maml:Description>
            <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
          <maml:name>PointHoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Point background color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
          <maml:name>PointHoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>Point border color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
          <maml:name>PointHoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Border width of point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>xAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
          <maml:name>PointHoverRadius</maml:name>
          <maml:Description>
            <maml:para>Radius of the point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
          <maml:name>ShowLine</maml:name>
          <maml:Description>
            <maml:para>If false, the line is not drawn for this dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
          <maml:name>SpanGaps</maml:name>
          <maml:Description>
            <maml:para>If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
          <maml:name>SteppedLine</maml:name>
          <maml:Description>
            <maml:para>If the line is shown as a stepped line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>yAxisId</maml:name>
          <maml:Description>
            <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color under the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The color of the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the line in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>BorderCapStyle</maml:name>
          <maml:Description>
            <maml:para>Cap style of the line.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">butt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>BorderJoinStyle</maml:name>
          <maml:Description>
            <maml:para>Line joint style.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bevel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">miter</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>How to fill the area under the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color under the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>BorderCapStyle</maml:name>
        <maml:Description>
          <maml:para>Cap style of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The color of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>BorderJoinStyle</maml:name>
        <maml:Description>
          <maml:para>Line joint style.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the line in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>Fill</maml:name>
        <maml:Description>
          <maml:para>How to fill the area under the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>LineTension</maml:name>
        <maml:Description>
          <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines. This option is ignored if monotone cubic interpolation is used.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>PointBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>PointBorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>PointBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the point border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
        <maml:name>PointHitRadius</maml:name>
        <maml:Description>
          <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
        <maml:name>PointHoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Point background color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
        <maml:name>PointHoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>Point border color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="19" aliases="none">
        <maml:name>PointHoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>Border width of point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="20" aliases="none">
        <maml:name>PointHoverRadius</maml:name>
        <maml:Description>
          <maml:para>Radius of the point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
        <maml:name>PointRadius</maml:name>
        <maml:Description>
          <maml:para>The radius of the point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>PointStyle</maml:name>
        <maml:Description>
          <maml:para>Style of the point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="21" aliases="none">
        <maml:name>ShowLine</maml:name>
        <maml:Description>
          <maml:para>If false, the line is not drawn for this dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="22" aliases="none">
        <maml:name>SpanGaps</maml:name>
        <maml:Description>
          <maml:para>If true, lines will be drawn between points with no or null data. If false, points with NaN data will create a break in the line</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="23" aliases="none">
        <maml:name>SteppedLine</maml:name>
        <maml:Description>
          <maml:para>If the line is shown as a stepped line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>xAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the x axis to plot this dataset on. If not specified, this defaults to the ID of the first found x axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>yAxisId</maml:name>
        <maml:Description>
          <maml:para>The ID of the y axis to plot this dataset on. If not specified, this defaults to the ID of the first found y axis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDLineChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLineChartOptions</command:noun>
      <maml:description>
        <maml:para>Options for a line chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Options for a line chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLineChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>ShowLines</maml:name>
          <maml:Description>
            <maml:para>If false, the lines between points are not drawn.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>SpanGaps</maml:name>
          <maml:Description>
            <maml:para>If false, NaN data causes a break in the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>ShowLines</maml:name>
        <maml:Description>
          <maml:para>If false, the lines between points are not drawn.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>SpanGaps</maml:name>
        <maml:Description>
          <maml:para>If false, NaN data causes a break in the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDLogarithmicChartAxis</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDLogarithmicChartAxis</command:noun>
      <maml:description>
        <maml:para>The logarithmic scale is use to chart numerical data. It can be placed on either the x or y axis. As the name suggests, logarithmic interpolation is used to determine where a value lies on the axis.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The logarithmic scale is use to chart numerical data. It can be placed on either the x or y axis. As the name suggests, logarithmic interpolation is used to determine where a value lies on the axis.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDLogarithmicChartAxis</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Position</maml:name>
          <maml:Description>
            <maml:para>Position of the axis in the chart.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">top</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bottom</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Offset</maml:name>
          <maml:Description>
            <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Minimum</maml:name>
          <maml:Description>
            <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Maximum</maml:name>
          <maml:Description>
            <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID is used to link datasets and scale axes together.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Maximum</maml:name>
        <maml:Description>
          <maml:para>User defined maximum number for the scale, overrides maximum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Minimum</maml:name>
        <maml:Description>
          <maml:para>User defined minimum number for the scale, overrides minimum value from data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Offset</maml:name>
        <maml:Description>
          <maml:para>If true, extra space is added to the both edges and the axis is scaled to fit into the chart area. This is set to true in the bar chart by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Position</maml:name>
        <maml:Description>
          <maml:para>Position of the axis in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDModal</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDModal</command:noun>
      <maml:description>
        <maml:para>Creates a modal.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a modal.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDModal</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Header</maml:name>
          <maml:Description>
            <maml:para>The header for the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the modal.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Header</maml:name>
        <maml:Description>
          <maml:para>The header for the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the modal.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDModal -Header "My modal" -Content {
    New-UDCard -Title "My Content"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a modal with the header My modal and a card as the content.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDParagraph</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDParagraph</command:noun>
      <maml:description>
        <maml:para>Creates a new paragraph block.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new paragraph block.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDParagraph</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content for this paragraph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDParagraph</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Text</maml:name>
          <maml:Description>
            <maml:para>Text for this paragraph.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content for this paragraph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Text</maml:name>
        <maml:Description>
          <maml:para>Text for this paragraph.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDParagraph -Content {
    "This is a paragraph of text"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new paragraph of text.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDPolarChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPolarChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for a polar area chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Polar area charts are similar to pie charts, but each segment has the same angle - the radius of the segment differs depending on the value.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPolarChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The border width of the arcs in the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>The stroke colour of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The stroke width of the arcs when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The border width of the arcs in the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>The stroke colour of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The stroke width of the arcs when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDPolarChartOptions</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPolarChartOptions</command:noun>
      <maml:description>
        <maml:para>Chart options for a polar area chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Chart options for a polar area chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPolarChartOptions</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>LayoutOptions</maml:name>
          <maml:Description>
            <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>LegendOptions</maml:name>
          <maml:Description>
            <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>TitleOptions</maml:name>
          <maml:Description>
            <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>TooltipOptions</maml:name>
          <maml:Description>
            <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>xAxes</maml:name>
          <maml:Description>
            <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>yAxes</maml:name>
          <maml:Description>
            <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>StartAngle</maml:name>
          <maml:Description>
            <maml:para>Starting angle to draw arcs for the first item in a dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
          <dev:type>
            <maml:name>Single</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>AnimateRotate</maml:name>
          <maml:Description>
            <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>AnimateScale</maml:name>
          <maml:Description>
            <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
          <dev:type>
            <maml:name>Boolean</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>AnimateRotate</maml:name>
        <maml:Description>
          <maml:para>If true, the chart will animate in with a rotation animation.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>AnimateScale</maml:name>
        <maml:Description>
          <maml:para>If true, will animate scaling the chart from the center outwards.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
        <dev:type>
          <maml:name>Boolean</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>LayoutOptions</maml:name>
        <maml:Description>
          <maml:para>Layout options for this chart. Use New-UDChartLayoutOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>LegendOptions</maml:name>
        <maml:Description>
          <maml:para>Legend options for this chart. Use New-UDChartLegendOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>StartAngle</maml:name>
        <maml:Description>
          <maml:para>Starting angle to draw arcs for the first item in a dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Single</command:parameterValue>
        <dev:type>
          <maml:name>Single</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>TitleOptions</maml:name>
        <maml:Description>
          <maml:para>Title options for this chart. Use New-UDChartTitleOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>TooltipOptions</maml:name>
        <maml:Description>
          <maml:para>Tooltip options for this chart. Use New-UDChartTooltipOptions.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>xAxes</maml:name>
        <maml:Description>
          <maml:para>The x-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>yAxes</maml:name>
        <maml:Description>
          <maml:para>The y-Axis for this chart. Use New-UDCategoryChartAxis, New-UDLinearChartAxis or New-UDLogarithmicChartAxis.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDPreloader</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDPreloader</command:noun>
      <maml:description>
        <maml:para>Creates a new preloader.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new preloader. Preloaders can be used to show progress or indicate to the user something is processing.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDPreloader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the preloader</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ProgressColor</maml:name>
          <maml:Description>
            <maml:para>The color of the preloaders progress.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDPreloader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The background color of the preloader</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>PercentComplete</maml:name>
          <maml:Description>
            <maml:para>The percent complete of the preloader.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ProgressColor</maml:name>
          <maml:Description>
            <maml:para>The color of the preloaders progress.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDPreloader</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Circular</maml:name>
          <maml:Description>
            <maml:para>Whether the preloadre is circular.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Color</maml:name>
          <maml:Description>
            <maml:para>The color of the preloader.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">blue</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">red</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">green</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Size</maml:name>
          <maml:Description>
            <maml:para>The size of the circular preloader.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">small</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">large</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The background color of the preloader</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Circular</maml:name>
        <maml:Description>
          <maml:para>Whether the preloadre is circular.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Color</maml:name>
        <maml:Description>
          <maml:para>The color of the preloader.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>PercentComplete</maml:name>
        <maml:Description>
          <maml:para>The percent complete of the preloader.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ProgressColor</maml:name>
        <maml:Description>
          <maml:para>The color of the preloaders progress.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Size</maml:name>
        <maml:Description>
          <maml:para>The size of the circular preloader.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDPreloader -PercentComplete 10</dev:code>
        <dev:remarks>
          <maml:para>Creates a new determinate preloader with a percentage complete of 10.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDRadarChartDataset</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDRadarChartDataset</command:noun>
      <maml:description>
        <maml:para>Creates a dataset for a radar chart.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a dataset for a radar chart.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDRadarChartDataset</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
          <maml:name>PointBorderColor</maml:name>
          <maml:Description>
            <maml:para>The border color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
          <maml:name>PointBorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the point border in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
          <maml:name>PointRadius</maml:name>
          <maml:Description>
            <maml:para>The radius of the point shape. If set to 0, the point is not rendered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
          <maml:name>PointStyle</maml:name>
          <maml:Description>
            <maml:para>Style of the point.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cross</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crossRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rect</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRounded</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rectRot</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">triangle</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
          <maml:name>PointHitRadius</maml:name>
          <maml:Description>
            <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
          <maml:name>PointHoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Point background color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
          <maml:name>PointHoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>Point border color when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
          <maml:name>PointHoverBorderWidth</maml:name>
          <maml:Description>
            <maml:para>Border width of point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
          <maml:name>PointHoverRadius</maml:name>
          <maml:Description>
            <maml:para>The radius of the point when hovered.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color under the line</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>The color of the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>BorderWidth</maml:name>
          <maml:Description>
            <maml:para>The width of the line in pixels.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BorderCapStyle</maml:name>
          <maml:Description>
            <maml:para>Cap style of the line.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">butt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderJoinStyle</maml:name>
          <maml:Description>
            <maml:para>Line joint style.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bevel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">round</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">miter</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Fill</maml:name>
          <maml:Description>
            <maml:para>How to fill the area under the line.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>LineTension</maml:name>
          <maml:Description>
            <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>PointBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>The fill color for points.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color under the line</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BorderCapStyle</maml:name>
        <maml:Description>
          <maml:para>Cap style of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>The color of the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderJoinStyle</maml:name>
        <maml:Description>
          <maml:para>Line joint style.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>BorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the line in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property of the object to use as the y-Axis of the dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Fill</maml:name>
        <maml:Description>
          <maml:para>How to fill the area under the line.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for the dataset which appears in the legend and tooltips.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>LineTension</maml:name>
        <maml:Description>
          <maml:para>Bezier curve tension of the line. Set to 0 to draw straightlines.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>PointBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>The fill color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="10" aliases="none">
        <maml:name>PointBorderColor</maml:name>
        <maml:Description>
          <maml:para>The border color for points.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="11" aliases="none">
        <maml:name>PointBorderWidth</maml:name>
        <maml:Description>
          <maml:para>The width of the point border in pixels.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="14" aliases="none">
        <maml:name>PointHitRadius</maml:name>
        <maml:Description>
          <maml:para>The pixel size of the non-displayed point that reacts to mouse events.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="15" aliases="none">
        <maml:name>PointHoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Point background color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="16" aliases="none">
        <maml:name>PointHoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>Point border color when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="17" aliases="none">
        <maml:name>PointHoverBorderWidth</maml:name>
        <maml:Description>
          <maml:para>Border width of point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="18" aliases="none">
        <maml:name>PointHoverRadius</maml:name>
        <maml:Description>
          <maml:para>The radius of the point when hovered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="12" aliases="none">
        <maml:name>PointRadius</maml:name>
        <maml:Description>
          <maml:para>The radius of the point shape. If set to 0, the point is not rendered.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="13" aliases="none">
        <maml:name>PointStyle</maml:name>
        <maml:Description>
          <maml:para>Style of the point.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples />
    <command:relatedLinks />
  </command:command>
  <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-UDRadio</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDRadio</command:noun>
      <maml:description>
        <maml:para>Creates a radio.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a radio. Radios can be used to select between a set of items. They should be grouped together.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDRadio</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this radio.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label for this radio.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>A script block to invoke when this radio is changed. The event data will be available via the $EventData variable in the script block.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Group</maml:name>
          <maml:Description>
            <maml:para>The group for this radio. Only one option for a group can be selected.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether this radio is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>WithGap</maml:name>
          <maml:Description>
            <maml:para>Provides a gap style for the radio button.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether this radio is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Group</maml:name>
        <maml:Description>
          <maml:para>The group for this radio. Only one option for a group can be selected.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this radio.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label for this radio.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>A script block to invoke when this radio is changed. The event data will be available via the $EventData variable in the script block.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>WithGap</maml:name>
        <maml:Description>
          <maml:para>Provides a gap style for the radio button.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRadio -Label 'Option 1' -Group 'Group 1'
PS C:\&gt; New-UDRadio -Label 'Option 2' -Group 'Group 1'
PS C:\&gt; New-UDRadio -Label 'Option 3' -Group 'Group 1'</dev:code>
        <dev:remarks>
          <maml:para>Creates three options for a radio group.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDRow</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDRow</command:noun>
      <maml:description>
        <maml:para>Creates a new row on the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new row on the dashboard. Columns are defined with New-UDColumn.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDRow</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Whether this row should autorefresh.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DebugEndpoint</maml:name>
          <maml:Description>
            <maml:para>Runs the Endpoint in the UDDebug runspace.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call when generating the content for this row.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>New-UDRow</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Columns</maml:name>
          <maml:Description>
            <maml:para>The columns to define for the row. These columns should be defined using New-UDColumn.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Whether this row should autorefresh.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Columns</maml:name>
        <maml:Description>
          <maml:para>The columns to define for the row. These columns should be defined using New-UDColumn.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DebugEndpoint</maml:name>
        <maml:Description>
          <maml:para>Runs the Endpoint in the UDDebug runspace.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call when generating the content for this row.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the row. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRow {
    New-UDColumn -Size 6 {
     
    }
    New-UDColumn -Size 6 {
     
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Defines a row with two columns are equal size.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDRow {
    New-UDColumn -Size 6 {
        New-UDRow {
            New-UDColumn -Size 6 {
             
            }
            New-UDColumn -Size 6 {
             
            }
        }
    }
    New-UDColumn -Size 6 {
     
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Defines a row with two columns are equal size. Inside the first column is another row with two columns.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDSelect</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSelect</command:noun>
      <maml:description>
        <maml:para>Creates a select.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a select.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSelect</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this select.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Option</maml:name>
          <maml:Description>
            <maml:para>Options to display in this select. This should be generated with the New-UDSelectOption cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>The label to display within this select.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>OnChange</maml:name>
          <maml:Description>
            <maml:para>A script block to invoke when this select changes. The selected value is available in the script block in the $EventData variable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>BrowserDefault</maml:name>
          <maml:Description>
            <maml:para>Whether to display the browser default select rather than the Materialize select.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Icons</maml:name>
          <maml:Description>
            <maml:para>Whether this select displays icons.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MultiSelect</maml:name>
          <maml:Description>
            <maml:para>Whether this is a multi-select.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>BrowserDefault</maml:name>
        <maml:Description>
          <maml:para>Whether to display the browser default select rather than the Materialize select.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Icons</maml:name>
        <maml:Description>
          <maml:para>Whether this select displays icons.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this select.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>The label to display within this select.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MultiSelect</maml:name>
        <maml:Description>
          <maml:para>Whether this is a multi-select.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>OnChange</maml:name>
        <maml:Description>
          <maml:para>A script block to invoke when this select changes. The selected value is available in the script block in the $EventData variable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Option</maml:name>
        <maml:Description>
          <maml:para>Options to display in this select. This should be generated with the New-UDSelectOption cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDSelect -Label "State" -Option {
    New-UDSelectOption -Name "Wisconsin" -Value 1
    New-UDSelectOption -Name "Idaho" -Value 2
    New-UDSelectOption -Name "Washington" -Value 3
} -OnChange {
    $Session:State = $EventData
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a select that allows you to select a state. It calls back to an OnChange endpoint when clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDSelectGroup</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSelectGroup</command:noun>
      <maml:description>
        <maml:para></maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para></maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSelectGroup</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Option</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Option</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt;</dev:code>
        <dev:remarks>
          <maml:para></maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDSelectOption</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSelectOption</command:noun>
      <maml:description>
        <maml:para>Creates a select option for a select.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a select option for a select. This cmdlet is used with New-UDSelect.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSelectOption</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Name</maml:name>
          <maml:Description>
            <maml:para>The name to display in the select.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>The value of this select option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>An icon to display in this select option.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether this option is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Selected</maml:name>
          <maml:Description>
            <maml:para>Whether this item is selected by default.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether this option is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>An icon to display in this select option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Name</maml:name>
        <maml:Description>
          <maml:para>The name to display in the select.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Selected</maml:name>
        <maml:Description>
          <maml:para>Whether this item is selected by default.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>The value of this select option.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDSelect -Label "State" -Option {
    New-UDSelectOption -Name "Wisconsin" -Value 1
    New-UDSelectOption -Name "Idaho" -Value 2
    New-UDSelectOption -Name "Washington" -Value 3
} -OnChange {
    $Session:State = $EventData
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a select that allows you to select a state. It calls back to an OnChange endpoint when clicked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDSpan</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSpan</command:noun>
      <maml:description>
        <maml:para>Creates a span of content.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a span of content.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSpan</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this span.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>Content for this span.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>Content for this span.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this span.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDSpan -Content {
    New-UDHeading -Text "Header"
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a header within a span.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDSwitch</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDSwitch</command:noun>
      <maml:description>
        <maml:para>Creates a switch control.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a switch control. Switches are similar in function to checkboxes but use a different style.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDSwitch</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of this switch.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>OnText</maml:name>
          <maml:Description>
            <maml:para>The text displayed when this switch is in the on position.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>OffText</maml:name>
          <maml:Description>
            <maml:para>The text displayed when this switch is in the off position.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether this switch is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether this switch is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of this switch.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>OffText</maml:name>
        <maml:Description>
          <maml:para>The text displayed when this switch is in the off position.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>OnText</maml:name>
        <maml:Description>
          <maml:para>The text displayed when this switch is in the on position.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDSwitch -OnText "yes" -OffText "No"</dev:code>
        <dev:remarks>
          <maml:para>Creates a switch that has yes and no as options.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDTable</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTable</command:noun>
      <maml:description>
        <maml:para>Creates a new table of data within the dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a new table of data within the dashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTable</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Title</maml:name>
          <maml:Description>
            <maml:para>Title for the section containing the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Headers</maml:name>
          <maml:Description>
            <maml:para>Headers for columns in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background color of the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>FontColor</maml:name>
          <maml:Description>
            <maml:para>Font color within the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Style</maml:name>
          <maml:Description>
            <maml:para>Allows for changing the style of the table.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">bordered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">striped</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">highlight</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">centered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">responsive-table</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>DateTimeFormat</maml:name>
          <maml:Description>
            <maml:para>The date time format for date time columns.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>Links</maml:name>
          <maml:Description>
            <maml:para>Links to display on the bottom of the table. Use New-UDLink to generate a link.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
          <dev:type>
            <maml:name>Link[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>Endpoint</maml:name>
          <maml:Description>
            <maml:para>The endpoint to call to retrieve data for the table. The endpoint should return data using the Out-UDTableData cmdlet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
          <maml:name>RefreshInterval</maml:name>
          <maml:Description>
            <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AutoRefresh</maml:name>
          <maml:Description>
            <maml:para>Enabled auto refresh for this control.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>DebugEndpoint</maml:name>
          <maml:Description>
            <maml:para>Runs the Endpoint in the UDDebug runspace.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AutoRefresh</maml:name>
        <maml:Description>
          <maml:para>Enabled auto refresh for this control.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background color of the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>DateTimeFormat</maml:name>
        <maml:Description>
          <maml:para>The date time format for date time columns.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>DebugEndpoint</maml:name>
        <maml:Description>
          <maml:para>Runs the Endpoint in the UDDebug runspace.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>Endpoint</maml:name>
        <maml:Description>
          <maml:para>The endpoint to call to retrieve data for the table. The endpoint should return data using the Out-UDTableData cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>FontColor</maml:name>
        <maml:Description>
          <maml:para>Font color within the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Headers</maml:name>
        <maml:Description>
          <maml:para>Headers for columns in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID of the table. This is the HTML markup ID.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>Links</maml:name>
        <maml:Description>
          <maml:para>Links to display on the bottom of the table. Use New-UDLink to generate a link.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Link[]</command:parameterValue>
        <dev:type>
          <maml:name>Link[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="9" aliases="none">
        <maml:name>RefreshInterval</maml:name>
        <maml:Description>
          <maml:para>The number of seconds between refreshes. The default is 5.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Style</maml:name>
        <maml:Description>
          <maml:para>Allows for changing the style of the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Title</maml:name>
        <maml:Description>
          <maml:para>Title for the section containing the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    Get-Process -Name Chrome | Out-UDTableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Creates a new table with the process IDs of chrome running on the system.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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-UDTextbox</command:name>
      <command:verb>New</command:verb>
      <command:noun>UDTextbox</command:noun>
      <maml:description>
        <maml:para>Creates a textbox.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates a textbox.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>New-UDTextbox</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The ID for this textbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Label</maml:name>
          <maml:Description>
            <maml:para>A label to display above this textbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>Placeholder</maml:name>
          <maml:Description>
            <maml:para>A placeholder to show in the textbox when the value is empty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>Value</maml:name>
          <maml:Description>
            <maml:para>A default value to show in the textbox.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Type</maml:name>
          <maml:Description>
            <maml:para>The type of textbox.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">password</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">email</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>Icon</maml:name>
          <maml:Description>
            <maml:para>The icon for this textbox.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_500px</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_book_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">address_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adjust</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">adn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_center</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_justify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">align_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">amazon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ambulance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">american_sign_language_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">anchor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">android</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angellist</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_double_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">angle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">apple</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">archive</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">area_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">arrows_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asl_interpreting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">assistive_listening_systems</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">asterisk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">at</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">audio_description</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">automobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">balance_scale</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ban</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bandcamp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bank</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bar_chart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">barcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bathtub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">battery_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">beer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">behance_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bell_slash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bicycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">binoculars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">birthday_cake</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitbucket_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bitcoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">black_tie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blind</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bluetooth_b</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bold</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bolt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bomb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">book</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bookmark_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">braille</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">briefcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">btc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">building_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullhorn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bullseye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">bus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">buysellads</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calculator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_check_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_minus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_plus_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">calendar_times_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">camera_retro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">car</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_square_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">caret_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cart_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_amex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_diners_club</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_discover</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_jcb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_mastercard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_stripe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cc_visa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">certificate</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chain_broken</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">check_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_circle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chevron_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">child</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">chrome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_o_notch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">circle_thin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clipboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">clone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cloud_upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cny</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">code_fork</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codepen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">codiepie</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">coffee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cog</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cogs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">columns</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comment_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">commenting_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">comments_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">compress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">connectdevelop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contao</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">copyright</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">creative_commons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">credit_card_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">crosshairs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">css3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cubes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cut</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">cutlery</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashboard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dashcube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">database</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deafness</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dedent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">delicious</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">desktop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">deviantart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">diamond</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">digg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dollar</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dot_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">download</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dribbble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drivers_license_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">dropbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drupal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">edit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eercast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eject</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ellipsis_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">empire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envelope_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">envira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eraser</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">etsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eur</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">euro</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">exclamation_triangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expand</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">expeditedssl</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">external_link_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eye_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">eyedropper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fa</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_f</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">facebook_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fast_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fax</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feed</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">female</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fighter_jet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_archive_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_audio_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_code_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_excel_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_image_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_movie_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_pdf_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_photo_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_powerpoint_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_sound_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_text_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_video_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_word_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">file_zip_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">files_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">film</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">filter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fire_extinguisher</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">firefox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">first_order</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_checkered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flag_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flask</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">flickr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">floppy_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">folder_open_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">font_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fonticons</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fort_awesome</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forumbee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">foursquare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">free_code_camp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">frown_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">futbol_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gamepad</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gavel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gbp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gear</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gears</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">genderless</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">get_pocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gg_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gift</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">git_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">github_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gitlab</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gittip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">glide_g</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">globe</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_official</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">google_wallet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graduation_cap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">gratipay</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">grav</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">h_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hacker_news</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_grab_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_lizard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_paper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_peace_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_pointer_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_rock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_scissors_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_spock_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hand_stop_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">handshake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hard_of_hearing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hashtag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hdd_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">header</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">headphones</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heart_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">heartbeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">history</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">home</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hospital_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hotel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_end</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">hourglass_start</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">houzz</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">html5</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i_cursor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_badge</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">id_card_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ils</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">image</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">imdb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">indent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">industry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">info_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">inr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">instagram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">institution</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">internet_explorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">intersex</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ioxhost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">italic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">joomla</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jpy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">jsfiddle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">key</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">keyboard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">krw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">laptop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lastfm_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leaf</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">leanpub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">legal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lemon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">level_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_bouy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_buoy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_ring</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">life_saver</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lightbulb_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">line_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">link</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linkedin_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">linux</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ol</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">list_ul</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">location_arrow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_lock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">long_arrow_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">low_vision</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">magnet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mail_reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">male</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_marker</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_pin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">map_signs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_h</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mars_stroke_v</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">maxcdn</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meanpath</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medium</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">medkit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meetup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">meh_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mercury</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microchip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">microphone_slash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">minus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mixcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mobile_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">modx</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">money</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moon_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mortar_board</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">motorcycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mouse_pointer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">music</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">navicon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">neuter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">newspaper_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_group</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">object_ungroup</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">odnoklassniki_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opencart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">openid</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">opera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">optin_monster</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">outdent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pagelines</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paint_brush</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paper_plane_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paperclip</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paragraph</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paste</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pause_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paw</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">paypal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pencil_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">percent</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">phone_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">photo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">picture_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pie_chart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pied_piper_pp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_p</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">pinterest_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plane</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">play_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">plus_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">podcast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">power_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">print</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">product_hunt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">puzzle_piece</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qq</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">qrcode</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">question_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quora</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">quote_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ra</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">random</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ravelry</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rebel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">recycle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_alien</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reddit_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">refresh</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">registered</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">remove</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">renren</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reorder</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">repeat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">reply_all</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">resistance</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">retweet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rmb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">road</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rocket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rotate_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rouble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rss_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rub</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ruble</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">rupee</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">s15</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safari</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">save</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scissors</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">scribd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_minus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sellsy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">send_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">server</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_alt_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">share_square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shekel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sheqel</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shield</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ship</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shirtsinbulk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_bag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_basket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shopping_cart</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">shower</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_in</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_language</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sign_out</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">signing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">simplybuilt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sitemap</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skyatlas</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">skype</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sliders</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">slideshare</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">smile_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_ghost</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snapchat_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">snowflake_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soccer_ball_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_alpha_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_amount_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_asc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_numeric_desc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sort_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">soundcloud</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">space_shuttle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spinner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spoon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">spotify</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">square_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_exchange</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stack_overflow</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_half_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">star_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">steam_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_backward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">step_forward</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stethoscope</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sticky_note_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stop_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">street_view</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">strikethrough</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">stumbleupon_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">subway</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">suitcase</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sun_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superpowers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">superscript</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">support</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">table</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tablet</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tachometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tag</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tags</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tasks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">taxi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">telegram</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">television</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tencent_weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">terminal</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_height</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">text_width</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_large</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">th_list</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">themeisle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_0</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_1</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_3</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_4</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_empty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_full</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_half</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_quarter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thermometer_three_quarters</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumb_tack</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_o_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">thumbs_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">ticket</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">times_rectangle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tint</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_left</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_on</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_right</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">toggle_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trademark</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">train</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">transgender_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trash_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tree</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trello</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tripadvisor</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trophy</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">truck</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">_try</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tty</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tumblr_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">turkish_lira</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tv</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitch</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">twitter_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">umbrella</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">underline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">undo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">universal_access</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">university</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlink</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unlock_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">unsorted</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">upload</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usb</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">usd</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_circle_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_md</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_plus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_secret</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">user_times</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vcard_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_double</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">venus_mars</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viacoin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">viadeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">video_camera</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vimeo_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vine</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">vk</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_control_phone</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_down</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_off</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">volume_up</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wechat</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weibo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">weixin</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">whatsapp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wheelchair_alt</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wifi</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wikipedia_w</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_close_o</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_maximize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_minimize</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">window_restore</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">windows</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">won</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wordpress</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpbeginner</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpexplorer</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wpforms</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">wrench</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">xing_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">y_combinator_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yahoo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yc_square</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yelp</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yen</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">yoast</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_play</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">youtube_square</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
          <dev:type>
            <maml:name>FontAwesomeIcons</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disabled</maml:name>
          <maml:Description>
            <maml:para>Whether or not this text box is disabled.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disabled</maml:name>
        <maml:Description>
          <maml:para>Whether or not this text box is disabled.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>Icon</maml:name>
        <maml:Description>
          <maml:para>The icon for this textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">FontAwesomeIcons</command:parameterValue>
        <dev:type>
          <maml:name>FontAwesomeIcons</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The ID for this textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Label</maml:name>
        <maml:Description>
          <maml:para>A label to display above this textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>Placeholder</maml:name>
        <maml:Description>
          <maml:para>A placeholder to show in the textbox when the value is empty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Type</maml:name>
        <maml:Description>
          <maml:para>The type of textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>Value</maml:name>
        <maml:Description>
          <maml:para>A default value to show in the textbox.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTextbox -Label "Textbox" -Placeholder "Enter your name"</dev:code>
        <dev:remarks>
          <maml:para>Creates a new textbox that has a placeholder asking to enter the user's name.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Out-UDChartData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDChartData</command:noun>
      <maml:description>
        <maml:para>Outputs data in a format that the ChartJS control understands.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data in a format that the ChartJS control understands.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDChartData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>Data to display in the chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>DataProperty</maml:name>
          <maml:Description>
            <maml:para>The property to select as the y-axis of the data set. This should be used in conjunction with LabelProperty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>LabelProperty</maml:name>
          <maml:Description>
            <maml:para>The property to select as the dataset label (x-axis). This should be used in conjunction with DataProperty.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>DatasetLabel</maml:name>
          <maml:Description>
            <maml:para>The label for a dataset.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
          <maml:name>Dataset</maml:name>
          <maml:Description>
            <maml:para>A collection of hashtables created by New-UDChartDataset. This allows for multiple datasets to be represented on a single chart.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Hashtable[]</command:parameterValue>
          <dev:type>
            <maml:name>Hashtable[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
          <maml:name>BackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Background colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
          <maml:name>BorderColor</maml:name>
          <maml:Description>
            <maml:para>Border colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
          <maml:name>HoverBackgroundColor</maml:name>
          <maml:Description>
            <maml:para>Hover background colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
          <maml:name>HoverBorderColor</maml:name>
          <maml:Description>
            <maml:para>Hover border colors for the chart data.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
          <dev:type>
            <maml:name>DashboardColor[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="5" aliases="none">
        <maml:name>BackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Background colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="6" aliases="none">
        <maml:name>BorderColor</maml:name>
        <maml:Description>
          <maml:para>Border colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>Data to display in the chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>DataProperty</maml:name>
        <maml:Description>
          <maml:para>The property to select as the y-axis of the data set. This should be used in conjunction with LabelProperty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="4" aliases="none">
        <maml:name>Dataset</maml:name>
        <maml:Description>
          <maml:para>A collection of hashtables created by New-UDChartDataset. This allows for multiple datasets to be represented on a single chart.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Hashtable[]</command:parameterValue>
        <dev:type>
          <maml:name>Hashtable[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>DatasetLabel</maml:name>
        <maml:Description>
          <maml:para>The label for a dataset.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="7" aliases="none">
        <maml:name>HoverBackgroundColor</maml:name>
        <maml:Description>
          <maml:para>Hover background colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="8" aliases="none">
        <maml:name>HoverBorderColor</maml:name>
        <maml:Description>
          <maml:para>Hover border colors for the chart data.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">DashboardColor[]</command:parameterValue>
        <dev:type>
          <maml:name>DashboardColor[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>LabelProperty</maml:name>
        <maml:Description>
          <maml:para>The property to select as the dataset label (x-axis). This should be used in conjunction with DataProperty.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Line -Title "CPU" -Endpoint {
    Get-Process -Name chrome | Out-UDChartData -LabelProperty "Id" -DataProperty "CPU"
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process and selects the Id as the label (x-axis) and the CPU as the data (y-axis).</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDChart -Type Bar -Title "Memory" -Endpoint {
    Get-Process -Name chrome | Out-UDChartData -LabelProperty "Id" -Dataset @(
        New-UDChartDataset -DataProperty "WorkingSet" -Label "Working Set" -BackgroundColor "rgb(63,123,3)"
        New-UDChartDataset -DataProperty "PeakWorkingSet" -Label "Peak Working Set" -BackgroundColor "rgb(134,342,122)"
        New-UDChartDataset -DataProperty "VirtualMemorySize" -Label "Virtual Memory Size" -BackgroundColor "rgb(234,33,43)"
    )
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process and selects WorkingSet, PeakWorkingSet and VritualMemorySize as data sets from the output.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Out-UDGridData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDGridData</command:noun>
      <maml:description>
        <maml:para>Outputs data in a format that the jQuery DataTables grid will support.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data in a format that the jQuery DataTables grid will support.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDGridData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data to output.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>TotalItems</maml:name>
          <maml:Description>
            <maml:para></maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data to output.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>TotalItems</maml:name>
        <maml:Description>
          <maml:para></maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDGrid -Title "Process Information" -Headers @("Name", "Process Id", "Start Time", "Responding") -Properties @("Name", "Id", "StartTime", "Responding") -Endpoint {
    Get-Process -Name Chrome | Out-UDGridData
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs the data from Get-Process to a New-UDGrid</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Out-UDMonitorData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDMonitorData</command:noun>
      <maml:description>
        <maml:para>Outputs data for the New-UDMonitor components.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data for the New-UDMonitor components. The data value should be a single data point.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDMonitorData</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>A single data point on the running monitor.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>A single data point on the running monitor.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDMonitor -Type Line -Title "Available Memory" -RefreshInterval 1 -DataPointHistory 100 -Endpoint {
    Get-Counter '\Memory\Available MBytes' | Select-Object -ExpandProperty CounterSamples | Select -ExpandProperty CookedValue | Out-UDMonitorData
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs the available memory on the current machine.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Out-UDTableData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDTableData</command:noun>
      <maml:description>
        <maml:para>Outputs data as a table.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data as a table.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDTableData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data to show in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Property</maml:name>
          <maml:Description>
            <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data to show in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Property</maml:name>
        <maml:Description>
          <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    Get-Process -Name Chrome | Out-UDTableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process as a table. Selects the Name and ID property from each item.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Out-UDTableData</command:name>
      <command:verb>Out</command:verb>
      <command:noun>UDTableData</command:noun>
      <maml:description>
        <maml:para>Outputs data as a table.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Outputs data as a table.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Out-UDTableData</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Data</maml:name>
          <maml:Description>
            <maml:para>The data to show in the table.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Property</maml:name>
          <maml:Description>
            <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Data</maml:name>
        <maml:Description>
          <maml:para>The data to show in the table.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Property</maml:name>
        <maml:Description>
          <maml:para>The properties, or columns, to display in the table. Should match the -Header parameter of New-UDTable.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; New-UDTable -Title "Process Ids" -Header @("Name", "Process Id") -Endpoint {
    Get-Process -Name Chrome | Out-UDTableData -Property @("name", "id")
}</dev:code>
        <dev:remarks>
          <maml:para>Outputs data from Get-Process as a table. Selects the Name and ID property from each item.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Set-UDBackwardsCompatbility</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDBackwardsCompatbility</command:noun>
      <maml:description>
        <maml:para>Creates aliases for backwards compatibility.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Creates aliases for backwards compatibility.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDBackwardsCompatbility</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDBackwardsCompatbility
PS C:\&gt; Start-Dashboard -Dashboard { New-Dashboard }</dev:code>
        <dev:remarks>
          <maml:para>Creates a dashboard using the old cmdlet names.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Set-UDContentType</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDContentType</command:noun>
      <maml:description>
        <maml:para>Sets the content-type HTTP header for a HTTP response.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the content-type HTTP header for a HTTP response. This should be in control's Endpoint script blocks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDContentType</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ContentType</maml:name>
          <maml:Description>
            <maml:para>The content type to set.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ContentType</maml:name>
        <maml:Description>
          <maml:para>The content type to set.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDContentType -ContentType "application/xml"</dev:code>
        <dev:remarks>
          <maml:para>Sets the content type to XML if an endpoint wanted to return XML.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Set-UDContentType</command:name>
      <command:verb>Set</command:verb>
      <command:noun>UDContentType</command:noun>
      <maml:description>
        <maml:para>Sets the content-type HTTP header for a HTTP response.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the content-type HTTP header for a HTTP response. This should be in control's Endpoint script blocks.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-UDContentType</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ContentType</maml:name>
          <maml:Description>
            <maml:para>The content type to set.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ContentType</maml:name>
        <maml:Description>
          <maml:para>The content type to set.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Set-UDContentType -ContentType "application/xml"</dev:code>
        <dev:remarks>
          <maml:para>Sets the content type to XML if an endpoint wanted to return XML.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Update-UDDashboard</command:name>
      <command:verb>Update</command:verb>
      <command:noun>UDDashboard</command:noun>
      <maml:description>
        <maml:para>Updates a running dashboard.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Updates a running dashboard. To be able to support this cmdlet you need to specify the UpdateToken parameter on Start-UDDashboard.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Update-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Content</maml:name>
          <maml:Description>
            <maml:para>The content of the dashboard to update.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
          <dev:type>
            <maml:name>ScriptBlock</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>The update token for the dashboard. This is specified with Start-UDDashboard. Treat this as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL of the running Universal Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Update-UDDashboard</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>FilePath</maml:name>
          <maml:Description>
            <maml:para>The file path of a PS1 that returns a New-UDDashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UpdateToken</maml:name>
          <maml:Description>
            <maml:para>The update token for the dashboard. This is specified with Start-UDDashboard. Treat this as a password.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Url</maml:name>
          <maml:Description>
            <maml:para>The URL of the running Universal Dashboard.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
          <dev:type>
            <maml:name>Object</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Content</maml:name>
        <maml:Description>
          <maml:para>The content of the dashboard to update.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">ScriptBlock</command:parameterValue>
        <dev:type>
          <maml:name>ScriptBlock</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>FilePath</maml:name>
        <maml:Description>
          <maml:para>The file path of a PS1 that returns a New-UDDashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UpdateToken</maml:name>
        <maml:Description>
          <maml:para>The update token for the dashboard. This is specified with Start-UDDashboard. Treat this as a password.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Url</maml:name>
        <maml:Description>
          <maml:para>The URL of the running Universal Dashboard.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
        <dev:type>
          <maml:name>Object</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Start-UDDashboard -UpdateToken 1234 -Port 8080
PS C:\&gt; Update-UDDashboard -UpdateToken 1234 -Url http://localhost:8080 -Content {
    New-UDDashboard -Title "Updated" -Content {
        New-UDCard -TItle "Updated Content"
    }
}</dev:code>
        <dev:remarks>
          <maml:para>Starts a dashboard and updates it using Update-UDDashboard.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
  <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>Write-UDLog</command:name>
      <command:verb>Write</command:verb>
      <command:noun>UDLog</command:noun>
      <maml:description>
        <maml:para>Writes a log messge to the Universal Dashboard log.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Writes a log messge to the Universal Dashboard log. This can be helpful for debugging endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Write-UDLog</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Message</maml:name>
          <maml:Description>
            <maml:para>The message to log.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Level</maml:name>
          <maml:Description>
            <maml:para>The log level for this log message.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">Debug</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Info</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Warning</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">Error</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>LoggerName</maml:name>
          <maml:Description>
            <maml:para>The name of the logger. This is useful for grouping log messages together.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Level</maml:name>
        <maml:Description>
          <maml:para>The log level for this log message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>LoggerName</maml:name>
        <maml:Description>
          <maml:para>The name of the logger. This is useful for grouping log messages together.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Message</maml:name>
        <maml:Description>
          <maml:para>The message to log.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Write-UDLog -Level Debug -Message "Test message"</dev:code>
        <dev:remarks>
          <maml:para>Writes a debug message to the Universal Dashboard log.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks />
  </command:command>
</helpItems>