SubmodelElementList
-
When should a list structure be preferred?
-
How should sorting and ordering be handled within a list?
-
Are there best practices for defining constraints on the list elements?
SubmodelElementCollection
-
When is a collection more appropriate than a list?
-
Should collections always represent a group of related elements that do not require a strict order?
-
Are there any performance or implementation considerations when using collections?
General Best Practices
SubmodelElementList
When should a list structure be preferred?
How should sorting and ordering be handled within a list?
Are there best practices for defining constraints on the list elements?
SubmodelElementCollection
When is a collection more appropriate than a list?
Should collections always represent a group of related elements that do not require a strict order?
Are there any performance or implementation considerations when using collections?
General Best Practices
Are there specific IDTA guidelines or recommendations for when to use each structure?
Any examples of good implementations in existing submodels?