﻿<?xml version="1.0" encoding="utf-8"?>
<DataSchema Type="ProductButtonContentItem" Version="0.0.0">
  
  <Property Name="XCoord" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="YCoord" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="ZIndex" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Properties_contentProductButton_alpha" Type="Double" DefaultValue="1" MinValue="0" MaxValue="1" />
  <Property Name="Properties_contentProductButton_radius" Type="Int32" DefaultValue="15" MinValue="-2147483648" MaxValue="2147483647" />
  <Property Name="Width" Type="Double" DefaultValue="64" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Height" Type="Double" DefaultValue="64" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Properties_contentProductButton_useGlobal" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_contentProductButton_priceTagColor" Type="Color" DefaultValue="#00FFFFFF" UseAlpha="False" />
  <Property Name="Angle" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Properties_contentProductButton_fontSizeName" Type="Int32" DefaultValue="14" MinValue="-2147483648" MaxValue="2147483647" />
  <Property Name="Properties_contentProductButton_fontSizePrice" Type="Int32" DefaultValue="12" MinValue="-2147483648" MaxValue="2147483647" />
  <Property Name="Properties_contentProductButton_onClickAction" Type="Enum" DefaultValue="Properties_contentProductButton_onClickAction_OPEN_WINDOW">
    <Member Value="Properties_contentProductButton_onClickAction_OPEN_WINDOW" />
    <Member Value="Properties_contentProductButton_onClickAction_OPEN_LINK" />
  </Property>
  <Property Name="Properties_contentProductButton_orientation" Type="Enum" DefaultValue="Properties_contentProductButton_orientation_BOTTOM_RIGHT">
    <Member Value="Properties_contentProductButton_orientation_TOP_LEFT" />
    <Member Value="Properties_contentProductButton_orientation_LEFT" />
    <Member Value="Properties_contentProductButton_orientation_BOTTOM_LEFT" />
    <Member Value="Properties_contentProductButton_orientation_RIGHT" />
    <Member Value="Properties_contentProductButton_orientation_BOTTOM_RIGHT" />
    <Member Value="Properties_contentProductButton_orientation_TOP_RIGHT" />
  </Property>
  <Property Name="Properties_contentProductButton_priceColor" Type="Color" DefaultValue="#00337F37" UseAlpha="False" />
  <Property Name="Properties_contentProductButton_priceTagColorAlpha" Type="Int32" DefaultValue="128" MinValue="0" MaxValue="255" />
  <Property Name="Properties_contentProductButton_productNameOnTagVisible" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_contentProductButton_tagVisible" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_contentProductButton_basketColor" Type="Color" DefaultValue="#00FFFFFF" UseAlpha="False" />
  <Property Name="Properties_contentProductButton_circleColor" Type="Color" DefaultValue="#00259C2B" UseAlpha="False" />
  <Property Name="Properties_contentProductButton_id" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="Properties_contentProductButton_priceScale" Type="Dimension" CanChangeType="False">
    <DimensionType DefaultValue="PERCENT" />
    <PixelValue DefaultValue="0" MinValue="-2147483648" MaxValue="2147483647" />
    <PercentValue DefaultValue="100" MinValue="50" MaxValue="300" />
  </Property>
  <SwfInterop Type="ArrayElement">
    <SwfProperty Name="XCoord" Type="Element" Id="x" />
    <SwfProperty Name="YCoord" Type="Element" Id="y" />
    <SwfProperty Name="ZIndex" Type="Element" Id="z" />
    <SwfProperty Name="Properties_contentProductButton_alpha" Type="Element" Id="alpha" />
    <SwfProperty Name="Properties_contentProductButton_radius" Type="Element" Id="radius" />
    <SwfProperty Name="Width" Type="Element" Id="width" />
    <SwfProperty Name="Height" Type="Element" Id="height" />
    <SwfProperty Name="Properties_contentProductButton_useGlobal" Type="Element" Id="useGlobal" />
    <SwfProperty Name="Properties_contentProductButton_priceTagColor" Type="Element" Id="priceTagColor" />
    <SwfProperty Name="Angle" Type="Element" Id="rotation" />
    <SwfProperty Name="Properties_contentProductButton_fontSizeName" Type="Element" Id="fontSizeName" />
    <SwfProperty Name="Properties_contentProductButton_fontSizePrice" Type="Element" Id="fontSizePrice" />
    <SwfProperty Name="Properties_contentProductButton_onClickAction" Type="Element" Id="onClickAction">
      <Converter Type="EnumToString">
        <SwfEnumMember Name="Properties_contentProductButton_onClickAction_OPEN_WINDOW" Id="window" />
        <SwfEnumMember Name="Properties_contentProductButton_onClickAction_OPEN_LINK" Id="link" />
      </Converter>
    </SwfProperty>
    <SwfProperty Name="Properties_contentProductButton_orientation" Type="Element" Id="orientation">
      <Converter Type="EnumToString">
        <SwfEnumMember Name="Properties_contentProductButton_orientation_TOP_LEFT" Id="top_left" />
        <SwfEnumMember Name="Properties_contentProductButton_orientation_LEFT" Id="left" />
        <SwfEnumMember Name="Properties_contentProductButton_orientation_BOTTOM_LEFT" Id="bottom_left" />
        <SwfEnumMember Name="Properties_contentProductButton_orientation_RIGHT" Id="right" />
        <SwfEnumMember Name="Properties_contentProductButton_orientation_BOTTOM_RIGHT" Id="bottom_right" />
        <SwfEnumMember Name="Properties_contentProductButton_orientation_TOP_RIGHT" Id="top_right" />
      </Converter>
    </SwfProperty>
    <SwfProperty Name="Properties_contentProductButton_priceColor" Type="Element" Id="priceColor" />
    <SwfProperty Name="Properties_contentProductButton_priceTagColorAlpha" Type="Element" Id="priceTagColorAlpha">
      <Converter Type="IntToDouble" Multiplier="0,0039215686274509803921568627451" />
    </SwfProperty>
    <SwfProperty Name="Properties_contentProductButton_productNameOnTagVisible" Type="Element" Id="productNameOnTagVisible" />
    <SwfProperty Name="Properties_contentProductButton_tagVisible" Type="Element" Id="tagVisible" />
    <SwfProperty Name="Properties_contentProductButton_basketColor" Type="Element" Id="basketColor" />
    <SwfProperty Name="Properties_contentProductButton_circleColor" Type="Element" Id="circleColor" />
    <SwfProperty Name="Properties_contentProductButton_id" Type="Element" Id="id" />
    <SwfProperty Name="Properties_contentProductButton_priceScale" Type="Dimension">
      <DimensionType Name="type" Type="Element" Id="priceScale.type">
        <Converter Type="EnumToString">
          <SwfEnumMember Name="PERCENT" Id="0" />
          <SwfEnumMember Name="PIXEL" Id="1" />
        </Converter>
      </DimensionType>
      <PixelValue Name="pixelValue" Type="Element" Id="priceScale.pixelValue" />
      <PercentValue Name="percentValue" Type="Element" Id="priceScale.percentValue" />
    </SwfProperty>
  </SwfInterop>
</DataSchema>