Name
input — Define a meta-data input source.
Synopsis
<input> 
	...
</input>
				
Description
					This element is the beggining of a meta-data input definition.
				
Example
Example 5. Input example
<project name="testProject">
	<input>
		<jdbc>
			...
		</jdbc>
	</input>
</project>