﻿<?xml version="1.0" encoding="utf-8"?>
<DataSchema Type="GifContentItem" Version="0.0.0">

  <Property Name="Height" Type="Double" DefaultValue="64" 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="XCoord" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Width" Type="Double" DefaultValue="64" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Angle" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Properties_contentImage_previewUrl" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="Properties_contentImage_alpha" Type="Double" DefaultValue="1" MinValue="0" MaxValue="1" />
  <Property Name="Properties_contentImage_showImage" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_contentGif_autoplay" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_contentGif_loop" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_contentGif_duration" Type="Int32" DefaultValue="0" MinValue="-1" MaxValue="2147483647" />
  <Property Name="Properties_contentGif_fileSize" Type="Int32" DefaultValue="0" MinValue="-1" MaxValue="2147483647" />
</DataSchema>