hahaking119 / vienna-add-in

Automatically exported from code.google.com/p/vienna-add-in
0 stars 0 forks source link

Handle ASBIEs/ASCCs when transforming Business Document Models #138

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When transforming Business Document Models, i.e. transforming ebInterface
to UBL, the transformation algorithm performs the following steps.

From the UBL UPCC Model, delete all BBIEs which are based on a particular
BCC, and where in the ebInterface UPCC Model no BBIE exists which is based
on the same BCC.

However, the current algorithm of the Transformation does not consider
ASBIEs/ASCCs. If a similar approch is followed for ASBIEs several problems
are encountered. Therefore, a more sophisticated approach is necessary. For
example, an ABIE Person aggregates the ABIE Address through the ASBIE
ResidenceAddress. Following the approach above, it might happen that the
ASBIE gets removed from the model resulting into two separated ABIEs -
semantics got lost. For this particular situation it would be required to
create an additional MA aggregating both ABIEs through ASMAs.

Original issue reported on code.google.com by christia...@researchstudio.at on 24 Feb 2010 at 1:06