You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/IDTA-01001/modules/ROOT/pages/index.adoc
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,18 @@ This specification is part of the https://industrialdigitaltwin.org/en/content-h
16
16
17
17
== Version
18
18
19
-
This is version 3.1 of the specification IDTA-01001.
19
+
This is version 3.1.1 of the specification IDTA-01001.
20
20
21
-
Previous version: 3.0.2
21
+
Previous version: 3.1
22
22
23
23
[#metamodel-versions]
24
24
== Dependencies
25
25
26
-
For the schemas derived from this document (version 3.1) there is a dependency to the following parts of the “Specification of the Asset Administration Shell” series:
26
+
For the schemas derived from this document there is a dependency to the following parts of the “Specification of the Asset Administration Shell” series:
27
27
28
28
* IDTA-01003-a Part 3a: Data Specification – IEC 61360 in version 3.1 xref:bibliography.adoc#bib46[[46\]]
29
29
30
+
If there is a bugfix of this parts, this shall be used.
30
31
31
32
== Notice
32
33
@@ -41,7 +42,7 @@ https://creativecommons.org/licenses/by/4.0/[Creative Commons Attribution 4.0 In
Copy file name to clipboardExpand all lines: documentation/IDTA-01001/modules/ROOT/pages/mappings/encodings/valueonly.adoc
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -342,12 +342,15 @@ The protected elements shall not be serialized.
342
342
343
343
In the following examples for Value-Only serializations for all submodel element types are given.
344
344
345
+
===== Property
346
+
345
347
For a single _Property_ named "MaxRotationSpeed", the value-Only payload is minimized to the following (assuming its value is 5000):
346
348
347
349
[source,json,linenums]
348
350
----
349
351
5000
350
352
----
353
+
===== SubmodelElementCollection
351
354
352
355
For a _SubmodelElementCollection_ named "ProductClassification" or being part of a list "ProductionClassifications", the Value-Only payload is minimized to the following, i.e. the name of the SubmodelElementCollection or its index in the list is not part of the Value-Only serialization:
353
356
@@ -360,7 +363,9 @@ For a _SubmodelElementCollection_ named "ProductClassification" or being part of
360
363
}
361
364
----
362
365
363
-
For a _SubmodelElementList_ named "Authors" with string Properties as its value, the Value-Only payload is minimized to the following (values within a SubmodelElementList do not have idShort values)footnote:[The Value-Only serialization of the product classification example can be seen above]:
366
+
===== SubmodelElementList
367
+
368
+
For a _SubmodelElementList_ named "Authors" with string Properties as its value, the Value-Only payload is minimized to the following (idShort of values within a SubmodelElementList are ignored):footnote:[The Value-Only serialization of the product classification example can be seen above]:
364
369
365
370
[source,json,linenums]
366
371
----
@@ -371,6 +376,8 @@ For a _SubmodelElementList_ named "Authors" with string Properties as its value,
371
376
]
372
377
----
373
378
379
+
===== MultiLanguageProperty
380
+
374
381
For a _MultiLanguageProperty_ the Value-Only payload is minimized to the following:
375
382
376
383
[source,json,linenums]
@@ -381,6 +388,7 @@ For a _MultiLanguageProperty_ the Value-Only payload is minimized to the followi
381
388
]
382
389
383
390
----
391
+
===== Range
384
392
385
393
For a _Range_ named "TorqueRange", the Value-Only payload is minimized to the following:
386
394
@@ -392,6 +400,8 @@ For a _Range_ named "TorqueRange", the Value-Only payload is minimized to the fo
392
400
}
393
401
----
394
402
403
+
===== ReferenceElement
404
+
395
405
For a _ReferenceElement_ named "MaxRotationSpeedReference", the Value-Only payload is minimized to the following:
396
406
397
407
[source,json,linenums]
@@ -407,6 +417,8 @@ For a _ReferenceElement_ named "MaxRotationSpeedReference", the Value-Only paylo
407
417
}
408
418
----
409
419
420
+
===== File
421
+
410
422
For a _File_ named "Document", the Value-Only payload is minimized to the following:
411
423
412
424
[source,json,linenums]
@@ -415,7 +427,9 @@ For a _File_ named "Document", the Value-Only payload is minimized to the follow
415
427
"contentType": "application/pdf",
416
428
"value": "SafetyInstructions.pdf"
417
429
}
430
+
418
431
----
432
+
===== Blob
419
433
420
434
For a _Blob_ named "Library", there are two possibilities for the Value-Only payload.
421
435
In case the Blob value - that can be very large - shall not be part of the payload, the payload is minimized to the followingfootnote:[
@@ -438,6 +452,8 @@ In the second case the Blob value is part of the payload.footnote:[in this case
438
452
}
439
453
----
440
454
455
+
===== RelationshipElement
456
+
441
457
For a _RelationshipElement_ named "CurrentFlowsFrom", the Value-Only payload is minimized to the following:
442
458
443
459
[source,json,linenums]
@@ -472,6 +488,8 @@ For a _RelationshipElement_ named "CurrentFlowsFrom", the Value-Only payload is
472
488
}
473
489
----
474
490
491
+
===== AnnotatedRelationshipElement
492
+
475
493
For an _AnnotatedRelationshipElement_ named "CurrentFlowFrom", with an annotated _Property_-DataElement "AppliedRule", the Value-Only-payload is minimized to the following:
476
494
477
495
[source,json,linenums]
@@ -511,6 +529,8 @@ For an _AnnotatedRelationshipElement_ named "CurrentFlowFrom", with an annotated
511
529
}
512
530
----
513
531
532
+
===== Entity
533
+
514
534
For an _Entity_ named "MySubAssetEntity", the Value-Only-payload is minimized to the following:
515
535
516
536
[source,json,linenums]
@@ -532,6 +552,8 @@ For an _Entity_ named "MySubAssetEntity", the Value-Only-payload is minimized to
532
552
}
533
553
----
534
554
555
+
===== BasicEventElement
556
+
535
557
For a BasicEventElement named "MyBasicEvent", the Value-Only-payload is minimized to the following:
0 commit comments