Enums ===== .. php:enum:: Cardinality : string Relationship cardinality .. php:case:: exactlyOne : '||' .. php:case:: oneOrMore : '}|' .. php:case:: zeroOrMore : '}o' .. php:case:: zeroOrOne : '|o' .. php:enum:: Key : string Key type .. php:case:: foreignKey : 'FK' .. php:case:: primaryKey : 'PK' .. php:case:: uniqueKey : 'UK' .. php:enum:: RelationshipType : string Relationship type .. php:case:: identifying : '--' .. php:case:: nonIdentifying : '..'