Rational Developer for System z

BatchSpecContainer

Use this top-level element of the Container.xml document. This element is optional.

Contained by

None

Contains

GenerationSpecArray

Attributes

Fields Description

Attribute: version
Required?: No
Valid values: See Description
Default value: See Description

Internal purpose only.

Attribute: release
Required?: No
Valid values: See Description
Default value: See Description

Internal purpose only.

Attribute: modelId
Required?: No
Valid values: See Description
Default value: See Description

Internal purpose only.

Example

<BatchSpecContainer>
	<GenerationSpecArray generateConverters="true"
				generateSeparateXSD="true" 
				generateWSDL="true"
				platformProperties="PlatformProperties.xml">
		<GenerationSpec name="ServiceSpecification.xml"/>
		<GenerationSpec name="ServiceSpecification2.xml"/>
	</GenerationSpecArray>
</BatchSpecContainer>

Feedback