DimensionalKeyMember

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionalKeyMember

Definition

Single data instance that is part of a dimensional key.

Examples

The “Ontario” string in a dimensional dataset where data points are identified by Province and other dimensions.

Diagram

Inheritance
    ᐊ── Dimensional::DimensionalKeyMember
Attributes

Name

Inherited from

Description

Data Type

Multiplicity

Default value

content

DataDescription::InstanceValue

The content of this value expressed as a string.

TypedString

0..1

identifier

DataDescription::InstanceValue

Identifier for objects requiring short- or long-lasting referencing and management.

Identifier

0..1

whiteSpace

DataDescription::InstanceValue

The usual setting “collapse” states that leading and trailing white space will be removed and multiple adjacent white spaces will be treated as a single white space. When setting to “replace” all occurrences of #x9 (tab), #xA (line feed) and #xD (carriage return) are replaced with #x20 (space) but leading and trailing spaces will be retained. If the existence of any of these white spaces is critical to the understanding of the content, change the value of this attribute to “preserve”.

WhiteSpaceRule

0..1

Associations

Direction

Association

Description

Multiplicity of DimensionalKeyMember

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

to

Key has KeyMember

0..*

DataDescription

Key

0..1

none

DataDescription::KeyMember

from

KeyMember isBasedOn DataStructureComponent

0..*

Components

DataStructureComponent

0..*

none

DataDescription::KeyMember

to

Datum uses InstanceValue

1..*

DataDescription

Datum

0..*

none

DataDescription::InstanceValue

to

InstanceKey has InstanceValue

0..1

KeyValue

InstanceKey

0..*

none

DataDescription::InstanceValue

from

InstanceValue hasValueFrom ValueDomain

0..*

Representations

ValueDomain

1..1

none

DataDescription::InstanceValue

from

InstanceValue isStoredIn DataPoint

0..1

DataDescription

DataPoint

0..1

none

DataDescription::InstanceValue

from

InstanceValue represents ConceptualValue

1..*

DataDescription

ConceptualValue

0..1

none

DataDescription::InstanceValue

to

DimensionalKeyDefinitionMember isRepresentedBy DimensionalKeyMember

1..*

- own package -

DimensionalKeyDefinitionMember

0..1

none

- own class -

from

DimensionalKeyMember hasValueFrom CodeList

0..*

Representations

CodeList

1..1

none

- own class -

Syntax representations / encodings

All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.

Fragment for the class DimensionalKeyMember (entire model as XMI)

 1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
 2                 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
 3                 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                 xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionalKeyMember"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionalKeyMember-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember"/>
11      <body>Definition
12============
13Single data instance that is part of a dimensional key. 
14
15Examples
16==========
17The "Ontario" string in a dimensional dataset where data points are identified by Province and other dimensions.</body>
18   </ownedComment>
19   <name>DimensionalKeyMember</name>
20   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember-generalization"
21                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionalKeyMember-generalization"
22                   xmi:type="uml:Generalization">
23      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-KeyMember"/>
24   </generalization>
25   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember-ownedAttribute"
26                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionalKeyMember-ownedAttribute"
27                   xmi:type="uml:Property">
28      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember-ownedAttribute-lowerValue"
29                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionalKeyMember-ownedAttribute-lowerValue"
30                  xmi:type="uml:LiteralInteger">
31         <value>1</value>
32      </lowerValue>
33      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember-ownedAttribute-upperValue"
34                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionalKeyMember-ownedAttribute-upperValue"
35                  xmi:type="uml:LiteralUnlimitedNatural">
36         <value>1</value>
37      </upperValue>
38      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionalKeyMember_hasValueFrom_CodeList"/>
39      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-CodeList"/>
40   </ownedAttribute>
41</packagedElement>

Fragment for the class DimensionalKeyMember (entire XML Schema)

 1<xs:element name="DimensionalKeyMember"
 2            type="DimensionalKeyMemberXsdType"
 3            xml:id="DimensionalKeyMember">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionalKeyMember -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          Single data instance that is part of a dimensional key. 
 9          
