<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- edited with XMLSpy v2005 rel. 3 U (http://www.altova.com) by Brad R Neighbors (Liquid Digital Media) -->
<!--W3C Schema generated by XMLSpy v2005 rel. 3 U (http://www.altova.com)-->
<xs:schema xmlns="www.liquiddigitalmedia.com/xsd/injest/album" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="www.liquiddigitalmedia.com/xsd/injest/album" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Album">
		<xs:annotation>
			<xs:documentation>Root element- An album is constituted of metadata describing the album, an album image, and a list of tracks.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Upc" type="xs:string">
					<xs:annotation>
						<xs:documentation>The album's Univeral Product Code</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="AlbumTitle" type="xs:string">
					<xs:annotation>
						<xs:documentation>The title of the album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ArtistName" type="xs:string">
					<xs:annotation>
						<xs:documentation>The name of the artist of this album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DigitalReleaseDate" type="xs:date">
					<xs:annotation>
						<xs:documentation>The date the (digital version being offered here) was or is to be released</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PhysicalReleaseDate" type="xs:date" minOccurs="0">
					<xs:annotation>
						<xs:documentation>The date the (physical version related to the digital version being offered here) was or is to be released</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="RecordLabel" type="xs:string">
					<xs:annotation>
						<xs:documentation>The name of the record label that produced this album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Genre" type="xs:string">
					<xs:annotation>
						<xs:documentation>The genre or category this album falls under</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ParentalAdvisory" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if this album contains content flagged as parental advisory</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CLine" type="xs:string">
					<xs:annotation>
						<xs:documentation>The copyright information for the album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PLine" type="xs:string">
					<xs:annotation>
						<xs:documentation>The publishing copyright information for the album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CommerceModelAvailability" type="CommerceModelAvailabilityType"/>
				<xs:element ref="Territories"/>
				<xs:element ref="Image"/>
				<xs:element ref="Tracks"/>
			</xs:sequence>
			<xs:attribute name="partnerId" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation>The name of the company providing this xml (optional)</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="Territories">
		<xs:annotation>
			<xs:documentation>Specifies which territories this album can be distributed in</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element name="Territory" type="xs:string">
					<xs:annotation>
						<xs:documentation>A territory like an ISO country code or a wider, non standard description like "WORLD"</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="Image">
		<xs:annotation>
			<xs:documentation>Specifies the image/album art for this album</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Format" type="xs:string">
					<xs:annotation>
						<xs:documentation>The format of this image file, like "JPG" or "GIF"</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Width" type="xs:positiveInteger">
					<xs:annotation>
						<xs:documentation>The pixel width of this image</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Height" type="xs:positiveInteger">
					<xs:annotation>
						<xs:documentation>The pixel height of this image</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FilePath" type="xs:string">
					<xs:annotation>
						<xs:documentation>The path to the image file</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="Tracks">
		<xs:annotation>
			<xs:documentation>Specifies the tracks on this album, must contain at least one track, unbounded</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="Track" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="Track">
		<xs:annotation>
			<xs:documentation>A track on the album</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="TrackTitle" type="xs:string">
					<xs:annotation>
						<xs:documentation>The title of the track</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Isrc" type="xs:string">
					<xs:annotation>
						<xs:documentation>The track's International Standard Recording Code</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ArtistName" type="xs:string">
					<xs:annotation>
						<xs:documentation>The name of the artist of this track</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Volume" type="xs:positiveInteger">
					<xs:annotation>
						<xs:documentation>The volume on which this track appears on the album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Sequence" type="xs:positiveInteger">
					<xs:annotation>
						<xs:documentation>The sequence where this track can be found on the specified volume of the album</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Duration" type="xs:integer">
					<xs:annotation>
						<xs:documentation>The track duration, in seconds</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ParentalAdvisory" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if this track contains explicit lyrics or marked as parental advisory</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CLine" type="xs:string">
					<xs:annotation>
						<xs:documentation>The copyright information for the track</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="PLine" type="xs:string">
					<xs:annotation>
						<xs:documentation>The publishing copyright information for the track</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="CommerceModelAvailability" type="CommerceModelAvailabilityType"/>
				<xs:element name="AvailableOnlyOnAlbumPurchase" type="xs:boolean">
					<xs:annotation>
						<xs:documentation>True if this track is only available to be sold as part of the whole album.  False if the track can be purchased individually</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element ref="Media" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="Media">
		<xs:annotation>
			<xs:documentation>Specifies the media that could be used to fulfill this track </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="BitRate" type="xs:positiveInteger">
					<xs:annotation>
						<xs:documentation>The bit rate, in kbps, of the media file for this track, like 128, or 256</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Format" type="xs:string">
					<xs:annotation>
						<xs:documentation>The format of the media file for this track, like "WMA"</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="FilePath" type="xs:string">
					<xs:annotation>
						<xs:documentation>The path to the media file</xs:documentation>
					</xs:annotation>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="CommerceModelAvailabilityType">
		<xs:sequence>
			<xs:element name="ALaCarte" type="xs:boolean">
				<xs:annotation>
					<xs:documentation>Specifies if this work is available in a pay-as-you-go 'a-la-carte' commerce model, such as Wal-Mart.com music downloads</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Subscription" type="xs:boolean">
				<xs:annotation>
					<xs:documentation>Specifies if this work is available in a subscription commerce model, such as Real Networks Rhapsody or Napster</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CustomCd" type="xs:boolean">
				<xs:annotation>
					<xs:documentation>Specifies if this work is available in a custom-cd commerce model, such as Wal-Mart.com's Custom CD Store</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
