<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--W3C Schema generated by XMLSpy v2006 sp2 U (http://www.altova.com)-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:element name="HTML" type="xs:string"/>
	<xs:element name="PDF" type="xs:string"/>
	<xs:element name="RTF" type="xs:string"/>
	<xs:element name="Word2007" type="xs:string"/>
	<xs:element name="comment" type="xs:string"/>
	<xs:element name="description" type="xs:string"/>
	<xs:element name="image">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="description"/>
				<xs:element ref="location"/>
				<xs:element ref="comment"/>
				<xs:element ref="Authentic"/>
				<xs:element ref="HTML"/>
				<xs:element ref="RTF"/>
				<xs:element ref="PDF"/>
				<xs:element ref="Word2007"/>
			</xs:sequence>
			<xs:attribute name="Type" use="required">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="BMP"/>
						<xs:enumeration value="GIF"/>
						<xs:enumeration value="JPEG"/>
						<xs:enumeration value="PNG"/>
						<xs:enumeration value="TIFF"/>
						<xs:enumeration value="SVG"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="images">
		<xs:complexType>
			<xs:choice maxOccurs="unbounded">
				<xs:element ref="image" maxOccurs="unbounded"/>
				<xs:element ref="para"/>
			</xs:choice>
		</xs:complexType>
	</xs:element>
	<xs:element name="location" type="xs:string"/>
	<xs:element name="bold" type="TextType"/>
	<xs:element name="italic" type="TextType"/>
	<xs:complexType name="TextType" mixed="true">
		<xs:choice minOccurs="0" maxOccurs="unbounded">
			<xs:element ref="bold"/>
			<xs:element ref="italic"/>
		</xs:choice>
	</xs:complexType>
	<xs:element name="para">
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="TextType">
					<xs:attribute name="type" type="xs:string" use="optional"/>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="Authentic" type="xs:string"/>
</xs:schema>
