Generated xhtml documentation contains swapped min max cardinalities of Exchange Item Elements

This is confirmed by looking at the source code of helper class 'CapellaExchangeItemElementHelper.java'
buffer.append(CapellaServices.CRO_OPEN);
buffer.append(CapellaDataValueServices.getSimpleValueOfDataValue(exItemElt.getOwnedMaxCard()));
buffer.append(",");
buffer.append(CapellaDataValueServices.getSimpleValueOfDataValue(exItemElt.getOwnedMinCard()));
buffer.append(CapellaServices.CRO_CLOSE);