aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

Change type of Data_spec_IEC.value #222

Closed s-heppner closed 1 year ago

s-heppner commented 1 year ago

See #209

Equivalently to https://github.com/aas-core-works/aas-core-meta/pull/221, also the type of Data_specification_iec_61360.value was changed. List[Lang_string_short_name_type_IEC_61360] corresponds to ShortNameTypeIEC61360 in the spec. I'm personally lacking knowledge on DataSpec IEC 61360 to identify if this change makes sense, so I'll take it for granted.

See Part 3a, Chapter 6.2, page 29 https://nextcloud.s-heppner.com/index.php/s/JFHPPSW9D7KtgBC#page=29

mristin commented 1 year ago

Similar to #221, this needs to be clarified in the working stream.

s-heppner commented 1 year ago

Decided in the WS AAS:

New data type: ValueTypeIEC61360 | string with max 2,000 and min 1 characters Introduce ValueTypeIEC61360 for DataSpecificaitonIec61360/value and ValueReferencePair/value

mristin commented 1 year ago

This change will be submitted in a pull request unified together with #221.