<?xml version="1.0" encoding="utf-8"?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"
	attributeFormDefault="unqualified">
	<xs:element name="SalesReport">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Header">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="SalesReportNumber" type="xs:string"/>
							<xs:element name="IssueDateTime" type="DateOrDateTime"/>
							<xs:element name="PurposeCode" type="PurposeCode"/>
							<xs:element name="SalesReportTypeCode" type="SalesReportTypeCode"
								minOccurs="0"/>
							<xs:element name="ReportPriceQualifierCode" type="SRPriceQualifierCode"
								minOccurs="0"/>
							<xs:element name="CurrencyCode" type="CurrencyCode"/>
							<xs:element maxOccurs="2" minOccurs="2" name="DateCoded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Date" type="DateOrDateTime"/>
										<xs:element name="DateQualifierCode"
											type="BISGSRDateQualifierCode"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ClassOfSaleCode" type="SRClassOfSaleCode"
								minOccurs="0"/>
							<xs:element name="TradingZone" type="SRTradingZoneCode" minOccurs="0"/>
							<xs:element name="PublisherParty" type="SRParty" minOccurs="0"/>
							<xs:element name="ReportingParty" type="SRParty"/>
							<xs:element name="ReceivingParty" type="SRParty"/>
							<xs:element name="SellingAgentParty" type="SRParty" minOccurs="0"
								maxOccurs="unbounded"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="ItemDetail" maxOccurs="unbounded">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="LineNumber" type="xs:int"/>
							<xs:element name="ProductID" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ProductIDType" type="ProductIDAgencyCode"/>
										<xs:element name="IDTypeName" type="xs:string" minOccurs="0"/>
										<xs:element name="Identifier" type="xs:string"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ItemDescription">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Title" type="xs:string"/>
										<xs:element name="Author"/>
										<xs:element name="OtherDetail" minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="PublisherDetail" minOccurs="0">
								<xs:complexType>
									<xs:choice>
										<xs:sequence>
											<xs:element name="PublisherID" maxOccurs="unbounded">
												<xs:complexType>
												<xs:sequence>
												<xs:element name="PublisherIDType"
												type="PartyIDAgencyCode"/>
												<xs:element name="IDTypeName" type="xs:string"
												minOccurs="0"/>
												<xs:element name="Identifier" type="xs:string"/>
												</xs:sequence>
												</xs:complexType>
											</xs:element>
											<xs:element name="PublisherName"
												type="SRPublisherNameString" minOccurs="0"/>
										</xs:sequence>
										<xs:element name="PublisherName"
											type="SRPublisherNameString"/>
									</xs:choice>
								</xs:complexType>
							</xs:element>
							<xs:element name="ImprintDetail" minOccurs="0">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ImprintName" type="SRImprintNameString"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="FormatCode" minOccurs="0">
								<xs:simpleType>
									<xs:union memberTypes="SRFormatCode xs:string"/>
								</xs:simpleType>
							</xs:element>
							<xs:element name="DeviceType" type="SRDeviceTypeCode" minOccurs="0"/>
							<xs:element name="GrossSoldQuantity" type="xs:int"/>
							<xs:element name="RefundedQuantity" type="xs:int"/>
							<xs:element name="NetSoldQuantity" type="xs:int"/>
							<xs:element name="NonSaleDisposal" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="DisposalType"
											type="SRNonSaleDisposalTypeCode"/>
										<xs:element name="DisposalQuantity" type="xs:int"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="ReferenceCoded" minOccurs="0" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ReferenceTypeCode"
											type="SRItemReferenceTypeCode"/>
										<xs:element name="ReferenceTypeName" type="xs:string"
											minOccurs="0"/>
										<xs:choice>
											<xs:sequence>
												<xs:element name="ReferenceNumber" type="xs:string"/>
												<xs:choice minOccurs="0">
												<xs:element name="ReferenceDate" type="Date">
												<?editx nodoc?> </xs:element>
												<xs:element name="ReferenceDateTime"
												type="DateTime"/>
												</xs:choice>
											</xs:sequence>
											<xs:element name="ReferenceDate" type="Date"/>
											<xs:element name="ReferenceDateTime" type="DateTime"/>
										</xs:choice>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="PricingDetail" maxOccurs="unbounded">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="ClassOfSaleCode" type="SRClassOfSaleCode"
											minOccurs="0" maxOccurs="unbounded"/>
										<xs:element name="Price">
											<xs:complexType>
												<xs:sequence>
												<xs:element name="MonetaryAmount"
												type="xs:decimal"/>
												<xs:element name="CurrencyCode"
												type="CurrencyCode"/>
												<xs:element name="PriceQualifierCode"
												type="SRPriceQualifierCode"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:element name="CommissionDiscountPercentage"
											type="xs:decimal" minOccurs="0"/>
										<xs:element minOccurs="0" name="CurrencyConversionRate"
											type="xs:decimal"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="LineSalesAmounts">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="GrossSalesAmount" type="xs:decimal"/>
										<xs:element name="RefundedAmount" type="xs:decimal"/>
										<xs:element name="NetSalesAmount" type="xs:decimal"/>
										<xs:element name="SellerCharge" minOccurs="0"
											maxOccurs="unbounded">
											<xs:complexType>
												<xs:sequence>
												<xs:element name="ChargeTypeCode"
												type="SRChargeTypeCode" minOccurs="0"/>
												<xs:element name="ChargeTypeDescription"
												type="xs:string" minOccurs="0"/>
												<xs:element name="ChargeSourceCode"
												type="SRChargeSourceCode" minOccurs="0"/>
												<xs:element name="MonetaryAmount"
												type="xs:decimal"/>
												<xs:element name="CurrencyCode"
												type="CurrencyCode" minOccurs="0"/>
												<xs:element name="CountryCode" type="CountryCode"
												minOccurs="0"/>
												<xs:element name="ChargeQualifierCode"
												type="SRChargeQualifierCode"/>
												<xs:element name="Tax" type="SRTax" minOccurs="0"
												maxOccurs="unbounded"/>
												</xs:sequence>
											</xs:complexType>
										</xs:element>
										<xs:choice minOccurs="0">
											<xs:element name="LineAmountDueToPublisher">
												<xs:complexType>
												<xs:sequence>
												<xs:element name="MonetaryAmount"
												type="xs:decimal"/>
												</xs:sequence>
												</xs:complexType>
											</xs:element>
											<xs:element name="LineAmountDueToSupplier">
												<xs:complexType>
												<xs:sequence>
												<xs:element name="MonetaryAmount"
												type="xs:decimal"/>
												</xs:sequence>
												</xs:complexType>
											</xs:element>
										</xs:choice>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="SellingAgentParty" type="SRParty" minOccurs="0"/>
							<xs:element name="TradingZone" type="SRTradingZoneCode"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Summary">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="NumberOfLines" type="xs:int"/>
							<xs:element name="NumberOfGrossSalesUnits" type="xs:int"/>
							<xs:element name="NumberOfRefundedUnits" type="xs:int"/>
							<xs:element name="NumberOfNetSalesUnits" type="xs:int"/>
							<xs:element name="NumberOfNonSaleUnits" type="xs:int" minOccurs="0"/>
							<xs:element name="TotalSalesAmounts">
								<xs:complexType>
									<xs:sequence>
										<xs:element name="TotalGrossSalesAmount" type="xs:decimal"/>
										<xs:element name="TotalRefundedSalesAmount"
											type="xs:decimal"/>
										<xs:element name="TotalNetSalesAmount" type="xs:decimal"/>
										<xs:element name="TotalSellerChargeAmount" type="xs:decimal"
											minOccurs="0"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:choice>
								<xs:element name="TotalDueToPublisher" maxOccurs="unbounded">
									<xs:complexType>
										<xs:sequence>
											<xs:element name="MonetaryAmount" type="xs:decimal"/>
										</xs:sequence>
									</xs:complexType>
								</xs:element>
								<xs:element name="TotalDueToSupplier" maxOccurs="unbounded">
									<xs:complexType>
										<xs:sequence>
											<xs:element name="MonetaryAmount" type="xs:decimal"/>
										</xs:sequence>
									</xs:complexType>
								</xs:element>
							</xs:choice>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="version" type="xs:string" use="required" fixed="1.1"/>
		</xs:complexType>
		<?editx title=Digital Sales Report?>
	</xs:element>
	<xs:complexType name="SRAdditionalPartyID">
		<xs:sequence>
			<xs:element name="PartyIDType" type="SROtherPartyIDAgencyCode"/>
			<xs:element name="IDTypeName" type="xs:string" minOccurs="0"/>
			<xs:element name="Identifier" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SRParty">
		<xs:sequence>
			<xs:choice>
				<xs:sequence>
					<xs:element name="PartyID" type="SRPartyID"/>
					<xs:element name="AdditionalPartyID" type="SRAdditionalPartyID" minOccurs="0"
						maxOccurs="unbounded"/>
					<xs:element name="PartyName" type="PartyName" minOccurs="0"/>
				</xs:sequence>
				<xs:sequence>
					<xs:element name="AdditionalPartyID" type="SRAdditionalPartyID" minOccurs="0"
						maxOccurs="unbounded">
						<?editx nodoc?> </xs:element>
					<xs:element name="PartyName" type="PartyName">
						<?editx nodoc?> </xs:element>
				</xs:sequence>
			</xs:choice>
			<xs:element name="PostalAddress" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="AddressLine" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="CommunicationDetails" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="CommunicationTypeCode" type="CommunicationTypeCode"/>
						<xs:element name="CommunicationLocator" type="xs:string"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="ContactPerson" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ContactRoleCode" type="xs:string" minOccurs="0"/>
						<xs:element name="PersonName" type="xs:string"/>
						<xs:element name="CommunicationDetails" minOccurs="0" maxOccurs="unbounded">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="CommunicationTypeCode"
										type="CommunicationTypeCode"/>
									<xs:element name="CommunicationLocator" type="xs:string"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="CountryCode" type="CountryCode" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SRPartyID">
		<xs:sequence>
			<xs:element name="PartyIDType" type="SRPartyIDAgencyCode"/>
			<xs:element name="IDTypeName" type="xs:string" minOccurs="0"/>
			<xs:element name="Identifier" type="xs:string"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SRTax">
		<xs:sequence>
			<xs:element name="TaxTypeCode" type="SRTaxTypeCode"/>
			<xs:element name="TaxTypeName" type="xs:string" minOccurs="0"/>
			<xs:element name="TaxRateCode" type="xs:string" minOccurs="0"/>
			<xs:element name="Percent" type="xs:decimal" minOccurs="0"/>
			<xs:element name="AmountTaxable" type="xs:decimal" minOccurs="0"/>
			<xs:element name="TaxAmount" type="xs:decimal" minOccurs="0"/>
			<xs:element name="TaxComponent" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="TaxComponentTypeCode" type="SRTaxComponentTypeCode"/>
						<xs:element name="TaxComponentTypeName" type="xs:string" minOccurs="0"/>
						<xs:element name="TaxRateCode" type="xs:string" minOccurs="0"/>
						<xs:element name="Percent" type="xs:decimal" minOccurs="0"/>
						<xs:element name="AmountTaxable" type="xs:decimal" minOccurs="0"/>
						<xs:element name="TaxAmount" type="xs:decimal" minOccurs="0"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PartyName">
		<xs:sequence>
			<xs:element name="NameLine" type="xs:string" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:simpleType name="CommunicationTypeCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="FixedPhone"/>
			<xs:enumeration value="MobilePhone"/>
			<xs:enumeration value="Fax"/>
			<xs:enumeration value="Email"/>
			<xs:enumeration value="URL"/>
			<xs:enumeration value="Phone"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CountryCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="AD"/>
			<xs:enumeration value="AE"/>
			<xs:enumeration value="AF"/>
			<xs:enumeration value="AG"/>
			<xs:enumeration value="AI"/>
			<xs:enumeration value="AL"/>
			<xs:enumeration value="AM"/>
			<xs:enumeration value="AN"/>
			<xs:enumeration value="AO"/>
			<xs:enumeration value="AQ"/>
			<xs:enumeration value="AR"/>
			<xs:enumeration value="AS"/>
			<xs:enumeration value="AT"/>
			<xs:enumeration value="AU"/>
			<xs:enumeration value="AW"/>
			<xs:enumeration value="AX"/>
			<xs:enumeration value="AZ"/>
			<xs:enumeration value="BA"/>
			<xs:enumeration value="BB"/>
			<xs:enumeration value="BD"/>
			<xs:enumeration value="BE"/>
			<xs:enumeration value="BF"/>
			<xs:enumeration value="BG"/>
			<xs:enumeration value="BH"/>
			<xs:enumeration value="BI"/>
			<xs:enumeration value="BJ"/>
			<xs:enumeration value="BM"/>
			<xs:enumeration value="BN"/>
			<xs:enumeration value="BO"/>
			<xs:enumeration value="BR"/>
			<xs:enumeration value="BS"/>
			<xs:enumeration value="BT"/>
			<xs:enumeration value="BV"/>
			<xs:enumeration value="BW"/>
			<xs:enumeration value="BY"/>
			<xs:enumeration value="BZ"/>
			<xs:enumeration value="CA"/>
			<xs:enumeration value="CC"/>
			<xs:enumeration value="CD"/>
			<xs:enumeration value="CF"/>
			<xs:enumeration value="CG"/>
			<xs:enumeration value="CH"/>
			<xs:enumeration value="CI"/>
			<xs:enumeration value="CK"/>
			<xs:enumeration value="CL"/>
			<xs:enumeration value="CM"/>
			<xs:enumeration value="CN"/>
			<xs:enumeration value="CO"/>
			<xs:enumeration value="CR"/>
			<xs:enumeration value="CS"/>
			<xs:enumeration value="CU"/>
			<xs:enumeration value="CV"/>
			<xs:enumeration value="CX"/>
			<xs:enumeration value="CY"/>
			<xs:enumeration value="CZ"/>
			<xs:enumeration value="DE"/>
			<xs:enumeration value="DJ"/>
			<xs:enumeration value="DK"/>
			<xs:enumeration value="DM"/>
			<xs:enumeration value="DO"/>
			<xs:enumeration value="DZ"/>
			<xs:enumeration value="EC"/>
			<xs:enumeration value="EE"/>
			<xs:enumeration value="EG"/>
			<xs:enumeration value="EH"/>
			<xs:enumeration value="ER"/>
			<xs:enumeration value="ES"/>
			<xs:enumeration value="ET"/>
			<xs:enumeration value="FI"/>
			<xs:enumeration value="FJ"/>
			<xs:enumeration value="FK"/>
			<xs:enumeration value="FM"/>
			<xs:enumeration value="FO"/>
			<xs:enumeration value="FR"/>
			<xs:enumeration value="GA"/>
			<xs:enumeration value="GB"/>
			<xs:enumeration value="GD"/>
			<xs:enumeration value="GE"/>
			<xs:enumeration value="GF"/>
			<xs:enumeration value="GH"/>
			<xs:enumeration value="GI"/>
			<xs:enumeration value="GL"/>
			<xs:enumeration value="GM"/>
			<xs:enumeration value="GN"/>
			<xs:enumeration value="GP"/>
			<xs:enumeration value="GQ"/>
			<xs:enumeration value="GR"/>
			<xs:enumeration value="GS"/>
			<xs:enumeration value="GT"/>
			<xs:enumeration value="GU"/>
			<xs:enumeration value="GW"/>
			<xs:enumeration value="GY"/>
			<xs:enumeration value="HK"/>
			<xs:enumeration value="HM"/>
			<xs:enumeration value="HN"/>
			<xs:enumeration value="HR"/>
			<xs:enumeration value="HT"/>
			<xs:enumeration value="HU"/>
			<xs:enumeration value="ID"/>
			<xs:enumeration value="IE"/>
			<xs:enumeration value="IL"/>
			<xs:enumeration value="IN"/>
			<xs:enumeration value="IO"/>
			<xs:enumeration value="IQ"/>
			<xs:enumeration value="IR"/>
			<xs:enumeration value="IS"/>
			<xs:enumeration value="IT"/>
			<xs:enumeration value="JM"/>
			<xs:enumeration value="JO"/>
			<xs:enumeration value="JP"/>
			<xs:enumeration value="KE"/>
			<xs:enumeration value="KG"/>
			<xs:enumeration value="KH"/>
			<xs:enumeration value="KI"/>
			<xs:enumeration value="KM"/>
			<xs:enumeration value="KN"/>
			<xs:enumeration value="KP"/>
			<xs:enumeration value="KR"/>
			<xs:enumeration value="KW"/>
			<xs:enumeration value="KY"/>
			<xs:enumeration value="KZ"/>
			<xs:enumeration value="LA"/>
			<xs:enumeration value="LB"/>
			<xs:enumeration value="LC"/>
			<xs:enumeration value="LI"/>
			<xs:enumeration value="LK"/>
			<xs:enumeration value="LR"/>
			<xs:enumeration value="LS"/>
			<xs:enumeration value="LT"/>
			<xs:enumeration value="LU"/>
			<xs:enumeration value="LV"/>
			<xs:enumeration value="LY"/>
			<xs:enumeration value="MA"/>
			<xs:enumeration value="MC"/>
			<xs:enumeration value="MD"/>
			<xs:enumeration value="MG"/>
			<xs:enumeration value="MH"/>
			<xs:enumeration value="MK"/>
			<xs:enumeration value="ML"/>
			<xs:enumeration value="MM"/>
			<xs:enumeration value="MN"/>
			<xs:enumeration value="MO"/>
			<xs:enumeration value="MP"/>
			<xs:enumeration value="MQ"/>
			<xs:enumeration value="MR"/>
			<xs:enumeration value="MS"/>
			<xs:enumeration value="MT"/>
			<xs:enumeration value="MU"/>
			<xs:enumeration value="MV"/>
			<xs:enumeration value="MW"/>
			<xs:enumeration value="MX"/>
			<xs:enumeration value="MY"/>
			<xs:enumeration value="MZ"/>
			<xs:enumeration value="NA"/>
			<xs:enumeration value="NC"/>
			<xs:enumeration value="NE"/>
			<xs:enumeration value="NF"/>
			<xs:enumeration value="NG"/>
			<xs:enumeration value="NI"/>
			<xs:enumeration value="NL"/>
			<xs:enumeration value="NO"/>
			<xs:enumeration value="NP"/>
			<xs:enumeration value="NR"/>
			<xs:enumeration value="NU"/>
			<xs:enumeration value="NZ"/>
			<xs:enumeration value="OM"/>
			<xs:enumeration value="PA"/>
			<xs:enumeration value="PE"/>
			<xs:enumeration value="PF"/>
			<xs:enumeration value="PG"/>
			<xs:enumeration value="PH"/>
			<xs:enumeration value="PK"/>
			<xs:enumeration value="PL"/>
			<xs:enumeration value="PM"/>
			<xs:enumeration value="PN"/>
			<xs:enumeration value="PR"/>
			<xs:enumeration value="PS"/>
			<xs:enumeration value="PT"/>
			<xs:enumeration value="PW"/>
			<xs:enumeration value="PY"/>
			<xs:enumeration value="QA"/>
			<xs:enumeration value="RE"/>
			<xs:enumeration value="RO"/>
			<xs:enumeration value="RU"/>
			<xs:enumeration value="RW"/>
			<xs:enumeration value="SA"/>
			<xs:enumeration value="SB"/>
			<xs:enumeration value="SC"/>
			<xs:enumeration value="SD"/>
			<xs:enumeration value="SE"/>
			<xs:enumeration value="SG"/>
			<xs:enumeration value="SH"/>
			<xs:enumeration value="SI"/>
			<xs:enumeration value="SJ"/>
			<xs:enumeration value="SK"/>
			<xs:enumeration value="SL"/>
			<xs:enumeration value="SM"/>
			<xs:enumeration value="SN"/>
			<xs:enumeration value="SO"/>
			<xs:enumeration value="SR"/>
			<xs:enumeration value="ST"/>
			<xs:enumeration value="SV"/>
			<xs:enumeration value="SY"/>
			<xs:enumeration value="SZ"/>
			<xs:enumeration value="TC"/>
			<xs:enumeration value="TD"/>
			<xs:enumeration value="TF"/>
			<xs:enumeration value="TG"/>
			<xs:enumeration value="TH"/>
			<xs:enumeration value="TJ"/>
			<xs:enumeration value="TK"/>
			<xs:enumeration value="TL"/>
			<xs:enumeration value="TM"/>
			<xs:enumeration value="TN"/>
			<xs:enumeration value="TO"/>
			<xs:enumeration value="TR"/>
			<xs:enumeration value="TT"/>
			<xs:enumeration value="TV"/>
			<xs:enumeration value="TW"/>
			<xs:enumeration value="TZ"/>
			<xs:enumeration value="UA"/>
			<xs:enumeration value="UG"/>
			<xs:enumeration value="UM"/>
			<xs:enumeration value="US"/>
			<xs:enumeration value="UY"/>
			<xs:enumeration value="UZ"/>
			<xs:enumeration value="VA"/>
			<xs:enumeration value="VC"/>
			<xs:enumeration value="VE"/>
			<xs:enumeration value="VG"/>
			<xs:enumeration value="VI"/>
			<xs:enumeration value="VN"/>
			<xs:enumeration value="VU"/>
			<xs:enumeration value="WF"/>
			<xs:enumeration value="WS"/>
			<xs:enumeration value="YE"/>
			<xs:enumeration value="YT"/>
			<xs:enumeration value="YU"/>
			<xs:enumeration value="ZA"/>
			<xs:enumeration value="ZM"/>
			<xs:enumeration value="ZW"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="CurrencyCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="AFA"/>
			<xs:enumeration value="DZD"/>
			<xs:enumeration value="ADF"/>
			<xs:enumeration value="ADP"/>
			<xs:enumeration value="ARP"/>
			<xs:enumeration value="ARS"/>
			<xs:enumeration value="ARA"/>
			<xs:enumeration value="AMD"/>
			<xs:enumeration value="AWF"/>
			<xs:enumeration value="AUD"/>
			<xs:enumeration value="ATS"/>
			<xs:enumeration value="AZM"/>
			<xs:enumeration value="BSD"/>
			<xs:enumeration value="BHD"/>
			<xs:enumeration value="BDT"/>
			<xs:enumeration value="BBD"/>
			<xs:enumeration value="BYB"/>
			<xs:enumeration value="BEF"/>
			<xs:enumeration value="BZD"/>
			<xs:enumeration value="BMD"/>
			<xs:enumeration value="BTN"/>
			<xs:enumeration value="BOB"/>
			<xs:enumeration value="BAK"/>
			<xs:enumeration value="BWP"/>
			<xs:enumeration value="BRL"/>
			<xs:enumeration value="BND"/>
			<xs:enumeration value="BGL"/>
			<xs:enumeration value="BIF"/>
			<xs:enumeration value="KHR"/>
			<xs:enumeration value="CAD"/>
			<xs:enumeration value="CVE"/>
			<xs:enumeration value="KYD"/>
			<xs:enumeration value="XOF"/>
			<xs:enumeration value="XAF"/>
			<xs:enumeration value="XPF"/>
			<xs:enumeration value="CLP"/>
			<xs:enumeration value="CLF"/>
			<xs:enumeration value="CNY"/>
			<xs:enumeration value="COP"/>
			<xs:enumeration value="KMF"/>
			<xs:enumeration value="CRC"/>
			<xs:enumeration value="HRK"/>
			<xs:enumeration value="CUP"/>
			<xs:enumeration value="CYP"/>
			<xs:enumeration value="CZK"/>
			<xs:enumeration value="DKK"/>
			<xs:enumeration value="DEM"/>
			<xs:enumeration value="BAD"/>
			<xs:enumeration value="DJF"/>
			<xs:enumeration value="DOP"/>
			<xs:enumeration value="XCD"/>
			<xs:enumeration value="ECS"/>
			<xs:enumeration value="EGP"/>
			<xs:enumeration value="SVC"/>
			<xs:enumeration value="ERN"/>
			<xs:enumeration value="EEK"/>
			<xs:enumeration value="ETB"/>
			<xs:enumeration value="EUR"/>
			<xs:enumeration value="XEU"/>
			<xs:enumeration value="FKP"/>
			<xs:enumeration value="FJD"/>
			<xs:enumeration value="ZAL"/>
			<xs:enumeration value="FIM"/>
			<xs:enumeration value="FRF"/>
			<xs:enumeration value="GMD"/>
			<xs:enumeration value="GEL"/>
			<xs:enumeration value="GHC"/>
			<xs:enumeration value="GIP"/>
			<xs:enumeration value="XAU"/>
			<xs:enumeration value="GRD"/>
			<xs:enumeration value="GTQ"/>
			<xs:enumeration value="GNF"/>
			<xs:enumeration value="GWP"/>
			<xs:enumeration value="GYD"/>
			<xs:enumeration value="HTG"/>
			<xs:enumeration value="HNL"/>
			<xs:enumeration value="HKD"/>
			<xs:enumeration value="HUF"/>
			<xs:enumeration value="ISK"/>
			<xs:enumeration value="INR"/>
			<xs:enumeration value="IDR"/>
			<xs:enumeration value="IRA"/>
			<xs:enumeration value="IRR"/>
			<xs:enumeration value="IQD"/>
			<xs:enumeration value="IEP"/>
			<xs:enumeration value="ILS"/>
			<xs:enumeration value="ITL"/>
			<xs:enumeration value="JMD"/>
			<xs:enumeration value="JPY"/>
			<xs:enumeration value="JOD"/>
			<xs:enumeration value="KZT"/>
			<xs:enumeration value="KES"/>
			<xs:enumeration value="KWD"/>
			<xs:enumeration value="AOR"/>
			<xs:enumeration value="KGS"/>
			<xs:enumeration value="LAK"/>
			<xs:enumeration value="LVL"/>
			<xs:enumeration value="LBP"/>
			<xs:enumeration value="ALL"/>
			<xs:enumeration value="LSL"/>
			<xs:enumeration value="LRD"/>
			<xs:enumeration value="LYD"/>
			<xs:enumeration value="LTL"/>
			<xs:enumeration value="LUF"/>
			<xs:enumeration value="MOP"/>
			<xs:enumeration value="MKD"/>
			<xs:enumeration value="MGF"/>
			<xs:enumeration value="MWK"/>
			<xs:enumeration value="MYR"/>
			<xs:enumeration value="MVR"/>
			<xs:enumeration value="MTL"/>
			<xs:enumeration value="MRO"/>
			<xs:enumeration value="MUR"/>
			<xs:enumeration value="MXN"/>
			<xs:enumeration value="MDL"/>
			<xs:enumeration value="MNT"/>
			<xs:enumeration value="MAD"/>
			<xs:enumeration value="MZM"/>
			<xs:enumeration value="BOV"/>
			<xs:enumeration value="MMK"/>
			<xs:enumeration value="NAD"/>
			<xs:enumeration value="NPR"/>
			<xs:enumeration value="ANG"/>
			<xs:enumeration value="AWG"/>
			<xs:enumeration value="NLG"/>
			<xs:enumeration value="AON"/>
			<xs:enumeration value="TWD"/>
			<xs:enumeration value="ZRN"/>
			<xs:enumeration value="NZD"/>
			<xs:enumeration value="NIO"/>
			<xs:enumeration value="NGN"/>
			<xs:enumeration value="KPW"/>
			<xs:enumeration value="NOK"/>
			<xs:enumeration value="PKR"/>
			<xs:enumeration value="PAB"/>
			<xs:enumeration value="PGK"/>
			<xs:enumeration value="PYG"/>
			<xs:enumeration value="PEN"/>
			<xs:enumeration value="PHP"/>
			<xs:enumeration value="PLN"/>
			<xs:enumeration value="PLZ"/>
			<xs:enumeration value="PTE"/>
			<xs:enumeration value="GBP"/>
			<xs:enumeration value="QAR"/>
			<xs:enumeration value="OMR"/>
			<xs:enumeration value="ROL"/>
			<xs:enumeration value="RUR"/>
			<xs:enumeration value="RWF"/>
			<xs:enumeration value="WST"/>
			<xs:enumeration value="STD"/>
			<xs:enumeration value="SAR"/>
			<xs:enumeration value="SBL"/>
			<xs:enumeration value="SCR"/>
			<xs:enumeration value="SLL"/>
			<xs:enumeration value="SGD"/>
			<xs:enumeration value="SKK"/>
			<xs:enumeration value="SIT"/>
			<xs:enumeration value="SBD"/>
			<xs:enumeration value="SOS"/>
			<xs:enumeration value="ZAR"/>
			<xs:enumeration value="KRW"/>
			<xs:enumeration value="ESP"/>
			<xs:enumeration value="LKR"/>
			<xs:enumeration value="SHP"/>
			<xs:enumeration value="SDA"/>
			<xs:enumeration value="SDD"/>
			<xs:enumeration value="SDP"/>
			<xs:enumeration value="SRG"/>
			<xs:enumeration value="SZL"/>
			<xs:enumeration value="SEK"/>
			<xs:enumeration value="CHF"/>
			<xs:enumeration value="SYP"/>
			<xs:enumeration value="TJR"/>
			<xs:enumeration value="TZS"/>
			<xs:enumeration value="THB"/>
			<xs:enumeration value="TPE"/>
			<xs:enumeration value="TOP"/>
			<xs:enumeration value="TTD"/>
			<xs:enumeration value="TND"/>
			<xs:enumeration value="TRL"/>
			<xs:enumeration value="TMM"/>
			<xs:enumeration value="USD"/>
			<xs:enumeration value="AED"/>
			<xs:enumeration value="UGX"/>
			<xs:enumeration value="UAH"/>
			<xs:enumeration value="ECV"/>
			<xs:enumeration value="UYU"/>
			<xs:enumeration value="USN"/>
			<xs:enumeration value="UZS"/>
			<xs:enumeration value="VUV"/>
			<xs:enumeration value="VEB"/>
			<xs:enumeration value="VND"/>
			<xs:enumeration value="YER"/>
			<xs:enumeration value="YUN"/>
			<xs:enumeration value="ZMK"/>
			<xs:enumeration value="ZWD"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="Date">
		<xs:restriction base="xs:string">
			<xs:pattern value="2\d\d\d(0[1-9]|1[0-2])(0[1-9]|1[0-9]|2[0-8])"/>
			<xs:pattern value="200[048]0229"/>
			<xs:pattern value="2[1-9]0[48]0229"/>
			<xs:pattern value="2\d([2468][048]|[13579][26])0229"/>
			<xs:pattern value="2\d\d\d(0[13-9]|1[0-2])(29|30)"/>
			<xs:pattern value="2\d\d\d(0[13578]|1[02])31"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="DateOrDateTime">
		<xs:union memberTypes="Date DateTime"/>
	</xs:simpleType>
	<xs:simpleType name="DateTime">
		<xs:restriction base="xs:string">
			<xs:pattern
				value="2\d\d\d(0[1-9]|1[0-2])(0[1-9]|1[0-9]|2[0-8])T([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9](Z|[+\-](0[0-9]|1[0-2])(00|15|30|45))?"/>
			<xs:pattern
				value="200[048]0229T([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9](Z|[+\-](0[0-9]|1[0-2])(00|15|30|45))?"/>
			<xs:pattern
				value="2[1-9]0[48]0229T([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9](Z|[+\-](0[0-9]|1[0-2])(00|15|30|45))?"/>
			<xs:pattern
				value="2\d([2468][048]|[13579][26])0229T([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9](Z|[+\-](0[0-9]|1[0-2])(00|15|30|45))?"/>
			<xs:pattern
				value="2\d\d\d(0[13-9]|1[0-2])(29|30)T([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9](Z|[+\-](0[0-9]|1[0-2])(00|15|30|45))?"/>
			<xs:pattern
				value="2\d\d\d(0[13578]|1[02])31T([01][0-9]|2[0-3])[0-5][0-9][0-5][0-9](Z|[+\-](0[0-9]|1[0-2])(00|15|30|45))?"
			/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PartyIDAgencyCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="GLN"/>
			<xs:enumeration value="SAN"/>
			<xs:enumeration value="VKNR"/>
			<xs:enumeration value="NBSN"/>
			<xs:enumeration value="SellersAccountNumber"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="ProductIDAgencyCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="EAN13"/>
			<xs:enumeration value="GTIN14"/>
			<xs:enumeration value="ISBN"/>
			<xs:enumeration value="ISMN"/>
			<xs:enumeration value="SKU"/>
			<xs:enumeration value="UPC"/>
			<xs:enumeration value="Seller"/>
			<xs:enumeration value="Buyer"/>
			<xs:enumeration value="Proprietary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="PurposeCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="Duplicate"/>
			<xs:enumeration value="Original"/>
			<xs:enumeration value="Test"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRFormatCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="PrintOnDemand"/>
			<xs:enumeration value="HTML"/>
			<xs:enumeration value="TXT"/>
			<xs:enumeration value="PDF"/>
			<xs:enumeration value="PDFMerchant"/>
			<xs:enumeration value="AdobeEbookReader"/>
			<xs:enumeration value="MicrosoftReaderLevel1-3"/>
			<xs:enumeration value="MicrosoftReaderLevel5"/>
			<xs:enumeration value="NetLibrary"/>
			<xs:enumeration value="MetaText"/>
			<xs:enumeration value="MightyWords"/>
			<xs:enumeration value="PalmReader"/>
			<xs:enumeration value="Softbook"/>
			<xs:enumeration value="RocketBook"/>
			<xs:enumeration value="GemstarREB1100"/>
			<xs:enumeration value="GemstarREB1200"/>
			<xs:enumeration value="FranklinEBookman"/>
			<xs:enumeration value="Books24x7"/>
			<xs:enumeration value="DigitalOwl"/>
			<xs:enumeration value="Handheldmed"/>
			<xs:enumeration value="WizeUp"/>
			<xs:enumeration value="TK3"/>
			<xs:enumeration value="Litraweb"/>
			<xs:enumeration value="MobiPocket"/>
			<xs:enumeration value="OpenEbook"/>
			<xs:enumeration value="GoReader"/>
			<xs:enumeration value="Ebrary"/>
			<xs:enumeration value="TownCompass"/>
			<xs:enumeration value="Exebook"/>
			<xs:enumeration value="SonyBBeB"/>
			<xs:enumeration value="VitaSourceBookshelf"/>
			<xs:enumeration value="AdobeDigitalEditions"/>
			<xs:enumeration value="MyLibrary"/>
			<xs:enumeration value="Kindle"/>
			<xs:enumeration value="MultiFormats"/>
			<xs:enumeration value="Other"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SalesReportTypeCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="ByProduct"/>
			<xs:enumeration value="ByTransaction"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRChargeQualifierCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="UnitChargeIncludingTax"/>
			<xs:enumeration value="UnitChargeExcludingTax"/>
			<xs:enumeration value="LineChargeIncludingTax"/>
			<xs:enumeration value="LineChargeExcludingTax"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRChargeSourceCode">
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="ReportingParty"/>
					<xs:enumeration value="SellingAgentParty"/>
					<xs:enumeration value="FulfilmentAgentParty"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[2-9][0-9]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="SRChargeTypeCode">
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="Commission"/>
					<xs:enumeration value="Shipping"/>
					<xs:enumeration value="Handling"/>
					<xs:enumeration value="GiftWrapping"/>
					<xs:enumeration value="Packaging"/>
					<xs:enumeration value="Printing"/>
					<xs:enumeration value="Other"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[2-9][0-9]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="SRClassOfSaleCode">
		<xs:restriction base="xs:string">
			<xs:pattern value="0[0-8]|[2-9][0-9]"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="BISGSRDateQualifierCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="SalesPeriodStart"/>
			<xs:enumeration value="SalesPeriodEnd"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRDeviceTypeCode">
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="SRItemReferenceTypeCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="ReportItemReferenceNumber"/>
			<xs:enumeration value="InvoiceReference"/>
			<xs:enumeration value="CreditNoteReference"/>
			<xs:enumeration value="DespatchNoteReference"/>
			<xs:enumeration value="InvoiceLineReference"/>
			<xs:enumeration value="CreditNoteLineReference"/>
			<xs:enumeration value="DespatchNoteLineReference"/>
			<xs:enumeration value="ReportingPartyReference"/>
			<xs:enumeration value="SellingAgentPartyReference"/>
			<xs:enumeration value="Proprietary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRNonSaleDisposalTypeCode">
		<xs:union>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="Unspecified"/>
					<xs:enumeration value="Promotion"/>
					<xs:enumeration value="Review"/>
				</xs:restriction>
			</xs:simpleType>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[2-9][0-9]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:union>
	</xs:simpleType>
	<xs:simpleType name="SROtherPartyIDAgencyCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="TaxRegistrationNumber"/>
			<xs:enumeration value="VATRegistrationNumber"/>
			<xs:enumeration value="SellersAccountNumber"/>
			<xs:enumeration value="GLN"/>
			<xs:enumeration value="SAN"/>
			<xs:enumeration value="VKNR"/>
			<xs:enumeration value="NBSN"/>
			<xs:enumeration value="BAGNR"/>
			<xs:enumeration value="PublishersAccountNumber"/>
			<xs:enumeration value="Proprietary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRPartyIDAgencyCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="GLN"/>
			<xs:enumeration value="SAN"/>
			<xs:enumeration value="VKNR"/>
			<xs:enumeration value="NBSN"/>
			<xs:enumeration value="SellersAccountNumber"/>
			<xs:enumeration value="PublishersAccountNumber"/>
			<xs:enumeration value="Proprietary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRPriceQualifierCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="FixedRPIncludingTax"/>
			<xs:enumeration value="FixedRPExcludingTax"/>
			<xs:enumeration value="SRPIncludingTax"/>
			<xs:enumeration value="SRPExcludingTax"/>
			<xs:enumeration value="SoldAtPriceIncludingTax"/>
			<xs:enumeration value="SoldAtPriceExcludingTax"/>
			<xs:enumeration value="UnitCostIncludingTax"/>
			<xs:enumeration value="UnitCostExcludingTax"/>
			<xs:enumeration value="PublisherRPIncludingTax"/>
			<xs:enumeration value="PublisherRPExcludingTax"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRRegionCode">
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="SRTaxComponentTypeCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="CAGSTFederal"/>
			<xs:enumeration value="CAGSTProvincial"/>
			<xs:enumeration value="USState"/>
			<xs:enumeration value="USCounty"/>
			<xs:enumeration value="USCity"/>
			<xs:enumeration value="USDistrict"/>
			<xs:enumeration value="Proprietary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRTaxTypeCode">
		<xs:restriction base="xs:string">
			<xs:enumeration value="CAGST"/>
			<xs:enumeration value="CAHST"/>
			<xs:enumeration value="USST"/>
			<xs:enumeration value="AUGST"/>
			<xs:enumeration value="NZGST"/>
			<xs:enumeration value="EUVAT"/>
			<xs:enumeration value="CHVAT"/>
			<xs:enumeration value="ISVAT"/>
			<xs:enumeration value="NOVAT"/>
			<xs:enumeration value="INVAT"/>
			<xs:enumeration value="JPCT"/>
			<xs:enumeration value="KRVAT"/>
			<xs:enumeration value="Proprietary"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="SRTradingZoneCode">
		<xs:union memberTypes="CountryCode SRRegionCode"/>
	</xs:simpleType>
	<xs:simpleType name="SRImprintNameString">
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
	<xs:simpleType name="SRPublisherNameString">
		<xs:restriction base="xs:string"/>
	</xs:simpleType>
</xs:schema>

