Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<validate>
	<FUNCTIONCODE_ACTIONCODE>
			<fieldType attribute1="value" attribute2="value" ... attributen="value"> FIELD_NAME1 </fieldType>
			.
			.
			.
			<fieldType attribute1="value" attribute2="value" ... attributen="value"> FIELD_NAMEn </fieldType>
			<collection name="COLLECTION1" mandatory="true">
					<fieldType attribute1="value" attribute2="value" ... attributen="value"> FIELD_NAME1 </fieldType>
					.
					.
					.
					<fieldType attribute1="value" attribute2="value" ... attributen="value"> FIELD_NAMEn </fieldType> 
				<collection name="COLLECTION2" mandatory="false">
					<fieldType attribute1="value" attribute2="value" ... attributen="value"> FIELD_NAME1 </fieldType>
				</collection>
			</collection>
	</FUNCTIONCODE_ACTIONCODE>
</validate>

...