<SalesReport version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="BISG_EDItX_SalesReport_V1.1.xsd">
	<Header>
		<SalesReportNumber>1</SalesReportNumber>
		<IssueDateTime>20100709</IssueDateTime>
		<PurposeCode>Test</PurposeCode>
		<SalesReportTypeCode>ByProduct</SalesReportTypeCode>
		<ReportPriceQualifierCode>PublisherRPExcludingTax</ReportPriceQualifierCode>
		<CurrencyCode>USD</CurrencyCode>
		<DateCoded>
			<Date>20100703T000000</Date>
			<DateQualifierCode>SalesPeriodStart</DateQualifierCode>
		</DateCoded>
		<DateCoded>
			<Date>20100709T235959</Date>
			<DateQualifierCode>SalesPeriodEnd</DateQualifierCode>
		</DateCoded>
		<ClassOfSaleCode>03</ClassOfSaleCode>
		<TradingZone>US</TradingZone>
		<ReportingParty>
			<PartyID>
				<PartyIDType>SAN</PartyIDType>
				<Identifier>9999999</Identifier>
			</PartyID>
			<AdditionalPartyID>
				<PartyIDType>Proprietary</PartyIDType>
				<IDTypeName>Publisher's proprietary agent identification scheme</IDTypeName>
				<Identifier>Agent123</Identifier>
			</AdditionalPartyID>
			<PartyName>
				<NameLine>Name of agent</NameLine>
			</PartyName>
			<PostalAddress>
				<AddressLine>1 Main Street</AddressLine>
				<AddressLine>Bookville</AddressLine>
				<AddressLine>State</AddressLine>
				<AddressLine>ZIP</AddressLine>
			</PostalAddress>
			<CommunicationDetails>
				<CommunicationTypeCode>Phone</CommunicationTypeCode>
				<CommunicationLocator>123-456-7890</CommunicationLocator>
			</CommunicationDetails>
			<ContactPerson>
				<PersonName>John Smith</PersonName>
				<CommunicationDetails>
					<CommunicationTypeCode>Email</CommunicationTypeCode>
					<CommunicationLocator>j.smith@selling-agent.com</CommunicationLocator>
				</CommunicationDetails>
			</ContactPerson>
		</ReportingParty>
		<ReceivingParty>
			<PartyID>
				<PartyIDType>SAN</PartyIDType>
				<Identifier>1111111</Identifier>
			</PartyID>
			<PartyName>
				<NameLine>Name of publisher</NameLine>
			</PartyName>
			<PostalAddress>
				<AddressLine>99 Main Street</AddressLine>
				<AddressLine>Bookville</AddressLine>
				<AddressLine>State</AddressLine>
				<AddressLine>ZIP</AddressLine>
			</PostalAddress>
			<CommunicationDetails>
				<CommunicationTypeCode>Phone</CommunicationTypeCode>
				<CommunicationLocator>234-567-8901</CommunicationLocator>
			</CommunicationDetails>
			<ContactPerson>
				<PersonName>Mark Jones</PersonName>
				<CommunicationDetails>
					<CommunicationTypeCode>Email</CommunicationTypeCode>
					<CommunicationLocator>m.jones@example-publisher.com</CommunicationLocator>
				</CommunicationDetails>
			</ContactPerson>
		</ReceivingParty>
	</Header>
	<ItemDetail>
		<LineNumber>1</LineNumber>
		<ProductID>
			<ProductIDType>EAN13</ProductIDType>
			<Identifier>9781234567890</Identifier>
		</ProductID>
		<ItemDescription>
			<Title>Title of product</Title>
			<Author>A.N. Author</Author>
			<OtherDetail>Blurb about the product</OtherDetail>
		</ItemDescription>
		<PublisherDetail>
			<PublisherID>
				<PublisherIDType>SAN</PublisherIDType>
				<Identifier>1234567</Identifier>
			</PublisherID>
		</PublisherDetail>
		<ImprintDetail>
			<ImprintName>Imprint or brand name</ImprintName>
		</ImprintDetail>
		<FormatCode>E101</FormatCode>
		<DeviceType>xxx</DeviceType>
		<GrossSoldQuantity>100</GrossSoldQuantity>
		<RefundedQuantity>6</RefundedQuantity>
		<NetSoldQuantity>94</NetSoldQuantity>
		<NonSaleDisposal>
			<DisposalType>Review</DisposalType>
			<DisposalQuantity>1</DisposalQuantity>
		</NonSaleDisposal>
		<ReferenceCoded>
			<ReferenceTypeCode>ReportItemReferenceNumber</ReferenceTypeCode>
			<ReferenceNumber>T000012345</ReferenceNumber>
			<ReferenceDate>20100709</ReferenceDate>
		</ReferenceCoded>
		<ReferenceCoded>
			<ReferenceTypeCode>ReportingPartyReference</ReferenceTypeCode>
			<ReferenceNumber>A0123456789</ReferenceNumber>
			<ReferenceDate>20100709</ReferenceDate>
		</ReferenceCoded>
		<PricingDetail>
			<ClassOfSaleCode>03</ClassOfSaleCode>
			<Price>
				<MonetaryAmount>10.00</MonetaryAmount>
				<CurrencyCode>USD</CurrencyCode>
				<PriceQualifierCode>PublisherRPExcludingTax</PriceQualifierCode>
			</Price>
			<CommissionDiscountPercentage>10</CommissionDiscountPercentage>
		</PricingDetail>
		<LineSalesAmounts>
			<GrossSalesAmount>900.00</GrossSalesAmount>
			<RefundedAmount>54.00</RefundedAmount>
			<NetSalesAmount>846.00</NetSalesAmount>
			<SellerCharge>
				<ChargeTypeCode>Commission</ChargeTypeCode>
				<ChargeSourceCode>SellingAgentParty</ChargeSourceCode>
				<MonetaryAmount>10.00</MonetaryAmount>
				<ChargeQualifierCode>LineChargeExcludingTax</ChargeQualifierCode>
			</SellerCharge>
			<LineAmountDueToPublisher>
				<MonetaryAmount>836.00</MonetaryAmount>
			</LineAmountDueToPublisher>
		</LineSalesAmounts>
		<SellingAgentParty>
			<PartyName>
				<NameLine>Name of sales outlet</NameLine>
			</PartyName>
		</SellingAgentParty>
		<TradingZone>US</TradingZone>
	</ItemDetail>
	<Summary>
		<NumberOfLines>1</NumberOfLines>
		<NumberOfGrossSalesUnits>100</NumberOfGrossSalesUnits>
		<NumberOfRefundedUnits>5</NumberOfRefundedUnits>
		<NumberOfNetSalesUnits>94</NumberOfNetSalesUnits>
		<NumberOfNonSaleUnits>1</NumberOfNonSaleUnits>
		<TotalSalesAmounts>
			<TotalGrossSalesAmount>900.00</TotalGrossSalesAmount>
			<TotalRefundedSalesAmount>54.00</TotalRefundedSalesAmount>
			<TotalNetSalesAmount>846.00</TotalNetSalesAmount>
			<TotalSellerChargeAmount>10.00</TotalSellerChargeAmount>
		</TotalSalesAmounts>
		<TotalDueToPublisher>
			<MonetaryAmount>836.00</MonetaryAmount>
		</TotalDueToPublisher>
	</Summary>
</SalesReport>

