<?xml version="1.0" encoding="UTF-8"?>
<!--
	Version 2 (2010-03-15)
	Updated to multi-lingual AdsML Framework 3.5-R2

	AdsML Mediapack sample 
	Date: 2009-06-30

	SCENARIO
This rate card includes parts of the media pack for Financial Times 2009 General (FT-sterlingratecard09.pdf)

This sample shows a simple basic rate card for display ads in a newspaper. It makes use of a small set of rate qualifiers for color and size, and shows how 
different editions have been defined using several Publication element instances.

-->
<AdsMLMediapack xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.adsml.org/adsmlmediapack/1.0 ../../Schemas/AdsMLMediapack-1.0-Main-AS.xsd"
	xmlns="http://www.adsml.org/adsmlmediapack/1.0"
	xmlns:adsml-cv="http://www.adsml.org/controlledvocabularies/3.0"
	xmlns:adsml="http://www.adsml.org/typelibrary/2.0"
	xmlns:adsml-ma="http://www.adsml.org/adsmlmaterials/2.5"
	xmlns:adsml-sd="http://www.adsml.org/adsmlstructureddescriptions/1.0"
	xmlns:adsml-bo="http://www.adsml.org/adsmlbookings/2.5"
	adsml:transmissionID="infotoday.com:2007-11-08:125" adsml:systemsID="AdRatesSystem-v2.0"
	adsml:administrativeResponseRequired="false" adsml:sendCount="1" adsml:transmissionSequence="30"
	adsml:transmissionStatus="BusinessMessageTest" adsml:transmissionDateTime="2009-04-24T09:15:00Z"
	adsml:firstTransmissionDateTime="2009-04-22T09:15:00Z" adsml:schemaVersion="1.0.0">
	<adsml:Header>
		<adsml:TransmissionFrom>
			<adsml:Identifier>
				<adsml:IDLabel>DUNS</adsml:IDLabel>
				<adsml:IDValue>11-222-3333</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>The Financial Times Ltd</adsml:Name>
		</adsml:TransmissionFrom>
		<adsml:TransmissionTo>
			<adsml:Identifier>
				<adsml:IDLabel>DUNS</adsml:IDLabel>
				<adsml:IDValue>44-555-6789</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>MediaAgency</adsml:Name>
		</adsml:TransmissionTo>
	</adsml:Header>
	<Ratecard messageCode="MP-P" adsml:messageID="ft.com:2009-01-01:123"
		adsml:messageClass="BusinessTransaction">
		<!-- The rate card has a unique adsml:QIDType identifier, an additional alternative identifier in adsml:SellersReference and a date that the rate card was issued. -->
		<RatecardIdentifier>ft.com:2009-01-01:2009SterlingRatecard:1</RatecardIdentifier>
		<AuxiliaryMediapackReferences>
			<adsml:SellersReference>2009SterlingRatecard:1</adsml:SellersReference>
		</AuxiliaryMediapackReferences>
		<adsml:IssueDate>2009-01-01</adsml:IssueDate>
		<Name>Financial Times Sterling Ratecard 2009 </Name>
		<!-- The overall validity period of the rate card -->
		<adsml:ValidityPeriod>
			<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
			<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
		</adsml:ValidityPeriod>
		<!-- A status code is mandatory, the adsml-cv:AdsMLRatecardStatusCV provides values Active or Preliminary -->
		<adsml:Status>
			<adsml:CodeValue xsi:type="adsml-cv:AdsMLRatecardStatusCV">Active</adsml:CodeValue>
		</adsml:Status>
		<!-- The selling party is identified -->
		<adsml:SellingParty>
			<adsml:Identifier>
				<adsml:IDLabel>DUNS</adsml:IDLabel>
				<adsml:IDValue>11-222-3333</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>The Financial Times Ltd</adsml:Name>
			<adsml:PartyAddress>
				<adsml:CommunicationChannel.Phone>
					<adsml:Usage>
						<adsml:CodeValue>Bookings</adsml:CodeValue>
					</adsml:Usage>
					<adsml:Type>Voice</adsml:Type>
					<adsml:PhoneNumber>+44 (0)20 7873 4807</adsml:PhoneNumber>
				</adsml:CommunicationChannel.Phone>
				<adsml:CommunicationChannel.WWW>
					<adsml:URI>http://www.ft.com/advertising</adsml:URI>
					<adsml:Label>Advertising Web Site</adsml:Label>
				</adsml:CommunicationChannel.WWW>
			</adsml:PartyAddress>
		</adsml:SellingParty>
		<!-- All publications for which the rate card includes prices and products must be listed here. The main FT publication is divided into a number of geographical editions, all
