3.1.4.1.3.65 mce:VersionedPatternType Complex Type

The VersionedPatternType complex type specifies the required classification engine version for a list of pattern elements. <53>

 <xs:complexType name="VersionedPatternType">
   <xs:sequence>
     <xs:element name="Pattern" type="mce:PatternType" maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="minEngineVersion" type="mce:EngineVersionType" use="required" />
 </xs:complexType>

The following table lists the child elements of the VersionedPatternType complex type.

Element

Type

Description

Pattern

mce:PatternType (section 3.1.4.1.3.29)

Specifies the classification rules that are matched for an entity-based classification.

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

Attribute

Type

Description

minEngineVersion

mce:EngineVersionType (section 3.1.4.1.4.17)

Specifies the required engine version of classification pattern elements.