DataTopic Product Attributes: Difference between revisions

From imde.io

No edit summary
Line 6: Line 6:




==DataTopic Food Food Attributes, Format Azlon, Version 1.0==
==DataTopic Attributes, Format Azlon, Version 1.0==


<pre>
<pre>
<ProductAttributes xmlns="https://imde.io/schema/azlon/1.0/productattributes">
<Attributes xmlns="https://imde.io/schema/azlon/1.0/attributes">
<Attributes>
<Attributes>
<Attribute Type="String" AttributeGroupCode="1" IsPublic="true">
<Attribute Type="String" AttributeGroupCode="1" IsPublic="true">
<Codes>
<Codes>
<Code Type="DataSender">A.3001</Code>
<Code Type="DataReceiver">A.3001</Code>
<Code Type="DataReceiver">111</Code>
<Code Type="DataReceiver">111</Code>
<Code Type="BREF">WEBSHOPPRODUCTNAME</Code>
<Code Type="BREF">WEBSHOPPRODUCTNAME</Code>
Line 43: Line 43:
<Attribute Type="MultilinePlainText" AttributeGroupCode="1" IsPublic="true">
<Attribute Type="MultilinePlainText" AttributeGroupCode="1" IsPublic="true">
<Codes>
<Codes>
<Code Type="DataSender">A.3001</Code>
<Code Type="DataReceiver">A.3001</Code>
<Code Type="DataReceiver">111</Code>
<Code Type="DataReceiver">111</Code>
<Code Type="BREF">WEBSHOPPRODUCTNAME</Code>
<Code Type="BREF">WEBSHOPPRODUCTNAME</Code>
Line 202: Line 202:
</AttributeGroup>
</AttributeGroup>
</AttributeGroups>
</AttributeGroups>
</ProductAttributes>
</Attributes>
</pre>
</pre>


