3.1.4.1.4.9 t:ProtectionRuleValueType Simple Type

The ProtectionRuleValueType simple type specifies additional arguments to the RecipientIs predicate of the ProtectionRuleRecipientIsType complex type, as specified in section 3.1.4.1.3.41, and the SenderDepartments predicate of the ProtectionRuleSenderDepartmentsType complex type, as specified in section 3.1.4.1.3.42. The value MUST be a string with a minimum length of one character.

 <xs:simpleType name="ProtectionRuleValueType">
   <xs:restriction base="xs:string">
     <xs:minLength value="1" />
   </xs:restriction>
 </xs:simpleType>