The "item" Data - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

XFRItem.C

Name of the class of the item. This could be a classdef or reldef and must exist in XFR. The software uses the reldef for creating relationships. Mandatory.

XFRItem.N

Name of the item. For example, tag number, document number, and so on. All items have/must have a "name" in XFR. If this is for a relationship, then this contains "Rel". Mandatory.

XFRItem.XFRA

Container for any number of XFRAttributes of the item. Not mandatory if not describing any XFRAttributes for the item.

XFRAttribute.N

Name of the attribute.

XFRAttribute.V

Value of the attribute.

For properties scoped by ENUM, a colon (:) delimited string containing the UID, DisplayName and Name is sent back.

For properties scoped by UOM, the property value a delimiter of a tilde (~) and then the name of the UOM is sent back. Eg:- 33~kg

XFRItem.XFRI

Container for interfaces.