===Downloads===
===Downloads===
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Product%20Attributes.xml Sample XML]
* [https://imde.io/schema/Sample%20XML%20message%20DataTopic%20Attributes.xml Sample XML]
* [https://imde.io/schema/azlon/1.0/productattributes.xsd XSD]
* [https://imde.io/schema/azlon/1.0/attributes.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]
* [https://imde.io/schema/azlon/1.0/codelists/attributeType.xsd Codelist attributeType]
* [https://imde.io/schema/azlon/1.0/codelists/attributeType.xsd Codelist attributeType]

Revision as of 15:37, 26 June 2023

Part of DataContainer: Item

Specifications is used to exchange technical & functional product specifications which are not part of the other DataTopics (e.g. weight is part of Measurements). Some industries have code based models for exchange specifications, like ETIM for Installation and GTS for Fashion.

Background presentation on the Specifications DataTopic


DataTopic Attributes, Format Azlon, Version 1.0

<Attributes xmlns="https://imde.io/schema/azlon/1.0/attributes">
	<Attributes>
		<Attribute Type="String" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="DataReceiver">A.3001</Code>
				<Code Type="DataReceiver">111</Code>
				<Code Type="BREF">WEBSHOPPRODUCTNAME</Code>
				<Code Type="GDSN">P111</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Webshop Product Name</Translation>
				<Translation Culture="nl-NL">Webshop product naam</Translation>
			</Names>
			<Values>
				<ValueString Culture="en">Apple Corer</ValueString>
				<ValueString Culture="nl-NL">Appelboor</ValueString>
			</Values>
		</Attribute>
		<Attribute Type="String" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">TARICCODE</Code>
				<Code Type="GDSN">P192</Code>
				<Code Type="DataReceiver">13</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Taric code</Translation>
				<Translation Culture="nl-NL">Taric code</Translation>
			</Names>
			<Values>
				<ValueString>00</ValueString>
			</Values>
		</Attribute>
		<Attribute Type="MultilinePlainText" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="DataReceiver">A.3001</Code>
				<Code Type="DataReceiver">111</Code>
				<Code Type="BREF">WEBSHOPPRODUCTNAME</Code>
				<Code Type="GDSN">P111</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Webshop Product Name</Translation>
				<Translation Culture="nl-NL">Webshop product naam</Translation>
			</Names>
			<Values>
				<ValueMultilinePlainText Culture="en">Apple Corer</ValueMultilinePlainText>
				<ValueMultilinePlainText Culture="nl-NL">Appelboor</ValueMultilinePlainText>
			</Values>
		</Attribute>							
		<Attribute Type="Integer" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">NETWEIGHT</Code>
				<Code Type="GDSN">P023</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Net weight</Translation>
				<Translation Culture="nl-NL">Netto gewicht</Translation>
			</Names>
			<Values>
				<Units>
					<Unit Type="GDSN">KGM</Unit>
					<Unit Type="DataReceiver">29</Unit>
				</Units>
				<ValueInteger>1</ValueInteger>
			</Values>
		</Attribute>
		<Attribute Type="Double" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">NETWEIGHT</Code>
				<Code Type="GDSN">P023</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Net weight</Translation>
				<Translation Culture="nl-NL">Netto gewicht</Translation>
			</Names>
			<Values>
				<Units>
					<Unit Type="GDSN">KGM</Unit>
					<Unit Type="DataReceiver">29</Unit>
				</Units>
				<ValueDouble>1.0</ValueDouble>
			</Values>
		</Attribute>
		<Attribute Type="Number" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">NETWEIGHT</Code>
				<Code Type="GDSN">P023</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Net weight</Translation>
				<Translation Culture="nl-NL">Netto gewicht</Translation>
			</Names>
			<Values>
				<Units>
					<Unit Type="GDSN">KGM</Unit>
					<Unit Type="DataReceiver">29</Unit>
				</Units>
				<ValueNumber>1.0</ValueNumber>
			</Values>
		</Attribute>							
		<Attribute Type="Date" AttributeGroupCode="1" IsPublic="false">
			<Codes>
				<Code Type="BREF">LAUNCHDATE</Code>
				<Code Type="GDSN">P831</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Launch date</Translation>
				<Translation Culture="nl-NL">Lanceer datum</Translation>
			</Names>
			<Values>
				<ValueDate>2022-12-25</ValueDate>
			</Values>
		</Attribute>
		<Attribute Type="MultipleSelect" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">ACCESSORIESINPACKAGE</Code>
				<Code Type="GDSN">P192</Code>
				<Code Type="DataReceiver">118</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Accessories in package</Translation>
				<Translation Culture="nl-NL">Accesoires in verpakking</Translation>
			</Names>
			<Values>
				<Value Type="BREF">RAILS</Value>
				<Value Type="BREF">CAP</Value>
				<Value Type="GDSN">R108</Value>
				<Value Type="GDSN">R109</Value>
				<Value Type="DataReceiver">56</Value>
				<Value Type="DataReceiver">57</Value>
			</Values>
		</Attribute>
		<Attribute Type="SingleSelect" AttributeGroupCode="2" IsPublic="true">
			<Codes>
				<Code Type="BREF">COLOR</Code>
				<Code Type="GDSN">P199</Code>
				<Code Type="DataReceiver">130</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Color</Translation>
				<Translation Culture="nl-NL">Kleur</Translation>
			</Names>
			<Values>
				<Value Type="BREF">BLUE</Value>
				<Value Type="GDSN">B123</Value>
				<Value Type="DataReceiver">1145</Value>
			</Values>
		</Attribute>
		<Attribute Type="Boolean" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">TUVCERTIFIED</Code>
				<Code Type="GDSN">P054</Code>
			</Codes>
			<Names>
				<Translation Culture="en">TUV certified</Translation>
				<Translation Culture="nl-NL">TUV gecertificeerd</Translation>
			</Names>
			<Values>
				<ValueBoolean>true</ValueBoolean>
			</Values>
		</Attribute>
		<Attribute Type="Range" AttributeGroupCode="1" IsPublic="true">
			<Codes>
				<Code Type="BREF">ANGLE</Code>
				<Code Type="GDSN">P001</Code>
			</Codes>
			<Names>
				<Translation Culture="en">Angle</Translation>
				<Translation Culture="nl-NL">Hoek</Translation>
			</Names>
			<Values>
				<Units>
					<Unit Type="GDSN">MLT</Unit>
					<Unit Type="DataReceiver">37</Unit>
				</Units>
				<ValueFrom>5</ValueFrom>
				<ValueTo>25</ValueTo>
			</Values>
		</Attribute>
	</Attributes>
	<AttributeGroups>
		<AttributeGroup Code="1">
			<Names>
				<Translation Culture="en">General</Translation>
				<Translation Culture="nl-NL">Algemeen</Translation>
			</Names>
		</AttributeGroup>
		<AttributeGroup Code="2">
			<Names>
				<Translation Culture="en">Appearance</Translation>
				<Translation Culture="nl-NL">Uiterlijk</Translation>
			</Names>
		</AttributeGroup>
	</AttributeGroups>
</Attributes>

Downloads