The cardinality of the entity in role in association.
Java content class for AssociationRoleCardinality element declaration.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/MetaBoss/XMLSchemas/MetaBoss/SdlcTools/EnterpriseModel/1.0/enterprisemodel.xsd line 892)
<element name="AssociationRoleCardinality">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ZERO_OR_ONE"/>
<enumeration value="ONE"/>
<enumeration value="ZERO_TO_MANY"/>
<enumeration value="ONE_TO_MANY"/>
</restriction>
</element>
|