<?xml version="1.0" encoding="UTF-8"?>
<!--
 IDEDataModelFetchIndexInspector.inspector
 IDECoreDataModeler
 Copyright 2017-2018 Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Name">
            <property type="string" placeholder="Name" keyPath="inspectedObjectsController.selection.name" />
        </sliver>
        <sliver title="Type">
            <property
            type="enumeration"
            keyPath="inspectedObjectsController.selection.inspectedElementType"
            enumeratedValuesKeyPath="inspectedObjectsController.selection.availableElementTypeValues"
            enumeratedDisplayValuesKeyPath="inspectedObjectsController.selection.availableElementTypeNames"
            />
        </sliver>
    </section>
    <section title="Partial Index">
        <sliver title="Predicate">
            <property type="predicate" placeholder="Predicate" keyPath="inspectedObjectsController.selection.partialIndexPredicate" />
        </sliver>
    </section>
</slice>
