DataTopic IngredientStatement: Difference between revisions

From imde.io

No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


  <pre>
  <pre>
<FoodIngredientStatements xmlns="https://imde.io/schema/azlon/1.0/foodingredientstatements">
<FoodIngredientStatements xmlns="https://imde.io/schema/azlon/1.0/foodingredientstatements" xsi:schemaLocation="https://imde.io/schema/azlon/1.0/foodingredientstatements https://imde.io/schema/azlon/1.0/foodingredientstatements.xsd">
<Regulation>EU-1169/2011</Regulation>
<Regulation>EU-1169/2011</Regulation>
<IngredientStatements>
<IngredientStatements>
Line 45: Line 45:


===Downloads===
===Downloads===
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%FoodIngredientStatements.xml Sample XML]
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20FoodIngredientStatements.xml Sample XML]
* [https://imde.io/schema/azlon/1.0/foodingredientstatements.xsd XSD]
* [https://imde.io/schema/azlon/1.0/foodingredientstatements.xsd XSD]
* [https://imde.io/schema/azlon/1.0/codelists/culture.xsd Codelist culture]
* [https://imde.io/schema/azlon/1.0/codelists/culture.xsd Codelist culture]

Latest revision as of 15:40, 18 August 2023

DataTopic Food IngredientStatement, Format Azlon, Version 1.0

<FoodIngredientStatements xmlns="https://imde.io/schema/azlon/1.0/foodingredientstatements" xsi:schemaLocation="https://imde.io/schema/azlon/1.0/foodingredientstatements https://imde.io/schema/azlon/1.0/foodingredientstatements.xsd">
	<Regulation>EU-1169/2011</Regulation>
	<IngredientStatements>
		<IngredientStatement Source="FullRecipe">
			<Translations>
				<Translation Culture="nl-NL">Zout, suiker</Translation>
			</Translations>
		</IngredientStatement>
		<IngredientStatement Source="OnLabel">
			<Translations>
				<Translation Culture="nl-NL">Zout, suiker</Translation>
			</Translations>
		</IngredientStatement>							
	</IngredientStatements>
	<Components>
		<Component>
			<ItemIdentifiers>
				<Identifier Type="UMID">e2749359-c3cf-4504-9084-9239a1848aed</Identifier>
				<Identifier Type="GTIN">1234567102979</Identifier>
				<Identifier Type="DataSender">34534</Identifier>
			</ItemIdentifiers>
			<Reference>
				<Translation Culture="en">Product Reference</Translation>
				<Translation Culture="nl-NL">product reference</Translation>
			</Reference>
			<IngredientStatements>
				<IngredientStatement Source="FullRecipe">
					<Translations>
						<Translation Culture="nl-NL">Zout, suiker</Translation>
					</Translations>
				</IngredientStatement>
				<IngredientStatement Source="OnLabel">
					<Translations>
						<Translation Culture="nl-NL">Zout, suiker</Translation>
					</Translations>
				</IngredientStatement>							
			</IngredientStatements>
		</Component>
	</Components>						
</FoodIngredientStatements>

Downloads