Contains the details of the simple file copying step.
Java content class for CopyFileStep 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 140)
<element name="CopyFileStep">
<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>
|