Contains the details of the file generation step.
Java content class for GenerateFileStep element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/MetaBoss/Modules/MetaBossGenerationFramework/Development/PluggableGenerator/com/metaboss/sdlctools/frameworks/generation/pluggable/ModelDrivenGeneratorSchema.xsd line 194)
<element name="GenerateFileStep">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/ModelDrivenGenerator/1.0}SourceFile"/>
<element ref="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/ModelDrivenGenerator/1.0}TargetFile"/>
</sequence>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="executionPolicy" type="{http://www.metaboss.com/XMLSchemas/MetaBoss/SdlcTools/ModelDrivenGenerator/1.0}executionPolicy" default="forEachMatch" />
</restriction>
</complexContent>
</complexType>
</element>
|