DataTopic IngredientStatement: Difference between revisions
From imde.io
(Created page with "{page for DataTopic Ingredient Statement}") |
No edit summary |
||
Line 1: | Line 1: | ||
==DataTopic Food IngredientStatement, Format Azlon, Version 1.0== | |||
<pre> | |||
<FoodIngredientStatements xmlns="https://imde.io/schema/azlon/1.0/foodingredientstatements"> | |||
<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> | |||
</pre> | |||
===Downloads=== | |||
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%FoodIngredientStatements.xml Sample XML] | |||
* [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/labelInfoSource.xsd Codelist labelInfoSource] | |||
* [https://imde.io/schema/azlon/1.0/codelists/regulationType.xsd Codelist regulationType] | |||
* [https://imde.io/schema/azlon/1.0/codelists/identifierType.xsd Codelist identifierType] |
Revision as of 14:11, 31 March 2023
DataTopic Food IngredientStatement, Format Azlon, Version 1.0
<FoodIngredientStatements xmlns="https://imde.io/schema/azlon/1.0/foodingredientstatements"> <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>