param/paramName
Use the param
/paramName
element to send product characteristics and parameters. This element is optional.
You can specify multiple param
/paramName
elements (but not more than 100) for each product-model. Each such element should only describe one characteristic.
How to use this element
<param name=" " unit=" ">...</param>
Elements and attributes:
Element/attribute | Description |
---|---|
<param>
|
Parameter value (mandatory). |
name
|
Parameter name (mandatory). |
unit
|
Units of measure (if applicable). |
Element/attribute | Description |
---|---|
<param>
|
Parameter value (mandatory). |
name
|
Parameter name (mandatory). |
unit
|
Units of measure (if applicable). |
paramName
|
paramValue
|
paramUnit
|
---|---|---|
... |
... |
... |
paramName
|
paramValue
|
paramUnit
|
---|---|---|
... |
... |
... |
Elements:
Element | Description |
---|---|
paramValue
|
Parameter value (mandatory). |
paramName
|
Parameter name (mandatory). |
paramUnit
|
Units of measure (if applicable). |
Element | Description |
---|---|
paramValue
|
Parameter value (mandatory). |
paramName
|
Parameter name (mandatory). |
paramUnit
|
Units of measure (if applicable). |
Parameter names, values, and units can be specified in English or Russian.
Examples
Standard usage
<model id="34121" categoryId="10">
<name>EOS 60D Body</name>
...
<param name="Weight" unit="g">750</param>
<param name="Type of image sensor">CMOS</param>
<param name="Max resolution" unit="MP">19</param>
...
</model>
name
|
paramName
|
paramValue
|
paramUnit
|
---|---|---|---|
EOS 60D Body
|
Weight
|
750
|
g
|
Matrix type
|
CMOS
|
||
Matrix resolution
|
19
|
Mpx
|
name
|
paramName
|
paramValue
|
paramUnit
|
---|---|---|---|
EOS 60D Body
|
Weight
|
750
|
g
|
Matrix type
|
CMOS
|
||
Matrix resolution
|
19
|
Mpx
|
Family of product-models
If a model is part of a family of products, you can specify that in an element. Example:
<param name="Line">Galaxy</param>
paramName
|
paramValue
|
---|---|
Family
|
Galaxy
|
paramName
|
paramValue
|
---|---|
Family
|
Galaxy
|
Structural characteristic
If a product characteristic is structural, use several elements to describe it. Example:
Correct version:
<param name="Width" unit="cm">12.3</param>
<param name="Height" unit="cm">23</param>
<param name="Depth" unit="cm">40</param>
Incorrect version:
<param name="Dimensions (WхHхD)" unit="cm">12.3х23х40</param>
Correct version:
paramName
|
paramValue
|
paramUnit
|
---|---|---|
Width
|
12.3
|
cm
|
Height
|
23
|
cm
|
Depth
|
40
|
cm
|
paramName
|
paramValue
|
paramUnit
|
---|---|---|
Width
|
12.3
|
cm
|
Height
|
23
|
cm
|
Depth
|
40
|
cm
|
Incorrect version:
paramName
|
paramValue
|
paramUnit
|
---|---|---|
Dimensions (WхHхD)
|
12.3х23х40
|
cm
|
paramName
|
paramValue
|
paramUnit
|
---|---|---|
Dimensions (WхHхD)
|
12.3х23х40
|
cm
|