In the most recent version of the NETN-COM module (version 2.0, 2024-03-18) there are two separate datatype specifications regarding arrays of communication networks:
ArrayOfCommunicationNetworks: Used by Object classes (Equipment and Unit organizational elements). Consists of an array with UUID elements
CommunicationNetworkArray: Used by Interaction classes (Task and ETR_Report). Consists of an array with ArrayOfUuid elements, so a 2-dimensional UUID array.
Is there a reason for this division of datatypes? Furthermore, how is the 2-dimensional CommunicationNetworkArray supposed to be interpreted; is each sub-array its own subset of communication networks, or is there some other schema? I have been unable to find any documentation detailing this, so any help would be greatly appreciated.
In the most recent version of the NETN-COM module (version 2.0, 2024-03-18) there are two separate datatype specifications regarding arrays of communication networks:
ArrayOfCommunicationNetworks
: Used by Object classes (Equipment
andUnit
organizational elements). Consists of an array with UUID elementsCommunicationNetworkArray
: Used by Interaction classes (Task
andETR_Report
). Consists of an array withArrayOfUuid
elements, so a 2-dimensional UUID array.Is there a reason for this division of datatypes? Furthermore, how is the 2-dimensional
CommunicationNetworkArray
supposed to be interpreted; is each sub-array its own subset of communication networks, or is there some other schema? I have been unable to find any documentation detailing this, so any help would be greatly appreciated.