Changeset 10719
- Timestamp:
- 7 Nov 2013, 13:49:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/eko-disco-specs/trunk/data.rst
r10717 r10719 1 2 .. |n0| replace:: n\ :sub:`0` 3 .. |m0| replace:: m\ :sub:`0` 4 1 5 .. _label-data-entities: 2 6 … … 63 67 64 68 Connected to: :ref:`label-customer` (1:1), 65 :ref:`label-contact-address` (n:1) 69 :ref:`label-contact-address` (1:|n0|), :ref:`label-contact-email` (1:|n0|) 70 71 Used in the following use cases: 72 73 74 .. _label-contact-email: 75 76 Contact Email 77 ------------- 78 79 An email address with optional additional clear name. For email 80 addresses we store some timestamp that indicates when the respective 81 email address was last checked successfully (thus marking it a 'valid' 82 one). 83 84 Connected to: :ref:`label-contact-data` (|n0|:1) 85 86 Used in the following use cases: 87 88 89 .. _label-contact-phone: 90 91 Contact Phone 92 ------------- 93 94 A phone number. 95 96 Connected to: :ref:`label-contact-data` (|n0|:1) 66 97 67 98 Used in the following use cases: … … 141 172 142 173 .. [#] Relation types: (1:1): One-to-one, (1:n): One-to-many, (n:1): 143 many-to-one, (n:m): many-to-many. 174 many-to-one, (n:m): many-to-many. ``n`` and ``m`` mean some 175 value ``1..n``. To indicate zero or more (``0..n``) relations, 176 we use |n0| and |m0| respectively.
Note: See TracChangeset for help on using the changeset viewer.