<?xml version="1.0" encoding="UTF-8"?> 
 | 
<ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>AnimalCheck</fullName> 
 | 
    <active>false</active> 
 | 
    <errorConditionFormula>PRIORVALUE( AnimalExperiment__c ) && ISCHANGED(AnimalExperiment__c )</errorConditionFormula> 
 | 
    <errorDisplayField>AnimalExperiment__c</errorDisplayField> 
 | 
    <errorMessage>动物实验字段 勾上后不允许取消</errorMessage> 
 | 
</ValidationRule> 
 |