Skip to content

adapter.xml: fix xml_serialization

Leon Mauritz Möller requested to merge fix/xml_serialization into master

The change to range_to_xml() was made because it would previously not serialize values for min/max that were 0.

According to chapter 4.8.2 of "Details of the Asset Administration Shell" the DataSpecificationIEC61360 template should be referenced in embedded data specifications. Thus concept_description_to_xml() was changed accordingly.

Merge request reports