Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Product composite

Een groep van data elementen welke tezamen het volledige ONIX productrecord ProductRecord vormen, begint met een XML-label <Product> en eindigt met een XML-label </ Product>.

In ONIX 3.0 heeft een <Product> -record een verplichte inleiding bestaande uit gegevenselementgroepen P.1 en P.2, met de gegevens die het record en het product waarnaar het verwijst identificeren. Dit wordt gevolgd door maximaal vijf 'Blokken', elk optioneel, waarvan sommige reproduceerbaar zijn. Een ONIX bericht kan meerdere Product records bevatten.

Reference name<Header><Product>
Short tag<header><product>
ONIX M/OM
CB M/OM
Example/voorbeeld
Code Block
languagexml
titleExample/voorbeeld
 	<Header>
		<Sender>
			<SenderIdentifier>
				<SenderIDType>10</SenderIDType>
				<IDValue>7200124</IDValue>
			</SenderIdentifier>
			<SenderName>Veen Bosch &amp; Keuning Uitgeversgroep BV</SenderName>
			<ContactName>KCC VBK Media</ContactName>
			<EmailAddress>kcc@vbkmedia.nl</EmailAddress>
		</Sender>
		<Addressee>
			<AddresseeIdentifier>
				<AddresseeIDType>10</AddresseeIDType>
				<IDValue>8894126</IDValue>
			</AddresseeIdentifier>
			<AddresseeName>Centraal Boekhuis B.V.</AddresseeName>
		</Addressee>
		<MessageNumber>201301040</MessageNumber>
		<SentDateTime>20180130T104000</SentDateTime>
	</Header>	<Product>
	<RecordReference>9789013148947</RecordReference>
	<NotificationType>04</NotificationType>
	<ProductIdentifier>
		<ProductIDType>03</ProductIDType>
		<IDValue>9789013148947</IDValue>
	</ProductIdentifier>
	<DescriptiveDetail>
		<ProductComposition>00</ProductComposition>
		<ProductForm>BC</ProductForm>
		<ProductClassification>
			<ProductClassificationType>07</ProductClassificationType>
			<ProductClassificationCode>BK_ALG</ProductClassificationCode>
			<Percent>100</Percent>
		</ProductClassification>
		<TitleDetail>
			<TitleType>01</TitleType>
			<TitleElement>
				<TitleElementLevel>01</TitleElementLevel>
				<TitleText>Bijzonder nummer Leo Stevens</TitleText>
				<Subtitle>Spiegelbundel</Subtitle>
			</TitleElement>
		</TitleDetail>
		<EditionNumber>1</EditionNumber>
		<Language>
			<LanguageRole>01</LanguageRole>
			<LanguageCode>dut</LanguageCode>
		</Language>
		<Illustrated>01</Illustrated>
		<Subject>
			<MainSubject/>
			<SubjectSchemeIdentifier>32</SubjectSchemeIdentifier>
			<SubjectCode>826</SubjectCode>
		</Subject>
	</DescriptiveDetail>
	<PublishingDetail>
		<Publisher>
			<PublishingRole>01</PublishingRole>
			<PublisherIdentifier>
				<PublisherIDType>10</PublisherIDType>
				<IDValue>7100484</IDValue>
			</PublisherIdentifier>
		</Publisher>
		<PublishingDate>
			<PublishingDateRole>01</PublishingDateRole>
			<Date dateformat="00">20180130</Date>
		</PublishingDate>
	</PublishingDetail>
	<ProductSupply>
		<SupplyDetail>
			<Supplier>
				<SupplierRole>00</SupplierRole>
				<SupplierIdentifier>
					<SupplierIDType>13</SupplierIDType>
					<IDValue>8894126</IDValue>
				</SupplierIdentifier>
				<SupplierName>CB</SupplierName>
			</Supplier>
			<ProductAvailability>12</ProductAvailability>
			<SupplyDate>
				<SupplyDateRole>08</SupplyDateRole>
				<Date dateformat="00">20180130</Date>
			</SupplyDate>
			<Price>
				<PriceType>04</PriceType>
				<DiscountCoded>
					<DiscountCodeType>03</DiscountCodeType>
					<DiscountCode>W</DiscountCode>
				</DiscountCoded>
				<PriceStatus>01</PriceStatus>
				<PriceAmount>24.95</PriceAmount>
				<Tax>
					<TaxRateCode>R</TaxRateCode>
					<TaxableAmount>23.54</TaxableAmount>
					<TaxAmount>1.41</TaxAmount>
				</Tax>
				<CurrencyCode>EUR</CurrencyCode>
				<PriceDate>
					<PriceDateRole>14</PriceDateRole>
					<Date dateformat="00">20180123</Date>
				</PriceDate>
				<PriceDate>
					<PriceDateRole>15</PriceDateRole>
					<Date dateformat="00">99991231</Date>
				</PriceDate>
			</Price>
		</SupplyDetail>
	</ProductSupply>
</Product>