Skip to content

voidable attributes with 0...* cardinality #109

Answered by fabiovinci
bfrichet3 asked this question in Q&A
Discussion options

You must be logged in to vote

Daer @bfrichet3,

as indicated in the TG (I report below an extraction just for convenience), since the "condominium" association has multiplicity 0..* and is voidable you have two possibilities for its encoding:

  1. If you know that no value exists for your AU dataset, you can avoid inserting it.
  2. If a value may exist but you don't know, you can insert the attribute with a void value and a related VoidReasonValue

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fabiovinci
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #107 on July 05, 2022 08:51.