| Fields | Description |
|---|---|
Attribute: fileNamePrefix |
An 8 character filename for the generated language
structures. The default value is: First 7 characters of the input XSD or WSDL file name + 'X' |
Attribute: overwrite |
Specifies whether to overwrite the output file(s) if it exists. |
<EISProject xmlns="http:///com/ibm/etools/xmlent/batch/emf/BatchProcessModel.ecore"
name="CICS2XMLSample">
<!-- Generate an XML transformation from an XML schema (XSD)file -->
<EISServiceImplementation runtime="XML_TRANSFORM_CICS">
<ServiceImplementationSpec importDirectory="." importFile="sample.xsd">
<LanguageStructureSpec fileNamePrefix="SAMPX" />
...
</ServiceImplementationSpec>
</EISServiceImplementation>
</EISProject>