Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Product composite

Een groep van data elementen welke tezamen het volledige ONIX 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. Een ONIX bericht kan meerdere Product records bevatten.

Reference name<Product>
Short tag<product>
ONIX M/OM
CB M/OM
Example/voorbeeld
Klik hier voor een Example/voorbeeld
 	<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>
  • No labels