﻿<?xml version="1.0" encoding="utf-8" ?>
<ConverterTuning>
	<!-- File names -->
	<RootSchemaFileName>SwfRootSchema.xml</RootSchemaFileName>
	<TypeSchemaFileName>SwfTypeSchema.xml</TypeSchemaFileName>
	<LocaleSchemaFileName>SwfLocalesSchema.xml</LocaleSchemaFileName>
	<!-- Root names -->
	<PropertiesRootName>Properties</PropertiesRootName>
	<LocalesRootName>LocalizationProperties</LocalesRootName>
	<AssetsRootName>AssetsProperty</AssetsRootName>
	<!-- Property type names -->
	<TocTypeName>TableOfContents</TocTypeName>
	<TocDataTypeName>TableOfContentsData</TocDataTypeName>
	<SoundTypeName>SoundProperty</SoundTypeName>
	<SoundPropsTypeName>SoundProperties</SoundPropsTypeName>
	<PageTypeName>PageProperties</PageTypeName>
	<SoundCollectionTypeName>SoundCollectionProperty</SoundCollectionTypeName>
	<FilePropertyTypeName>FileProperty</FilePropertyTypeName>
	<VideoContentTypeName>ContentVideoProperty</VideoContentTypeName>
	<ImageContentTypeName>ContentImageProperty</ImageContentTypeName>
  <GifContentTypeName>ContentGifProperty</GifContentTypeName>
	<PolygonContentTypeName>ContentPolygonProperty</PolygonContentTypeName>
	<LinkContentTypeName>ContentLinkProperty</LinkContentTypeName>
    <ZoomBlockContentTypeName>ContentZoomBlockProperty</ZoomBlockContentTypeName>
	<ProductButtonContentTypeName>ContentProductInfoButtonProperty</ProductButtonContentTypeName>
	<CurrencyTypeName>CurrencyProperty</CurrencyTypeName>
	<ProvidersListTypeName>ProviderListProperty</ProvidersListTypeName>
	<ProductTypeName>ProductProperty</ProductTypeName>
	<ProductMediaTypeName>ProductMediaProperty</ProductMediaTypeName>
	<!-- Property names -->
	<PagesArrayFullName>bookProperties.pages</PagesArrayFullName>
	<TocTreeFullName>tableOfContent.tocData</TocTreeFullName>
	<StylesArrayFullName>css</StylesArrayFullName>
	<LinksArrayName>links</LinksArrayName>
	<VideosArrayName>videos</VideosArrayName>
    <ZoomBlocksArrayName>zoomBlocks</ZoomBlocksArrayName>
	<ProductButtonsArrayName>productInfoButtons</ProductButtonsArrayName>
    <ImagesArrayName>images</ImagesArrayName>
  <GifsArrayName>gifs</GifsArrayName>
	<BackgroundSoundCollectionFullName>sound.background</BackgroundSoundCollectionFullName>
	<MainSoundEffectsFullName>sound.effects</MainSoundEffectsFullName>
	<ShopPropertiesFullName>shopProperties</ShopPropertiesFullName>
	<!-- Download files property names -->
	<DownloadFilesArrayFullName>downloadFiles</DownloadFilesArrayFullName><!-- OBSOLETE, SCHEDULED FOR REMOVAL -->
	<DownloadPdfFilePropFullName>pdfFileProperties</DownloadPdfFilePropFullName>
	<DownloadCustomFilesArrayFullName>downloadFiles</DownloadCustomFilesArrayFullName>
	<!-- Child tunings -->
	<DOMPropMapperTuning>
		<ContentItemNamesInfo>
			<OrdinateName value="y" />
			<AbscissaName value="x" />
			<WidthName value="width" />
			<HeightName value="height" />
			<ZIndexName value="z" />
			<AngleName value="rotation" />
		</ContentItemNamesInfo>
		<PageLinkNamesInfo>
			<UrlsArrayName value="urls" />
			<PageIdName value="id" />
		</PageLinkNamesInfo>
        <PageImagesNamesInfo>
            <UrlsArrayName value="urls" />
        </PageImagesNamesInfo>
	</DOMPropMapperTuning>
</ConverterTuning>