10          Examples
11          ==========
12          The "Ontario" string in a dimensional dataset where data points are identified by Province and other dimensions.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="DimensionalKeyMemberXsdType"
16                xml:id="DimensionalKeyMemberXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition
19          ============
20          Single data instance that is part of a dimensional key. 
21          
22          Examples
23          ==========
24          The "Ontario" string in a dimensional dataset where data points are identified by Province and other dimensions.</xs:documentation>
25  </xs:annotation>
26  <xs:complexContent>
27    <xs:extension base="KeyMemberXsdType">
28      <xs:sequence>
29        <xs:element name="DimensionalKeyMember_hasValueFrom_CodeList"
30                    minOccurs="1"
31                    maxOccurs="1"
32                    xml:id="DimensionalKeyMember_hasValueFrom_CodeList">
33          <xs:annotation>
34            <xs:documentation></xs:documentation>
35          </xs:annotation>
36          <xs:complexType>
37            <xs:complexContent>
38              <xs:restriction base="AssociationReferenceXsdType">
39                <xs:sequence>
40                  <xs:element name="ddiReference"
41                              type="InternationalRegistrationDataIdentifierXsdType"
42                              minOccurs="0"
43                              maxOccurs="1"
44                              xml:id="DimensionalKeyMember_hasValueFrom_CodeList-ddiReference"/>
45                  <xs:element name="validType"
46                              minOccurs="0"
47                              maxOccurs="unbounded"
48                              xml:id="DimensionalKeyMember_hasValueFrom_CodeList-validType">
49                    <xs:simpleType>
50                      <xs:restriction base="xs:NMTOKEN">
51                        <xs:enumeration value="CodeList"/>
52                      </xs:restriction>
53                    </xs:simpleType>
54                  </xs:element>
55                </xs:sequence>
56              </xs:restriction>
57            </xs:complexContent>
58          </xs:complexType>
59        </xs:element>
60      </xs:sequence>
61    </xs:extension>
62  </xs:complexContent>
63</xs:complexType>

Fragment for the class DimensionalKeyMember (main ontology)

 1# class DimensionalKeyMember
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionalKeyMember
 3cdi:DimensionalKeyMember
 4  a rdfs:Class, owl:Class, ucmis:Class;
 5  rdfs:label "DimensionalKeyMember";
 6  rdfs:comment "Definition\n============\nSingle data instance that is part of a dimensional key. \n\nExamples\n==========\nThe \"Ontario\" string in a dimensional dataset where data points are identified by Province and other dimensions."@en;
 7  rdfs:subClassOf cdi:KeyMember;
 8.
 9
10
11cdi:DimensionalKeyMember_hasValueFrom_CodeList
12  a rdf:Property, owl:ObjectProperty, ucmis:Association;
13  # ASSOCIATION
14  rdfs:label "hasValueFrom";
15  skos:altLabel "DimensionalKeyMember_hasValueFrom_CodeList";
16  
17  rdfs:domain cdi:DimensionalKeyMember;
18  rdfs:range cdi:CodeList;
19.

Fragment for the class DimensionalKeyMember (main JSON-LD)

 1{
 2  "@context": [
 3    "KeyMember.jsonld",
 4    {
 5      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 6      "xsd": "http://www.w3.org/2001/XMLSchema#",
 7      "DimensionalKeyMember": "cdi:DimensionalKeyMember",
 8      
 9      "hasValueFrom": {
10        "@id": "cdi:DimensionalKeyMember_hasValueFrom_CodeList",
11        "@type": "@id"      },
12      "isRepresentedBy_OF_DimensionalKeyDefinitionMember": {
13        "@reverse": "cdi:DimensionalKeyDefinitionMember_isRepresentedBy_DimensionalKeyMember",
14        "@type": "@id"
15      },
16      " comment ": "tag:json-should-support-trailing-commas" 
17    }
18  ],
19  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-09-23 21:52:57.",
20  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionalKeyMember"
21}