<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Mike Overholt (Ashley Furniture Ind. / MIS Web Development) -->
<schema targetNamespace="http://support.furnishnet.com/xml/schemas/fidx_ProdActivity_v0.5" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:fnBase="http://support.furnishnet.com/xml/schemas/fnBase_v1.5" xmlns:fnItem="http://support.furnishnet.com/xml/schemas/fnItem_v1.5" xmlns:fnParty="http://support.furnishnet.com/xml/schemas/fnParty_v1.4" xmlns:fidx_PAD="http://support.furnishnet.com/xml/schemas/fidx_ProdActivity_v0.5" version="0.5">
	<import namespace="http://support.furnishnet.com/xml/schemas/fnBase_v1.5" schemaLocation="http://support.furnishnet.com/xml/schemas/fn_base_v1.5.xsd"/>
	<import namespace="http://support.furnishnet.com/xml/schemas/fnItem_v1.5" schemaLocation="http://support.furnishnet.com/xml/schemas/fn_item_v1.5.xsd"/>
	<import namespace="http://support.furnishnet.com/xml/schemas/fnParty_v1.4" schemaLocation="http://support.furnishnet.com/xml/schemas/fn_party_v1.4.xsd"/>
	<element name="productActivity" type="fidx_PAD:productActivityType">
		<annotation>
			<documentation>Root transaction element for Product Activity Data (852) schema.</documentation>
		</annotation>
	</element>
	<complexType name="productActivityType">
		<sequence>
			<element name="paHeader" type="fidx_PAD:paHeaderType"/>
			<element name="paLine" type="fidx_PAD:paLineType" maxOccurs="unbounded"/>
		</sequence>
	</complexType>
	<complexType name="paHeaderType">
		<sequence>
			<element name="document" type="fidx_PAD:paDocumentType"/>
			<element name="actionRequestIndicator" type="fnBase:actionRequestIndicatorType" minOccurs="0"/>
			<element name="transactionHandlingCode" type="fidx_PAD:transactionHandlingCodeType"/>
			<element name="sender" type="fnParty:partyIdentificationType"/>
			<element name="receiver" type="fnParty:partyIdentificationType"/>
		</sequence>
		<attribute name="comment" type="string" use="optional"/>
	</complexType>
	<complexType name="paDocumentType">
		<complexContent>
			<restriction base="fnBase:documentType">
				<sequence>
					<element name="creationDate" type="date">
						<annotation>
							<documentation>The creation date of the transaction referred to by this element.  Format is CCYY-MM-DD.</documentation>
						</annotation>
					</element>
					<element name="creationTime" type="time" minOccurs="0">
						<annotation>
							<documentation>The time on creationDate that the document was created.  Format is HH:MM:SS.</documentation>
						</annotation>
					</element>
				</sequence>
				<attribute name="type" fixed="productActivity"/>
			</restriction>
		</complexContent>
	</complexType>
	<simpleType name="transactionHandlingCodeType">
		<restriction base="string">
			<enumeration value="shippedProductReport"/>
			<enumeration value="recommendedPurchaseOrder"/>
		</restriction>
	</simpleType>
	<complexType name="reportDatesType">
		<sequence>
			<element name="beginDate" type="date"/>
			<element name="endDate" type="date" minOccurs="0"/>
		</sequence>
	</complexType>
	<complexType name="paLineType">
		<sequence>
			<element name="productID" type="fnItem:itemIdentifierType"/>
			<element name="soldQuantity" type="fidx_PAD:quantityType"/>
			<element name="deliverDates" type="fidx_PAD:reportDatesType"/>
		</sequence>
		<attribute name="lineNumber" type="positiveInteger" use="required"/>
		<attribute name="comment" type="string" use="optional"/>
	</complexType>
	<complexType name="quantityType">
		<complexContent>
			<extension base="fnBase:quantityType"/>
		</complexContent>
	</complexType>
</schema>
