﻿<?xml version="1.0" encoding="utf-8"?>
<DataSchema Type="VideoContentItem" 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="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="ZIndex" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="OriginalUrl" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="EmbedUrl" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="Properties_contentVideo_showImage" Type="Boolean" DefaultValue="True" />
  <Property Name="UseCustomImage" Type="Boolean" DefaultValue="False" />
  <Property Name="ImageUrl" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="PlayerBehaviour" Type="Enum" DefaultValue="PlayerBehaviour_AUTO">
    <Member Value="PlayerBehaviour_AUTO" />
    <Member Value="PlayerBehaviour_POPUP" />
  </Property>
  <Property Name="VideoContentWidth" Type="Int32" DefaultValue="0" MinValue="0" MaxValue="7680 "/>
  <Property Name="VideoContentHeight" Type="Int32" DefaultValue="0" MinValue="0" MaxValue="7680 "/>
  <Property Name="VideoType" Type="Enum" DefaultValue="VideoType_YOUTUBE">
    <Member Value="VideoType_VIMEO" />
    <Member Value="VideoType_FLV" />
    <Member Value="VideoType_YOUTUBE" />
    <Member Value="VideoType_WISTIA" />
  </Property>
  <Property Name="VideoAspect" Type="Enum" DefaultValue="VideoAspect_WideScreen">
    <Member Value="VideoAspect_FreeForm" />
    <Member Value="VideoAspect_Normal" />
    <Member Value="VideoAspect_WideScreen" />
  </Property>
  <Property Name="Properties_contentVideo_autoplay" Type="Boolean" DefaultValue="False" />
  <Property Name="Properties_contentVideo_startFrom" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="Properties_contentVideo_alpha" Type="Double" DefaultValue="1" MinValue="0" MaxValue="1" />
  <Property Name="Properties_contentVideo_useNativeControls" Type="Boolean" DefaultValue="False" />
  <Property Name="VideoID" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="Angle" Type="Double" DefaultValue="0" MinValue="(min value)" MaxValue="(max value)" />
  <Property Name="SubDomain" Type="String" DefaultValue="" MaxLength="0" />
  <Property Name="ThumbnailSource" Type="Enum" DefaultValue="ThumbnailSource_VideoPreview">
    <Member Value="ThumbnailSource_VideoPreview" />
    <Member Value="ThumbnailSource_CustomImage" />
    <Member Value="ThumbnailSource_None" />
  </Property>
  <SwfInterop Type="ArrayElement">
    <SwfProperty Name="XCoord" Type="Element" Id="x" />
    <SwfProperty Name="YCoord" Type="Element" Id="y" />
    <SwfProperty Name="Height" Type="Element" Id="height" />
    <SwfProperty Name="Width" Type="Element" Id="width" />
    <SwfProperty Name="ZIndex" Type="Element" Id="z" />
    <SwfProperty Name="OriginalUrl" Type="Element" Id="originalUrl" />
    <SwfProperty Name="EmbedUrl" Type="Element" Id="embedUrl" />
    <SwfProperty Name="ImageUrl" Type="Element" Id="image" />
    <SwfProperty Name="Properties_contentVideo_showImage" Type="Element" Id="showImage" />
    <SwfProperty Name="Properties_contentVideo_useNativeControls" Type="Element" Id="useNativeControls" />
    <SwfProperty Name="Properties_contentVideo_autoplay" Type="Element" Id="autoplay" />
    <SwfProperty Name="Properties_contentVideo_alpha" Type="Element" Id="alpha" />
    <SwfProperty Name="Properties_contentVideo_startFrom" Type="Element" Id="startFrom" />
    <SwfProperty Name="PlayerBehaviour" Type="Element" Id="mode">
      <Converter Type="EnumToString">
        <SwfEnumMember Name="PlayerBehaviour_AUTO" Id="auto"/>
        <SwfEnumMember Name="PlayerBehaviour_POPUP" Id="dialog"/>
      </Converter>
    </SwfProperty>
    <SwfProperty Name="VideoContentWidth" Type="Element" Id="videoContentWidth" />
    <SwfProperty Name="VideoContentHeight" Type="Element" Id="videoContentHeight" />
    <SwfProperty Name="Angle" Type="Element" Id="rotation" />
  </SwfInterop>
</DataSchema>