<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.ormfoundation.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Conceptual modeling</title><link>http://www.ormfoundation.org/forums/84.aspx</link><description>This forum is for discussing issue at the "conceptual" level of modeling.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Cardinality constraints</title><link>http://www.ormfoundation.org/forums/thread/3031.aspx</link><pubDate>Wed, 06 Jun 2012 00:26:26 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:3031</guid><dc:creator>Matthew Curland</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/3031.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=84&amp;PostID=3031</wfw:commentRss><description>&lt;p&gt;Hi JB,&lt;/p&gt;
&lt;p&gt;Dr. Halpin has formalized all ORM constraints such that an unpopulated relational database (the empty set) is always valid. So, for example, the set comparison constraints include subset, equality, and exclusion because these are not violated by empty sets. However, other set comparison operators (proper subset, proper superset, proper overlap) are not directly available in the constraint language for this reason. Similarly, frequency constraints apply only if there is some population, so the empty set is exempted from the constraint.&lt;/p&gt;
&lt;p&gt;The cardinality constraints need to be intepreted with the same precondition, namely that the constraint applies to the population only if the population exists &lt;em&gt;at all&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;I think what you&amp;#39;re looking for here is a frequency constraint of &amp;#39;12&amp;#39; on the &amp;#39;Jury&amp;#39; role of &amp;#39;JuryMember is seated on Jury&amp;#39;. The verbalization&amp;nbsp;for this is &lt;em&gt;Each Jury in the population of &amp;quot;JuryMember is seated on Jury&amp;quot; occurs there exactly 12 times&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;-Matt&lt;/p&gt;</description></item><item><title>Cardinality constraints</title><link>http://www.ormfoundation.org/forums/thread/3030.aspx</link><pubDate>Tue, 05 Jun 2012 20:58:18 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:3030</guid><dc:creator>JB4times4</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/3030.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=84&amp;PostID=3030</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve got a question about cardinality:&lt;/p&gt;&lt;p&gt;Is there a way to say # in {0,10} for example, a jury has either 12 members or 0 members.&lt;/p&gt;&lt;p&gt;In the book, Information Modeling and Relational Databases it says you can use # = 12, but this doesn&amp;#39;t account for the empty set when a table is created, but doesn&amp;#39;t show an example of how to account for the empty set, only to use a &amp;lt;=.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>