‘property’ Structure

The 'property' structure is used to represent company-specific properties of activities and inventories. It is a simple name-value pair. The 'property' structure consists of the following elements:

'property' structure elements

Name

Required

Type

Description

label

Yes

string

name of the property, unique for the corresponding property list

value

Yes

string

property value, can be an empty string

  • 'property' Structure Example

<property> 
			<label>DOOR_COLOR</label> 
			<value>ORANGE</value> 
</property>