DimensionGroup

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

Definition

Collection of dimensions that can be reused across multiple dimensional structures.

Examples

Sex, Province and Marital Status is a common set of dimensions used across a variety of dimensional data structures and might need to be maintained separately.

Diagram

Attributes

Name

Inherited from

Description

Data Type

Multiplicity

Default value

identifier

- own class -

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

Identifier

0..1

name

- own class -

Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.

ObjectName

0..*

Associations

Direction

Association

Description

Multiplicity of DimensionGroup

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

from

DimensionGroup has DimensionComponent

0..*

Components

DimensionComponent

1..*

shared

- own class -

to

DimensionalDataStructure uses DimensionGroup

0..*

- own package -

DimensionalDataStructure

0..*

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 DimensionGroup (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-DimensionGroup"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup"/>
11      <body>Definition
12============
13Collection of dimensions that can be reused across multiple dimensional structures.
14
15Examples
16==========
17Sex, Province and Marital Status is a common set of dimensions used across a variety of dimensional data structures and might need to be maintained separately.</body>
18   </ownedComment>
19   <name>DimensionGroup</name>
20   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-identifier"
21                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-identifier"
22                   xmi:type="uml:Property">
23      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-identifier-ownedComment"
24                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-identifier-ownedComment"
25                    xmi:type="uml:Comment">
26         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-identifier"/>
27         <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
28      </ownedComment>
29      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-identifier-lowerValue"
30                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-identifier-lowerValue"
31                  xmi:type="uml:LiteralInteger"/>
32      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-identifier-upperValue"
33                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-identifier-upperValue"
34                  xmi:type="uml:LiteralUnlimitedNatural">
35         <value>1</value>
36      </upperValue>
37      <name>identifier</name>
38      <isID>true</isID>
39      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
40   </ownedAttribute>
41   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-name"
42                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-name"
43                   xmi:type="uml:Property">
44      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-name-ownedComment"
45                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-name-ownedComment"
46                    xmi:type="uml:Comment">
47         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-name"/>
48         <body>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</body>
49      </ownedComment>
50      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-name-lowerValue"
51                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-name-lowerValue"
52                  xmi:type="uml:LiteralInteger"/>
53      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-name-upperValue"
54                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-name-upperValue"
55                  xmi:type="uml:LiteralUnlimitedNatural">
56         <value>*</value>
57      </upperValue>
58      <name>name</name>
59      <isOrdered>true</isOrdered>
60      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
61   </ownedAttribute>
62   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-ownedAttribute"
63                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-ownedAttribute"
64                   xmi:type="uml:Property">
65      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-ownedAttribute-lowerValue"
66                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-ownedAttribute-lowerValue"
67                  xmi:type="uml:LiteralInteger">
68         <value>1</value>
69      </lowerValue>
70      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-DimensionGroup-ownedAttribute-upperValue"
71                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionGroup-ownedAttribute-upperValue"
72                  xmi:type="uml:LiteralUnlimitedNatural">
73         <value>*</value>
74      </upperValue>
75      <aggregation>shared</aggregation>
76      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionGroup_has_DimensionComponent"/>
77      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent"/>
78   </ownedAttribute>
79</packagedElement>

Fragment for the class DimensionGroup (entire XML Schema)

 1<xs:element name="DimensionGroup"
 2            type="DimensionGroupXsdType"
 3            xml:id="DimensionGroup">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionGroup -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          Collection of dimensions that can be reused across multiple dimensional structures.
 9          
10          Examples
11          ==========
12          Sex, Province and Marital Status is a common set of dimensions used across a variety of dimensional data structures and might need to be maintained separately.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="DimensionGroupXsdType"
16                xml:id="DimensionGroupXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition
19          ============
20          Collection of dimensions that can be reused across multiple dimensional structures.
21          
22          Examples
23          ==========
24          Sex, Province and Marital Status is a common set of dimensions used across a variety of dimensional data structures and might need to be maintained separately.</xs:documentation>
25  </xs:annotation>
26  <xs:sequence>
27    <xs:element name="identifier"
28                type="IdentifierXsdType"
29                minOccurs="0"
30                maxOccurs="1"
31                xml:id="DimensionGroup-identifier">
32      <xs:annotation>
33        <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
34      </xs:annotation>
35    </xs:element>
36    <xs:element name="name"
37                type="ObjectNameXsdType"
38                minOccurs="0"
39                maxOccurs="unbounded"
40                xml:id="DimensionGroup-name">
41      <xs:annotation>
42        <xs:documentation>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</xs:documentation>
43      </xs:annotation>
44    </xs:element>
45    <xs:element name="DimensionGroup_has_DimensionComponent"
46                minOccurs="1"
47                maxOccurs="unbounded"
48                xml:id="DimensionGroup_has_DimensionComponent">
49      <xs:annotation>
50        <xs:documentation></xs:documentation>
51      </xs:annotation>
52      <xs:complexType>
53        <xs:complexContent>
54          <xs:restriction base="AssociationReferenceXsdType">
55            <xs:sequence>
56              <xs:element name="ddiReference"
57                          type="InternationalRegistrationDataIdentifierXsdType"
58                          minOccurs="0"
59                          maxOccurs="1"
60                          xml:id="DimensionGroup_has_DimensionComponent-ddiReference"/>
61              <xs:element name="validType"
62                          minOccurs="0"
63                          maxOccurs="unbounded"
64                          xml:id="DimensionGroup_has_DimensionComponent-validType">
65                <xs:simpleType>
66                  <xs:restriction base="xs:NMTOKEN">
67                    <xs:enumeration value="DimensionComponent"/>
68                  </xs:restriction>
69                </xs:simpleType>
70              </xs:element>
71            </xs:sequence>
72          </xs:restriction>
73        </xs:complexContent>
74      </xs:complexType>
75    </xs:element>
76  </xs:sequence>
77</xs:complexType>

Fragment for the class DimensionGroup (main ontology)

 1# class DimensionGroup
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionGroup
 3cdi:DimensionGroup
 4  a rdfs:Class, owl:Class, ucmis:Class;
 5  rdfs:label "DimensionGroup";
 6  rdfs:comment "Definition\n============\nCollection of dimensions that can be reused across multiple dimensional structures.\n\nExamples\n==========\nSex, Province and Marital Status is a common set of dimensions used across a variety of dimensional data structures and might need to be maintained separately."@en;
 7  
 8.
 9
10cdi:DimensionGroup-identifier
11  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
12  rdfs:label "identifier";
13  rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
14  rdfs:domain cdi:DimensionGroup;
15  rdfs:range cdi:Identifier;
16.
17
18cdi:DimensionGroup-name
19  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
20  rdfs:label "name";
21  rdfs:comment "Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage."@en;
22  rdfs:domain cdi:DimensionGroup;
23  rdfs:range cdi:ObjectName;
24.
25
26
27cdi:DimensionGroup_has_DimensionComponent
28  a rdf:Property, owl:ObjectProperty, ucmis:Association;
29  # ASSOCIATION
30  rdfs:label "has";
31  skos:altLabel "DimensionGroup_has_DimensionComponent";
32  
33  rdfs:domain cdi:DimensionGroup;
34  rdfs:range cdi:DimensionComponent;
35.

Fragment for the class DimensionGroup (main JSON-LD)

 1{
 2  "@context": [
 3    {
 4      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 5      "xsd": "http://www.w3.org/2001/XMLSchema#",
 6      "DimensionGroup": "cdi:DimensionGroup",
 7      "identifier": {
 8        "@id": "cdi:DimensionGroup-identifier",
 9        "@type": "@id",
10        "@context": "Identifier.jsonld"
11      },
12      "name": {
13        "@id": "cdi:DimensionGroup-name",
14        "@type": "@id",
15        "@context": "ObjectName.jsonld"
16      },
17      
18      "has": {
19        "@id": "cdi:DimensionGroup_has_DimensionComponent",
20        "@type": "@id"      },
21      "uses_OF_DimensionalDataStructure": {
22        "@reverse": "cdi:DimensionalDataStructure_uses_DimensionGroup",
23        "@type": "@id"
24      },
25      " comment ": "tag:json-should-support-trailing-commas" 
26    }
27  ],
28  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:07.",
29  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::DimensionGroup"
30}