DataTopic IngredientStatement: Difference between revisions
From imde.io
(Created page with "{page for DataTopic Ingredient Statement}") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==DataTopic Food IngredientStatement, Format Azlon, Version 1.0== | |||
<pre> | |||
<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> | |||
</pre> | |||
===Downloads=== | |||
* [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/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] |
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>