Michael Jacoby
Michael Jacoby
### Expected behavior Broker should reject connection with protocol version 3.1 and clientId longer than 23 characters with return code 2 (Identifier Rejected) as defined in the standard https://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html#connect ###...
ToDo - [ ] Update documentation
**Current Status** - New interface for SMT Processors in Service - Implementation of SMT Processor for TimeSeries SMT with interface for providers for internal and linked segments - DefaultInternalSegmentProvider that...
Image the following scenario: We have an operation called `doStuff` which takes a single input parameter called `data`. `data` is a SubmodelElementList of SubmodelElementCollections with a predefined structure, i.e. Property...
**Describe the bug** The regex for values of type xs:dateType ``` ^-?(([1-9][0-9][0-9][0-9]+)|(0[0-9][0-9][0-9]))-((0[1-9])|(1[0-2]))-((0[1-9])|([12][0-9])|(3[01]))T(((([01][0-9])|(2[0-3])):[0-5][0-9]:([0-5][0-9])(\\.[0-9]+)?)|24:00:00(\\.0+)?)(Z|\\+00:00|-00:00) ``` does only allow `Z`, `+00:00`, or `-00:00` as timezones. Correct behavior would be to allow `Z` or...
I am wondering if there is a defined process on how to create submodel instances from submodel templates, e.g., in the form of a detailed description or maybe even some...
I am wondering if it is possible/allowed to create references pointing to elements inside an `Entity` or `AnnotatedRelationshipElement`. To me, this would make sense as otherwise they would not be...