3.1.4.1.3.53 ruleType Complex Type

The ruleType complex type specifies a DLP rule.<46>

 <xs:complexType name="ruleType">
   <xs:sequence>
     <xs:element name="version" type="versionType" minOccurs="1" maxOccurs="unbounded" />
   </xs:sequence>
   <xs:attribute name="name" type="xs:string" use="required" />
   <xs:attribute name="id" type="xs:string" use="required" />
   <xs:attribute name="description" type="xs:string" use="required" />
 </xs:complexType>.

The following table describes the child element of the ruleType complex type.

Element

Type

Description

version

versionType (section 3.1.4.1.3.63)

Specifies the minimum client version that can use this rule and the rule conditions and actions. This element MUST be present.

The following table describes the attributes of the ruleType complex type.

Attribute

Type

Description

name

xs:string ([XMLSCHEMA2] section 3.2.1)

Specifies the rule name. This attribute MUST be present.

id

xs:string

Specifies the rule identifier. This attribute MUST be present.

description

xs:string

Specifies the rule description. This attribute MUST be present.