Data source schema properties reference

Open the Properties view in the Document Studio application and, from the Outline view, select a data source schema. The Properties view displays these available properties for any type of data source schema.
Type Value Description
Name String Required. The title of the schema.
Description String Required. The explanation of how the schema is used.
Type Generic XML, REST, REST v2, DOORS, DOORS Structure, Tau, Required. The schema type.
Configuration required uri Optional. Property set in the template which specifies which configurations are necessary when launching the document generation.
Restriction: New feature icon The Configuration required property is available only in version 2 templates.
  • none: No configuration is required from the report generator. If a data source is not configured, no warnings display at run time.
  • uri: Only the data source is required to be configured to generate the document.
  • credentials: Only the credentials to authenticate with the data provider are required to generate the document.
  • full: The data source must be configured and credentials must be given to generate the document.
  • hidden: The data source does not display in the Launcher so that the template settings cannot be overridden.
Important: When only user names are required for authentication and passwords are not required, do not use full or credentials
Schema URI File path Required. The path to the data source resource. For Generic XML, the path is to an XML file. Example: http://server:port/path_to/dataSource.xml
Default URI File path Required. The path to the data source resource. For Generic XML, the path is to an XML file. Example: http://server:port/path/to/dataSource.xml
Restriction: New feature icon The Default URI property is available only in version 2 templates.

Feedback