Use this element as the container for specifying generation
options for the set of converters, driver, and XSD files.
Contains
Note: XseSpec can contain an
XsdSpec element.
If XseSpec contains a
XsdSpec element, then XseSpec CANNOT
contain the following:
If this restriction is not followed the results of the generation
are unpredictable.
Attributes
None
Example
Figure 1 is
an example of XseSpec element.
Figure 1. Example of Xsespec Element
<XseSpec>
<DriverSpec fileName=""DFH0CSTDD.cbl" driverType="SOAP_FOR_CICS"
programName="XCNVD" businessPgmName="Ex01" />
<ConverterSpecIn fileName="DFH0CSTDI.cbl" overwrite="true" programName="XCNVI"/>
<ConverterSpecOut fileName="DFH0CSTDO.cbl" overwrite="true" programName="XCNVO"/>
<XsdSpecIn fileName="DFH0CSTDI.xsd" overwrite="true"
targetNamespace="http://www.DFH0CSTDI.com/schemas/DFH0CSTDIInterface"
xsdNamespace="http://www.w3.org/2001/XMLSchema"
localNamespace="http://www.DFH0CSTDI.com/schemas/DFH0CSTDIInterface"
xsdPrefix="cbl"
xsdElemName="dfhcommarea" />
<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" />
</XseSpec>