GenerateSchemaFiles: Generate Schema Files

Requirements Admin command go to generate schemas files only for a repository.

The GenerateSchemaFiles command allows the you to create all the schema files for a repository at a specified location without having to do a full build.

Command Line Example

ReqAdmin.exe GenerateSchemaFiles --RepositoryPath <repository location> --OutputPath <location to output results> 
Table 1. Arguments
Argument Definition
--RepositoryPath Required. The path to the repository.
--OutputPath <OutputPath> Required. The path where the build output will be written. Specify a path different than the repository path.
--v Flag indicating to log verbose messages to the console. This value is false by default.
--SourceSchemasInOrganization When this flag is set the schema files are located in the Schemas folder under the Org folder, otherwise they are located in the Schemas folder in the root of the --RepositoryPath folder. This value is false by default.
--GenerateXpathEnumUsages Flag indicating to generate document rule xpath enumeration usage reports. This only works if the NoGenerateSchemaFiles is false (the default). This value is false by default.
--GenerateXpathDataListFiles Flag indicating to generate document data requirements as data lists for each document. This value is false by default.
-?, -h, --help Show help and usage information