<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.concrete5.org/doctrine-xml/0.5"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.concrete5.org/doctrine-xml/0.5 http://concrete5.github.io/doctrine-xml/doctrine-xml-0.5.xsd">
    <table name="btTopNavigationBar">
        <field name="bID" type="integer">
            <unsigned/>
            <key/>
        </field>
        <field name="brandingText" type="string" />
        <field name="brandingLogo" type="integer" />
        <field name="brandingTransparentLogo" type="integer" />
        <field name="includeBrandText" type="boolean" />
        <field name="includeBrandLogo" type="boolean" />
        <field name="includeTransparency" type="boolean" />
        <field name="includeStickyNav" type="boolean" />
        <field name="includeNavigation" type="boolean" />
        <field name="includeNavigationDropdowns" type="boolean" />
        <field name="includeSearchInput" type="boolean" />
        <field name="searchInputFormActionPageID" type="integer" />
    </table>
</schema>
