Skip to content

What are the recommended guidelines for choosing between SubmodelElementList and SubmodelElementCollection when designing a submodel? #129

Description

@SAidta

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?

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions