<?xml version="1.0" encoding="UTF-8"?>
<!--
IBNSDateComponentsFormatter.inspector
IDEInterfaceBuilder

Created by Quinn Taylor on 2015-03-04
Copyright 2015 Apple Inc. All rights reserved.
-->
<slice>
    <section>
        <sliver title="Units Style">
            <property type="enumeration" keyPath="inspectedObjectsController.selection.object.unitsStyle">
                <option-group>
                    <option value="0" title="Positional"/>
                    <option value="1" title="Abbreviated"/>
                    <option value="2" title="Short"/>
                    <option value="3" title="Full"/>
                    <option value="4" title="Spell Out"/>
                </option-group>
            </property>
        </sliver>
        <chooser title="Allowed Units" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedCustomizeAllowedUnits">
            <choice value="0" title="Default">
            </choice>
            <choice value="1" title="Custom">
                <sliver>
                    <!-- These are interleaved to arrange them into 2 vertical columns -->
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="4"    title="Years"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="32"   title="Hours"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="8"    title="Months"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="64"   title="Minutes"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="4096" title="Weeks"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="128"  title="Seconds"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.allowedUnits" bits="16"   title="Days"/>
                </sliver>
            </choice>
        </chooser>
        <sliver title="Max Units">
            <property type="number" formatStyle="integer" keyPath="inspectedObjectsController.selection.object.maximumUnitCount" minimum="0"/>
        </sliver>
        <sliver title="Behavior">
            <property type="boolean" title="Allow Fractional Units" keyPath="inspectedObjectsController.selection.object.allowsFractionalUnits"/>
            <property type="boolean" title="Collapse Largest Unit" keyPath="inspectedObjectsController.selection.object.collapsesLargestUnit" placeholder="unlimited"/>
            <property type="boolean" title="Include Approximation" keyPath="inspectedObjectsController.selection.object.includesApproximationPhrase"/>
            <property type="boolean" title="Include Time Remaining" keyPath="inspectedObjectsController.selection.object.includesTimeRemainingPhrase"/>
        </sliver>
        <chooser title="Zero Format" type="number" keyPath="inspectedObjectsController.selection.object.ibInspectedCustomizeZeroFormattingBehavior">
            <choice value="0" title="None">
            </choice>
            <choice value="1" title="Default">
            </choice>
            <choice value="2" title="Custom">
                <sliver>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.zeroFormattingBehavior" bits="2"     title="Drop Leading Zeros"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.zeroFormattingBehavior" bits="4"     title="Drop Middle Zeros"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.zeroFormattingBehavior" bits="8"     title="Drop Trailing Zeros"/>
                    <property type="boolean" keyPath="inspectedObjectsController.selection.object.zeroFormattingBehavior" bits="65536" title="Pad Leading Zeros"/>
                </sliver>
            </choice>
        </chooser>
    </section>
</slice>
