Means of creating a catalog of items in a collection or sub-sets of a larger catalog
Name | Cardinality | Datatype | Description |
---|---|---|---|
type | 0..1 | Whether the collection is a bag or a set: a bag is a collection with duplicates allowed, a set is a collection without duplicates. | |
name | 0..n | A linguistic signifier. Human understandable name (word, phrase, or mnemonic) that reflects the ISO/IEC 11179-5 naming principles. If more than one name is provided provide a context to differentiate usage. | |
purpose | 0..1 | Explanation of the intent of some decision or object. Supports the use of multiple languages and structured text. | |
contains | 0..n | Allows for the identification of the member and optionally provides an index for the member within an ordered array | |
isOrdered | 0..1 | If members are ordered set to true, if unordered set to false. |
Name | Target Object | Description | Source cardinality | Target cardinality | Relationship type |
---|---|---|---|---|---|
realizes | Realizes the pattern collection | 0..n | 1..1 | Neither | |
isStructuredBy | Description of a complex structure for the Collection. A collection may be structured in more than one way for different uses. | 0..n | 0..n | Neither | |
definingConcept | The conceptual basis for the collection of members. | 0..n | 0..n | Neither |
Comments
wendy
Tue, 09/26/2017 - 16:44
Permalink
CatalogRelationStructure
Should this be added to support sub-collections?