<?xml version="1.0" encoding="UTF-8"?>
<!--
 IBNSPredicateEditorRowTemplate.inspector
 InterfaceBuilder
 
 Created by Kelly Keenan on 11/12/10.
 Copyright 2010 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Left Exprs">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedLeftExpressionType">
                <option-group>
                    <option value="1" title="Key Paths"/>
                    <option value="2" title="Constant Values"/>
                    <option value="3" title="Strings"/>
                    <option value="4" title="Integer Numbers"/>
                    <option value="5" title="Floating-Point Numbers"/>
                    <option value="6" title="Dates"/>
                </option-group>
            </property>
            <property type="array" objectType="string" defaultValueKeyPath="inspectedObjectsController.selection.object.ibInspectedLeftExpressionTypeString" keyPath="inspectedObjectsController.selection.object.ibInspectedLeftExpressionObjects" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedLeftExpressionsAreEditableList"/>
        </sliver>
        <sliver title="Operators">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0001" title="&lt;"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0002" title="≤"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0004" title="&gt;"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0008" title="≥"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0010" title="="/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0020" title="≠"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0040" title="matches"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0080" title="like"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0100" title="begins"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0200" title="ends"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0400" title="in"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.ibInspectedOperators" bits="0x0800" title="contains"/>
        </sliver>
        <sliver title="Right Exprs">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.ibInspectedRightExpressionType">
                <option-group>
                    <option value="1" title="Key Paths"/>
                    <option value="2" title="Constant Values"/>
                    <option value="3" title="Strings"/>
                    <option value="4" title="Integer Numbers"/>
                    <option value="5" title="Floating-Point Numbers"/>
                    <option value="6" title="Dates"/>
                </option-group>
            </property>
            <property type="array" objectType="string" defaultValueKeyPath="inspectedObjectsController.selection.object.ibInspectedRightExpressionTypeString" keyPath="inspectedObjectsController.selection.object.ibInspectedRightExpressionObjects" enabledKeyPath="inspectedObjectsController.selection.object.ibInspectedRightExpressionsAreEditableList"/>
        </sliver>
        <sliver title="Options">
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.options" bits="1" title="Case Insensitive"/>
            <property type="boolean" keyPath="inspectedObjectsController.selection.object.options" bits="2" title="Diacritical Mark Insensitive"/>
        </sliver>
    </section>
</slice>
