hahaking119 / vienna-add-in

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

Import mapping of multiple XSD elements to a single BCC #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Multiple XSD elements of a given complex type can be mapped to a single
BCC. The resulting BBIEs must be qualified with the XSD elements' names.

Original issue reported on code.google.com by cschollum on 16 Nov 2009 at 2:08

GoogleCodeExporter commented 9 years ago
Example:

ComplexType1           ACC1
 - SimpleElement1 -->   - BCC1
 - SimpleElement2 -->   - BCC1
 - SimpleElement3 -->   - BCC1

Results in

an ABIE based on ACC1 with BBIEs:
 - SimpleElement1_BCC1
 - SimpleElement2_BCC1
 - SimpleElement3_BCC1

Original comment by cschollum on 16 Nov 2009 at 2:11

GoogleCodeExporter commented 9 years ago
This is only allowed if BCC1 has sufficient maximum multiplicity.

Original comment by cschollum on 16 Nov 2009 at 2:12

GoogleCodeExporter commented 9 years ago

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