3.1.4.1.3.64 mce:VersionedRuleType Complex Type

The VersionedRuleType complex type specifies the required classification engine version for a list of data classification rules. <52>

 <xs:complexType name="VersionedRuleType">
     <xs:choice maxOccurs="unbounded">
       <xs:element name="Entity" type="mce:EntityType"/>
       <xs:element name="Affinity" type="mce:AffinityType"/>
     </xs:choice>
     <xs:attribute name="minEngineVersion" type="mce:EngineVersionType" use="required" />
 </xs:complexType>

The following table describes the child elements of the VersionedRuleType complex type.

Element

Type

Description

Entity

mce:EntityType (section 3.1.4.1.3.16)

Specifies an entity-based rules classification definition.

Affinity

mce:AffinityType  (section 3.1.4.1.3.3)

Specifies an affinity-based rules classification definition.

The following table lists the attribute of the VersionedRuleType complex type.

Attribute

Type

Description

minEngineVersion

mce:EngineVersionType (section 3.1.4.1.4.17)

Specifies the required engine version of classification rules.