# PowerShellXSD **Repository Path**: mirrors_felixfbecker/PowerShellXSD ## Basic Information - **Project Name**: PowerShellXSD - **Description**: XML schema definitions for PowerShell Format and Types.ps1xml files. NOTE: MOVED TO THE OFFICIAL POWERSHELL REPO - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PowerShell XSD An attempt at XML Schema Definitions for PowerShell Format.ps1xml and Types.ps1xml files, to provide a better editing experience with autocompletion and validation. Format.xsd is automatically generated from parsing the reference documentation. To regenerate it, make sure to download the PowerShell-Docs git submodule with `git submodule update --init`, then run `./generate.ps1`.