en-US/Get-CPRInfo-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-CPRInfo</command:name>
      <command:verb>Get</command:verb>
      <command:noun>CPRInfo</command:noun>
      <maml:description>
        <maml:para>Parses a Danish CPR number and provides detailed information.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The `Get-CPRInfo` function extracts information such as birthdate, age, gender, and validity from a given Danish CPR number.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-CPRInfo</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named" aliases="none">
        <maml:name>cpr</maml:name>
        <maml:description>
          <maml:para>The CPR number to be parsed.</maml:para>
          <maml:para>- Type : `string` - Required : Yes - Position : 1 - Accept pipeline input : Yes (ByValue)</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="false"></command:parameterValue>
        <dev:type>
          <maml:name></maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes />
    <command:returnValues />
    <maml:alertSet>
      <maml:alert>
        <maml:para>This function validates the CPR number and calculates the age and gender based on its structure.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>---------------- Example 1: Parse a CPR number ----------------</maml:title>
        <dev:code>Get-CPRInfo -cpr "220197-1915"</dev:code>
        <dev:remarks>
          <maml:para>Parses the CPR number `220197-1915` and returns details such as birthdate, age, and gender.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version:</maml:linkText>
        <maml:uri>https://github.com/JensGJ/CPR/tree/main/src/docs/en-US/Get-CPRInfo.md</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-CPR</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-CPR</maml:linkText>
        <maml:uri></maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>