<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE form-validation PUBLIC 
    "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1//EN" 
    "http://jakarta.apache.org/commons/dtds/validator_1_1.dtd">

<form-validation>
    <formset>
		<form name="community">
			<field property="cmmntyNm" depends="required, maxlength">
        		<arg0 key="cop.cmmntyNm" />
        		<arg1 key="120" resource="false"/>
				<var>
					<var-name>maxlength</var-name>
					<var-value>120</var-value>
				</var>
			</field>			
			<field property="cmmntyIntrcn" depends="required, maxlength">
        		<arg0 key="cop.cmmntyIntrcn" />
        		<arg1 key="1200" resource="false"/>
				<var>
					<var-name>maxlength</var-name>
					<var-value>1200</var-value>
				</var>
			</field>		
			<field property="tmplatId" depends="required">
        		<arg0 key="cop.tmplatId" />
			</field>				
			<field property="emplyrId" depends="required">
        		<arg0 key="cop.cmmntyMngr" />
			</field> 
		</form>
		
    </formset>

</form-validation>