listed as publications here referencing the main, parent, publication. -->
		<Publication>
			<!-- A publication identifier is mandatory and used for references from other sections in the rate card -->
			<PublicationIdentifier>ft.com:2009-01-01:FT</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FT</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<DescriptiveInformation>
				<adsml:Description>Read by 1.3 million people, the FT comes in five regionally-focused
					editions. Our audience is responsible for expenditure in excess of £284 million
					in Europe alone</adsml:Description>
				<!-- The WWW address is the public home page of the publication -->
				<WWW>
					<adsml:URI>http://www.ft.com/</adsml:URI>
					<adsml:Label>The Financial Times</adsml:Label>
				</WWW>
			</DescriptiveInformation>
			<Language>English</Language>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<!-- The publishing schedule for the overall publication. Other more specific publishing schedules may exist inside each RateGroup. 
			In this case the main FT is published on weekdays and Sundays -->
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
		</Publication>
		<Publication>
			<!-- This is an edition of FT that is listed as a separate publication -->
			<PublicationIdentifier>ft.com:2009-01-01:FTWorld</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FTW</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times - World Edition</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<Language>English</Language>
			<!-- As this publication is a part of the main FT, it is listed as a parent publication a referenced using the QID identifier -->
			<ParentPublicationReference>ft.com:2009-01-01:FT</ParentPublicationReference>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
			<!-- Publisher identifies the geographic scope of this publication; no count or datasource is included in this case. -->
			<Statistics>
				<StatisticsType>
					<adsml:CodeValue>Distribution</adsml:CodeValue>
				</StatisticsType>
				<GeographicScope>
					<adsml:Code>
						<adsml:CodeValue>World</adsml:CodeValue>
					</adsml:Code>
				</GeographicScope>
			</Statistics>
		</Publication>
		<Publication>
			<PublicationIdentifier>ft.com:2009-01-01:FTEurope</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FTE</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times - Europe Edition</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<Language>English</Language>
			<ParentPublicationReference>ft.com:2009-01-01:FT</ParentPublicationReference>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
			<Statistics>
				<StatisticsType>
					<adsml:CodeValue>Distribution</adsml:CodeValue>
				</StatisticsType>
				<GeographicScope>
					<adsml:Code>
						<adsml:CodeValue>Europe</adsml:CodeValue>
					</adsml:Code>
				</GeographicScope>
			</Statistics>
		</Publication>
		<Publication>
			<PublicationIdentifier>ft.com:2009-01-01:FTUK</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FTUK</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times - UK Edition</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<Language>English</Language>
			<ParentPublicationReference>ft.com:2009-01-01:FT</ParentPublicationReference>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
			<Statistics>
				<StatisticsType>
					<adsml:CodeValue>Distribution</adsml:CodeValue>
				</StatisticsType>
				<GeographicScope>
					<adsml:Code>
						<adsml:CodeValue>UK</adsml:CodeValue>
					</adsml:Code>
				</GeographicScope>
			</Statistics>
		</Publication>
		<Publication>
			<PublicationIdentifier>ft.com:2009-01-01:FTUS</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FTUS</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times - US Edition</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<Language>English</Language>
			<ParentPublicationReference>ft.com:2009-01-01:FT</ParentPublicationReference>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
			<Statistics>
				<StatisticsType>
					<adsml:CodeValue>Distribution</adsml:CodeValue>
				</StatisticsType>
				<GeographicScope>
					<adsml:Code>
						<adsml:CodeValue>US</adsml:CodeValue>
					</adsml:Code>
				</GeographicScope>
			</Statistics>
		</Publication>
		<Publication>
			<PublicationIdentifier>ft.com:2009-01-01:FTAsia</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FTA</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times - Asia Edition</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<Language>English</Language>
			<ParentPublicationReference>ft.com:2009-01-01:FT</ParentPublicationReference>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
			<Statistics>
				<StatisticsType>
					<adsml:CodeValue>Distribution</adsml:CodeValue>
				</StatisticsType>
				<GeographicScope>
					<adsml:Code>
						<adsml:CodeValue>Asia</adsml:CodeValue>
					</adsml:Code>
				</GeographicScope>
			</Statistics>
		</Publication>
		<Publication>
			<PublicationIdentifier>ft.com:2009-01-01:FTMiddleEast</PublicationIdentifier>
			<PublicationCode>
				<adsml:CodeValue>FTM</adsml:CodeValue>
			</PublicationCode>
			<Name>The Financial Times - Middle East Edition</Name>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV"
					>Newspaper</adsml:CodeValue>
				<adsml:Description>Newspaper</adsml:Description>
			</adsml:MediaType>
			<Language>English</Language>
			<ParentPublicationReference>ft.com:2009-01-01:FT</ParentPublicationReference>
			<PublishedBy>
				<adsml:Name>The Financial Times Ltd</adsml:Name>
			</PublishedBy>
			<PublishingSchedule>
				<adsml-bo:RecurrencePattern>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Weekdays</adsml:CodeValue>
					</adsml:Code>
					<adsml:Code>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
							>Sundays</adsml:CodeValue>
					</adsml:Code>
				</adsml-bo:RecurrencePattern>
			</PublishingSchedule>
			<Statistics>
				<StatisticsType>
					<adsml:CodeValue>Distribution</adsml:CodeValue>
				</StatisticsType>
				<GeographicScope>
					<adsml:Code>
						<adsml:CodeValue>MiddleEast</adsml:CodeValue>
					</adsml:Code>
				</GeographicScope>
			</Statistics>
		</Publication>
		<!-- The currency used as default for all prices in the the rate card. -->
		<adsml:DocumentCurrencyCode xsi:type="adsml-cv:ISOCurrencyCodeCV"
			>GBP</adsml:DocumentCurrencyCode>
		<!-- 	A number of  RateGroups define different advertising products -->
		<RateGroup>
			<!-- This rate group covers section 1.1-1.3 Weekdays Mono, Colour and Special Positions -->
			<RateGroupIdentifier>ft.com:2009-01-01::ABC1</RateGroupIdentifier>
			<Name>Weekdays</Name>
			<!-- The rates in this rate group are only applicable for FT World Edition. This publication must then be referenced here. -->
			<PublicationReference>ft.com:2009-01-01:FTWorld</PublicationReference>
			<!-- A list of rates are provided where all prices are associated with rate qualifiers that specify the conditions under which an advertisment is offered for a price -->
			<Rate>
				<adsml:RateCode>
					<adsml:CodeValue>FirstFullPage</adsml:CodeValue>
				</adsml:RateCode>
				<adsml:DescriptionLine>First Full Page</adsml:DescriptionLine>
				<!-- PriceIsFor is a mandatory element used to define the pricing model for packages with several publications. In this case we only have 
				one Publication (as referenced above) and the value can be either AllPublications, as below, or EachPublication -->
				<PriceIsFor>AllPublications</PriceIsFor>
				<!-- Price per unit is listed. In this case the unit is implicitly understood to be "insertions", so there is no need to explicitly specify the type of unit. -->
				<PricePerUnit>
					<Price>105400.00</Price>
				</PricePerUnit>
				<adsml:AdType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">Display</adsml:CodeValue>
				</adsml:AdType>
				<!-- A list of rate qualifiers define the conditions under which the price is offered -->
				<RateQualifier>
					<!-- Size is full page -->
					<Sizes>
						<Size>
							<adsml-bo:AdSizeCode>
								<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdSizeCodePrintCV"
									>FullPage</adsml:CodeValue>
							</adsml-bo:AdSizeCode>
						</Size>
					</Sizes>
				</RateQualifier>
				<RateQualifier.NewspaperMagazine>
					<!-- Color is black and white -->
					<Colors>
						<adsml-bo:ColorType>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLColorTypeCV"
								>Black</adsml:CodeValue>
						</adsml-bo:ColorType>
					</Colors>
				</RateQualifier.NewspaperMagazine>
				<RateQualifier.NewspaperMagazine>
					<!-- Positioning should be first full page -->
					<Positioning>
						<adsml-bo:PlacementInBook>
							<adsml-bo:SectionCode>
								<adsml:CodeValue>1</adsml:CodeValue>
							</adsml-bo:SectionCode>
							<adsml-bo:PlacementCode>
								<adsml:CodeValue xsi:type="adsml-cv:AdsMLPlacementInBookPrintCV"
									>FirstFull</adsml:CodeValue>
							</adsml-bo:PlacementCode>
						</adsml-bo:PlacementInBook>
					</Positioning>
				</RateQualifier.NewspaperMagazine>
				<RateQualifier>
					<!-- The price is offered weekdays -->
					<Scheduling>
						<adsml-bo:RecurrencePattern>
							<adsml:Code>
								<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
									>Weekdays</adsml:CodeValue>
							</adsml:Code>
						</adsml-bo:RecurrencePattern>
					</Scheduling>
				</RateQualifier>
			</Rate>
			<!-- The list of rates continues with the similar rate qualifiers, but with different values. -->
			<Rate>
				<adsml:RateCode>
					<adsml:CodeValue>QPage</adsml:CodeValue>
				</adsml:RateCode>
				<adsml:DescriptionLine>Quarter Page</adsml:DescriptionLine>
				<PriceIsFor>AllPublications</PriceIsFor>
				<PricePerUnit>
					<Price>23900</Price>
				</PricePerUnit>
				<adsml:AdType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">Display</adsml:CodeValue>
				</adsml:AdType>
				<RateQualifier>
					<Sizes>
						<Size>
							<adsml-bo:AdSizeCode>
								<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdSizeCodePrintCV"
									>OneQuarterPage</adsml:CodeValue>
							</adsml-bo:AdSizeCode>
						</Size>
					</Sizes>
				</RateQualifier>
				<RateQualifier.NewspaperMagazine>
					<Colors>
						<adsml-bo:ColorType>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLColorTypeCV"
								>Black</adsml:CodeValue>
						</adsml-bo:ColorType>
					</Colors>
				</RateQualifier.NewspaperMagazine>
				<RateQualifier.NewspaperMagazine>
					<Positioning>
						<adsml-bo:PlacementInBook>
							<adsml-bo:SectionCode>
								<adsml:CodeValue>1</adsml:CodeValue>
							</adsml-bo:SectionCode>
						</adsml-bo:PlacementInBook>
					</Positioning>
				</RateQualifier.NewspaperMagazine>
				<RateQualifier>
					<Scheduling>
						<adsml-bo:RecurrencePattern>
							<adsml:Code>
								<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
									>Weekdays</adsml:CodeValue>
							</adsml:Code>
						</adsml-bo:RecurrencePattern>
					</Scheduling>
				</RateQualifier>
			</Rate>
			<Rate>
				<adsml:RateCode>
					<adsml:CodeValue>ROS</adsml:CodeValue>
				</adsml:RateCode>
				<adsml:DescriptionLine>Run of Section</adsml:DescriptionLine>
				<PriceIsFor>AllPublications</PriceIsFor>
				<PricePerUnit>
					<Price>213</Price>
					<adsml:Unit>
						<adsml:CodeValue>SCU</adsml:CodeValue>
						<adsml:Description>Single Column Unit</adsml:Description>
					</adsml:Unit>
				</PricePerUnit>
				<adsml:AdType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">Display</adsml:CodeValue>
				</adsml:AdType>
				<RateQualifier.NewspaperMagazine>
					<Colors>
						<adsml-bo:ColorType>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLColorTypeCV"
								>Black</adsml:CodeValue>
						</adsml-bo:ColorType>
					</Colors>
				</RateQualifier.NewspaperMagazine>
				<RateQualifier.NewspaperMagazine>
					<Positioning>
						<adsml-bo:PlacementInBook>
							<adsml-bo:SectionCode>
								<adsml:CodeValue>1</adsml:CodeValue>
							</adsml-bo:SectionCode>
						</adsml-bo:PlacementInBook>
					</Positioning>
				</RateQualifier.NewspaperMagazine>
				<RateQualifier>
					<Scheduling>
						<adsml-bo:RecurrencePattern>
							<adsml:Code>
								<adsml:CodeValue xsi:type="adsml-cv:AdsMLRecurrencePatternCodeCV"
									>Weekdays</adsml:CodeValue>
							</adsml:Code>
						</adsml-bo:RecurrencePattern>
					</Scheduling>
				</RateQualifier>
			</Rate>
		</RateGroup>
		<!-- General charges and discounts are specified in the ChargeDiscount structure -->
		<ChargeDiscount>
			<!-- An Agency Discount (Commission) of 15% -->
			<adsml:RateCode>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
					>AgencyCommission</adsml:CodeValue>
			</adsml:RateCode>
			<adsml:DescriptionLine>Agency Commission of 15%</adsml:DescriptionLine>
			<adsml:Percent>-15.00</adsml:Percent>
		</ChargeDiscount>
	</Ratecard>
</AdsMLMediapack>

