<?xml version="1.0" encoding="UTF-8"?>
<!--
 RelationshipMappingInspector.inspector
 IDECoreDataModeler
 Copyright Apple Inc. All rights reserved.
 -->
<slice>
    <section>
        <sliver title="Name">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.name" enumeratedValuesKeyPath="inspectedObjectsController.selection.possibleNames" enumeratedDisplayValuesKeyPath="inspectedObjectsController.selection.possibleNames">
            </property>
        </sliver>
    </section>
    <section>
        <chooser title="Source Fetch" keyPath="inspectedObjectsController.selection.autoGenerateExpression" type="number">
            <choice value="1" title="Auto Generate Value Expression">
                <sliver title="Key Path">
                    <property type="string" placeholder="Source Expression" keyPath="inspectedObjectsController.selection.sourceKeyPath" listContentKeyPath="inspectedObjectsController.selection.possibleSourceExpressions"/>
                </sliver>
                <sliver title="Mapping Name">
                    <property type="string" placeholder="Entity Mapping Names" keyPath="inspectedObjectsController.selection.sourceMappingName" listContentKeyPath="sortedEntityMappingNames"/>
                </sliver>
            </choice>
            <choice value="0" title="Use Custom Value Expression">
                <sliver title="Value Expression">
                    <property type="string" placeholder="Value Expression" keyPath="inspectedObjectsController.selection.valueExpressionAsString"/>
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>