<?xml version="1.0" encoding="UTF-8"?>
<moo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:noNamespaceSchemaLocation="http://www.moo.com/xsd/api_0.7.xsd">
	<request>
		<version>0.7</version>
		<api_key>3ddbe3c0-17ac-c0a802d2-47bafd19-2473</api_key>
		<call>build</call>
	</request>
	<payload>
		<products>
			<product>
				<product_type>postcard</product_type>
				<designs>
					<design>
						<image>
							<url>
								http://farm3.static.flickr.com/2290/2178246751_a5124fdbc7_o.jpg
							</url>
							<type>variable</type>
							<crop>
								<auto>true</auto>
							</crop>
						</image>
						<text_collection>
							<postcard>
								<text_line>
									<id>main</id>
									<string>
										I am the main box of text

										I can have all kinds of things
										going on in me!
									</string>
								</text_line>
								<text_line>
									<id>bottom</id>
									<string>
										And I'm the text at the bottom
									</string>
								</text_line>
							</postcard>
						</text_collection>
					</design>
					<design>
						<image>
							<url>
								http://farm3.static.flickr.com/2300/2179038972_23d2a1ff40_o.jpg
							</url>
							<type>variable</type>
							<crop>
								<auto>true</auto>
							</crop>
						</image>
						<text_collection>
							<postcard>
								<text_line>
									<id>main</id>
									<string>
										I am blue, center aligned and
										bold text. Don't look at me, I'm
										shy! I'm in the main text body
									</string>
									<bold>true</bold>
									<align>center</align>
									<font>typewriter</font>
									<colour>#0000ff</colour>
								</text_line>
							</postcard>
						</text_collection>
					</design>
					<design>
						<image>
							<url>
								http://farm3.static.flickr.com/2266/2178246585_14139d6905_o.jpg
							</url>
							<type>variable</type>
							<crop>
								<auto>true</auto>
							</crop>
						</image>
						<text_collection>
							<postcard>
								<text_line>
									<id>bottom</id>
									<string>
										And I'm the text at the bottom.
										I'm green and aligned right
									</string>
									<align>right</align>
									<colour>#00ff00</colour>
								</text_line>
							</postcard>
						</text_collection>
					</design>
				</designs>
			</product>
		</products>
	</payload>
</moo>
