blob: 9052c048c551458cee1283eb29e6256389c9539c [file] [log] [blame]
using BaSys40.Models.Core.AssetAdministrationShell.Implementations;
namespace BaSys40.Models.Core.AssetAdministrationShell.Generics.DataElementSubtypes
{
public interface IDataElementCollection : IDataElement<ElementContainer<IDataElement>>
{ }
}