This is invalid and violates the CIM UML. ConnectivityNodeContainer is the parent class of EquipmentContainer and does not inherit the child relationship of EquipmentContainer.Equipments.
ConnectivityNodeContainer needs to be replaced with EquipmentContainer in all BES code.
CIMhub is using ConnectivityNodeContainer as master parent class and writing Equipment.EquipmentContainer attributes to this class.
https://github.com/GRIDAPPSD/CIMHub/blob/feature/SETO/BES/IEEE118_CIM.xml#L7
This is invalid and violates the CIM UML. ConnectivityNodeContainer is the parent class of EquipmentContainer and does not inherit the child relationship of EquipmentContainer.Equipments.
ConnectivityNodeContainer needs to be replaced with EquipmentContainer in all BES code.
...