Table 1 shows the attributes for XsdSpecOut.
| Fields | Description |
|---|---|
Attribute: fileName |
Specifies the name of the output file. The default value is: Data source file name concatenated with "O" |
Attribute: localNamespace |
Specifies the local namespace. Note: Request namespaces have no effect on the code
generated in the request converter.
The default value is: http://www.w3.org/2001/XMLSchema |
Attribute: overwrite |
Specifies whether to overwrite the output file if it exists. |
Attribute: suppressGeneration |
Indicates whether or not to suppress generation of the response XML Schema file. |
Attribute: targetNamespace |
Specifies the target namespace. The default value is: For a data source file name foo: http://www.fooO.com/schemas/fooIInterface |
Attribute: whiteSpace |
The value of this attribute directs the Batch
processor to generate XML Schemas and XML converter programs that
support the three standard whitespace processing options in XML Schema:
"preserve", "replace", and "collapse". Every element in the generated
XML Schema is assigned the value of this attribute for its whiteSpace
option. The value of this attribute is ignored when XML converters
are being generated for the "Map and Existing Service Interface" scenario
since the setting in the mapped XML Schema must be assumed. To direct the Batch processor to generate XML Schemas and XML converter programs that are compatible with releases prior to version 7.5, specify the value "compat". |
Attribute: xsdElemName |
Specifies the global element name for the schema. The default value is: Value of the nativeTypeName attribute in the message specification. |
Attribute: xsdNamespace |
Specifies the xsd namespace. The default value is: Value of the nativeTypeName attribute in the message specification. |
Attribute: xsdPrefix |
Specifies the xsd namespace prefix. |
<XsdSpecOut fileName="DFH0CSTDO.xsd" overwrite="true"
targetNamespace="http://www.DFH0CSTDO.com/schemas/DFH0CSTDOInterface"
xsdNamespace=http://www.w3.org/2001/XMLSchema
localNamespace=http://www.DFH0CSTDO.com/schemas/DFH0CSTDOInterface
xsdPrefix="cbl"
xsdElemName="dfhcommarea"/>