hahaking119 / vienna-add-in

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

Implement SUP mappings #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sometimes it may occur that supplementary components of an CDT may be
involved in a mapping process. In this case there must be done an explicit
MapForce mapping. Whenever this pattern matches it is possible to a SUP
mapping.

Original issue reported on code.google.com by cschollum on 18 Nov 2009 at 10:05

GoogleCodeExporter commented 9 years ago
SUP generation pattern
 * An XSD attribute of a complex element may be mapped to an XSD attribute rep-
resenting a supplementary component.
 * The complex element containing the XSD attribute must be mapped to the CTDs
corresponding BCC.
 * A new BDT is created for the explicitly mapped SUP(s) within a CDT.
 * Only the SUP(s) mapped are part of the new BDT.
 * The BDT's name is the CDT's name, qualied with the complex element name.

Original comment by cschollum on 18 Nov 2009 at 10:06

GoogleCodeExporter commented 9 years ago

Original comment by cschollum on 20 Jan 2010 at 3:22