<Ui xmlns="http://www.blizzard.com/wow/ui/">
  <Frame name="AuctionatorConfigAdvancedFrameTemplate" mixin="AuctionatorConfigAdvancedFrameMixin" parent="InterfaceOptionsFrame" virtual="true">
    <Scripts>
      <OnLoad method="OnLoad"/>
      <OnShow method="OnShow"/>
      <OnHide method="Save"/>
    </Scripts>
    <Frames>
      <Frame inherits="AuctionatorConfigurationTitleFrame" parentKey="TitleArea">
        <KeyValues>
        <KeyValue key="titleText" value="AUCTIONATOR_L_CONFIG_ADVANCED_CATEGORY" type="global"/>
          <KeyValue key="subTitleText" value="AUCTIONATOR_L_CONFIG_ADVANCED_TEXT" type="global"/>
        </KeyValues>
      </Frame>

      <Frame inherits="AuctionatorConfigurationCheckbox" parentKey="NotReplicateScan">
        <KeyValues>
          <KeyValue key="labelText" value="AUCTIONATOR_L_CONFIG_ALTERNATE_SCAN" type="global" />
          <KeyValue key="tooltipTitleText" value="AUCTIONATOR_L_CONFIG_ALTERNATE_SCAN_HEADER" type="global" />
          <KeyValue key="tooltipText" value="AUCTIONATOR_L_CONFIG_ALTERNATE_SCAN_TEXT" type="global"/>
        </KeyValues>
        <Anchors>
          <Anchor point="TOPLEFT" relativeKey="$parent.TitleArea" relativePoint="BOTTOMLEFT" />
        </Anchors>
      </Frame>

      <Frame inherits="AuctionatorConfigurationHeadingFrame" parentKey="DebugHeading">
        <KeyValues>
          <KeyValue key="headingText" value="AUCTIONATOR_L_CONFIG_DEVELOPER" type="global"/>
        </KeyValues>
        <Anchors>
          <Anchor point="TOPLEFT" relativeKey="$parent.NotReplicateScan" relativePoint="BOTTOMLEFT"/>
        </Anchors>
      </Frame>

      <Frame inherits="AuctionatorConfigurationCheckbox" parentKey="Debug">
        <KeyValues>
          <KeyValue key="labelText" value="AUCTIONATOR_L_CONFIG_DEBUG" type="global" />
          <KeyValue key="tooltipTitleText" value="AUCTIONATOR_L_CONFIG_DEBUG_TOOLTIP_HEADER" type="global" />
          <KeyValue key="tooltipText" value="AUCTIONATOR_L_CONFIG_DEBUG_TOOLTIP_TEXT" type="global"/>
        </KeyValues>
        <Anchors>
          <Anchor point="TOPLEFT" relativeKey="$parent.DebugHeading" relativePoint="BOTTOMLEFT" />
        </Anchors>
      </Frame>
    </Frames>
  </Frame>
</Ui>
