Difference between revisions of "Data source/CA.CR/data model/corporation/addresses/address/addressLine1"
Data source/CA.CR/data model/corporation/addresses/address/addressLine1
Jump to navigation
Jump to search
(Template parameters updated.) |
(Template parameters updated.) |
||
Line 1: | Line 1: | ||
{{Data model concept | {{Data model concept | ||
| concept role = LEAF | | concept role = LEAF | ||
− | | cardinality = | + | | cardinality = ZERO_OR_ONE |
| parent concept = Data source/CA.CR/data model/corporation/addresses/address | | parent concept = Data source/CA.CR/data model/corporation/addresses/address | ||
| name = addressLine1 | | name = addressLine1 | ||
− | | path = addresses.address[?( | + | | path = addresses.address[?(@.current == true)].addressLine[1] |
| description = The first one or two lines in an address | | description = The first one or two lines in an address | ||
| technical key = corporation_addresses_address_addressLine1 | | technical key = corporation_addresses_address_addressLine1 | ||
| data source = Data source/CA.CR | | data source = Data source/CA.CR | ||
}} | }} |
Latest revision as of 14:41, 8 January 2025
Name Name of a concept, e.g. a data model concept. In contrast to terms, the name does not depend on a given context, e.g. a country-specific language. | addressLine1 |
---|---|
Description Informal and comprehensive human-readable definition of a concept. | The first one or two lines in an address |
Part of Hierarchical relation between two concepts of the CDQ Data Model. | Data source CA.CR |
Technical key Defines a unique key by which e.g. data model concepts can be referenced in a technical integration context. These keys are unique in the CDL context. | corporation_addresses_address_addressLine1
|
Parent concept Hierarchical relation between two concepts of a data model, e.g., the CDQ Data Model. | address (CA.CR) |
Cardinality Cardinality of data model concepts.<br/><code>ZERO_OR_ONE</code>: Optional, but max. 1 instance related to its parent.<br/><code>EXACTLY_ONE</code>: Exactly 1 instance related to its parent.<br/><code>ZERO_OR_MORE</code>: Optional, multiple instances related to its parent may exist.<br/><code>ONE_OR_MORE</code>: Mandatory, multiple instances related to its parent may exist. | ZERO_OR_ONE
|
Data type Data type of a data model concept, i.e., <code>ARRAY</code>, <code>BOOLEAN</code>, <code>DATE</code>, <code>ENUM</code>, <code>INTEGER</code>, <code>OBJECT</code>, or <code>STRING</code>. | n/a |
Path JSON Path to identify attributes in a data item. | addresses.address[?(@.current == true)].addressLine[1]
|
Concept role The role of a Category:Data model concept in the tree structure of a data model.<br/><code>ROOT</code>: Root concept in a data model, i.e., no parent concepts.<br/><code>NODE</code>: Structure concepts in a data model, i.e., parent and child concepts.<br/><code>LEAF</code>: Leaf concept in a data model, i.e., no child concepts, provides the effective data values.<br/> | LEAF
|
Mapping | mapping target: Premise Value (CDQ.POOL), mapping: CA.CR corporation_addresses_address_addressLine1 ↣ PREMISE_VALUE
|