XML Schemas tab
The XML Schemas tab allows you to specify XML schema properties.
This tab contains the following fields:
- In the Specify XML Schema
properties group:
- Target namespace:
- Type the namespace and schema name of the XML schema that you
want to use as the request XML schema. For
example,
http://www.StartAppI.com/schemas/StartAppIInterface
- Root element name:
- Type the name of the global element that you want to use in the request XML schema. For example,
ProgramPassFields
- Whitespace option:
- Specifies the conversion treatment for all elements in the generated
schema. Select on of the following values:
- compact - trim leading and trailing spaces - substitute a single space for each contiguous sequence of spaces.
- collapse - (1) replace tab, line feed, and carriage return characters with spaces, (2) trim leading and trailing spaces, and (3) substitute a single space for each contiguous sequence of spaces.
- replace - replace tab, line feed, and carriage return characters with spaces.
- preserve - no whitespace removal nor replacement is performed.