Enterprise Talk - Export
This topic lists an excerpt of an export file including attributes.
When you export the Attributes field, all values will be exported.
All data in between the <Attributes> tag is interpreted as Attributes data.
The <Version> tag contains the version of the Attributes structure. This number is required to make sure the data within the <Attributes> tag is compliant with the implementation.
The <AttributeDefinitionSetCode> tag contains the link to the attribute set.
The <Values> tag contains the individual attributes.
The type property inside the <Values> tag contains the system type of the attribute.
Example
<Attributes>
<Version type="string">1.0.0</Version>
<AttributeDefinitionSetCode type="string">01</AttributeDefinitionSetCode>
<Values>
<serviceDate type="date">2018-03-31</serviceDate>
<precision type="decimal">1.33</precision>
<purchaseDateTime type="datetime">2018-03-31T14:59:00+02:00</purchaseDateTime>
<score type="integer">1</score>
<alarmTime type="time">13:30:00</alarmTime>
</Values>
</Attributes>