|
Navigation: Actions > Microsoft .NET > XSD > XSD Action Options Tab |
![]() ![]()
|
This tab of the XSD Action configures additional options.
Element in schema to generate code for: Specifies elements in the schema to generate code for (optional, one per line). By default all elements are typed.
Names of types to create schema for: Specifies the names of types to create a schema for (optional, one per line). If a type does not specify a namespace, the action matches all types in the assembly with the specified type. If a type specifies a namespace, only that type is matched. If a type ends with an asterisk character (*), the tool matches all types that start with the string preceding the *. If blank, the action generates schemas for all types in the assembly.
Additional command-line options: Use this field to enter any additional command-line options to be added to the call that is constructed (optional).
Show command-line constructed: Shows the command-line details for each project that is built. This can be useful for debugging purposes.
Note: This action expects the DOTNETSDK_DIR macro to be defined, pointing to the base directory of the .NET SDK installation path. A global DOTNETSDK_DIR macro for the latest version of the .NET Framework is initialized during installation and can be updated by clicking the Reload button on the File Locations tab of the Application Options dialog. Or a project or temporary DOTNETSDK_DIR macro can be created to specify the path to use.