Advanced Tab (Generate Sample XML Files Tool)
The Generate Sample XML Files tool includes a dialog box that allows you to configure a variety of options for generating the XML files. The Advanced tab allows you to set some options in regards to output values and performance.
Generate Sample XML Files Dialog Box (Advanced Tab)
This tab includes the following options:
- Use incremental attribute / element names as default
- If checked, the value of an element or attribute starts with the name of that
element or attribute. For example, for an
a
element the generated values are:a1
,a2
,a3
, and so on. If not checked, the value is the name of the type of that element / attribute (for example:string
,decimal
, etc.) - Maximum length
- The maximum length of string values generated for elements and attributes.
- Discard optional elements after nested level
- The optional elements that exceed the specified nested level are discarded. This option is useful for limiting deeply nested element definitions that can quickly result in very large XML documents.