DimensionComponent#

Fully qualified class name of the UML model DDI-CDI 1.0: DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::DimensionComponent

Definition#

Role given to a represented variable in the context of a dimensional data structure to identify the universes associated with data points. The variable acts as a field in the compound identifier (the key structure) to disambiguate the cells in the multi-dimensional “cube”.

Explanatory notes#

The categories from each dimension often are used in combination to identify a cell. The meaning of the combination of the categories supplies meaning to the cell.

Diagram#

Diagram

Inheritance#

Inheritance
  ᐊ── Components::DimensionComponent

Attributes#

Attributes
Attributes#

Name

Inherited from

Description

Data Type

Multiplicity

Default value

categoricalAdditivity

- own class -

Indicates whether categories at a specific level can be combined to provide the value for their shared parent category. Value is True if categories can be added together (collapsed) to create higher-level categories.

An example would be age categories. Five-year age categories can be collapsed into 10-year age categories.

Boolean

0..1

false

identifier

Components::DataStructureComponent

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

Identifier

0..1

semantic

Components::DataStructureComponent

Qualifies the purpose or use expressed as a paired external controlled vocabulary.

PairedControlledVocabularyEntry

0..*

specialization

Components::DataStructureComponent

The role played by the component for the data set for purposes of harmonization and integration, typically regarding geography, time, etc.

SpecializationRole

0..1

Associations#

Associations
Associations#

Direction

Association

Description

Multiplicity of DimensionComponent

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

from

DataStructureComponent isDefinedBy RepresentedVariable

Data structure component is defined by zero to one represented variable.

0..*

Conceptual

RepresentedVariable

0..1

none

Components::DataStructureComponent

to

DataPoint correspondsTo DataStructureComponent

0..*

DataDescription

DataPoint

0..*

none

Components::DataStructureComponent

to

DataStructure has DataStructureComponent

0..*

DataDescription

DataStructure

0..1

none

Components::DataStructureComponent

to

KeyMember isBasedOn DataStructureComponent

0..*

DataDescription

KeyMember

0..*

none

Components::DataStructureComponent

to

AttributeComponent qualifies DataStructureComponent

0..*

- own package -

AttributeComponent

0..*

none

Components::DataStructureComponent

to

ComponentPosition indexes DataStructureComponent

0..1

- own package -

ComponentPosition

0..*

none

Components::DataStructureComponent

to

ForeignKeyComponent correspondsTo DataStructureComponent

1..1

- own package -

ForeignKeyComponent

0..1

none

Components::DataStructureComponent

to

PrimaryKeyComponent correspondsTo DataStructureComponent

1..1

- own package -

PrimaryKeyComponent

0..1

none

Components::DataStructureComponent

from

DimensionComponent isStructuredBy ValueDomain

0..*

Representations

ValueDomain

0..1

none

own class

to

DimensionGroup has DimensionComponent

1..*

Dimensional

DimensionGroup

0..*

none

own class

Encodings#

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 DimensionComponent (entire model as XMI)

 1<packagedElement xmlns:StandardProfile="http://www.omg.org/spec/UML/20131001/StandardProfile"
 2                  xmlns:uml="http://www.omg.org/spec/UML/20131001"
 3                  xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
 4                  xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent"
 5                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent"
 6                  xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-ownedComment"
 8                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-ownedComment"
 9                  xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent"/>
11      <body>Definition 
12============ 
13Role given to a represented variable in the context of a dimensional data structure to identify the universes associated with data points. The variable acts as a field in the compound identifier (the key structure) to disambiguate the cells in the multi-dimensional "cube".  
14
15Explanatory notes 
16=================== 
17The categories from each dimension often are used in combination to identify a cell. The meaning of the combination of the categories supplies meaning to the cell.</body>
18   </ownedComment>
19   <name>DimensionComponent</name>
20   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-generalization"
21                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-generalization"
22                    xmi:type="uml:Generalization">
23      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DataStructureComponent"/>
24   </generalization>
25   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-categoricalAdditivity"
26                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-categoricalAdditivity"
27                    xmi:type="uml:Property">
28      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-categoricalAdditivity-ownedComment"
29                     xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-categoricalAdditivity-ownedComment"
30                     xmi:type="uml:Comment">
31         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-categoricalAdditivity"/>
32         <body>Indicates whether categories at a specific level can be combined to provide the value for their shared parent category. Value is True if categories can be added together (collapsed) to create higher-level categories.  
33
34An example would be age categories. Five-year age categories can be collapsed into 10-year age categories.</body>
35      </ownedComment>
36      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-categoricalAdditivity-lowerValue"
37                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-categoricalAdditivity-lowerValue"
38                   xmi:type="uml:LiteralInteger"/>
39      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-categoricalAdditivity-upperValue"
40                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-categoricalAdditivity-upperValue"
41                   xmi:type="uml:LiteralUnlimitedNatural">
42         <value>1</value>
43      </upperValue>
44      <name>categoricalAdditivity</name>
45      <defaultValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-categoricalAdditivity-defaultValue"
46                     xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-categoricalAdditivity-defaultValue"
47                     xmi:type="uml:LiteralBoolean">
48         <value>False</value>
49      </defaultValue>
50      <type href="http://www.omg.org/spec/UML/20131001/PrimitiveTypes.xmi#Boolean"
51             xmi:type="uml:PrimitiveType"/>
52   </ownedAttribute>
53   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-ownedAttribute"
54                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-ownedAttribute"
55                    xmi:type="uml:Property">
56      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-ownedAttribute-lowerValue"
57                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-ownedAttribute-lowerValue"
58                   xmi:type="uml:LiteralInteger"/>
59      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent-ownedAttribute-upperValue"
60                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#DimensionComponent-ownedAttribute-upperValue"
61                   xmi:type="uml:LiteralUnlimitedNatural">
62         <value>1</value>
63      </upperValue>
64      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-DimensionComponent_isStructuredBy_ValueDomain"/>
65      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Representations-ValueDomain"/>
66   </ownedAttribute>
67</packagedElement>

Fragment for the class DimensionComponent (entire XML Schema)

 1<xs:element name="DimensionComponent"
 2            type="DimensionComponentXsdType"
 3            xml:id="DimensionComponent">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::DimensionComponent -->
 5  <xs:annotation>
 6    <xs:documentation>Definition 
 7          ============ 
 8          Role given to a represented variable in the context of a dimensional data structure to identify the universes associated with data points. The variable acts as a field in the compound identifier (the key structure) to disambiguate the cells in the multi-dimensional "cube".  
 9          
10          Explanatory notes 
11          =================== 
12          The categories from each dimension often are used in combination to identify a cell. The meaning of the combination of the categories supplies meaning to the cell.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="DimensionComponentXsdType"
16                xml:id="DimensionComponentXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition 
19          ============ 
20          Role given to a represented variable in the context of a dimensional data structure to identify the universes associated with data points. The variable acts as a field in the compound identifier (the key structure) to disambiguate the cells in the multi-dimensional "cube".  
21          
22          Explanatory notes 
23          =================== 
24          The categories from each dimension often are used in combination to identify a cell. The meaning of the combination of the categories supplies meaning to the cell.</xs:documentation>
25  </xs:annotation>
26  <xs:complexContent>
27    <xs:extension base="DataStructureComponentXsdType">
28      <xs:sequence>
29        <xs:element name="categoricalAdditivity"
30                    type="xs:boolean"
31                    minOccurs="0"
32                    maxOccurs="1"
33                    xml:id="DimensionComponent-categoricalAdditivity">
34          <xs:annotation>
35            <xs:documentation>Indicates whether categories at a specific level can be combined to provide the value for their shared parent category. Value is True if categories can be added together (collapsed) to create higher-level categories.  
36            
37            An example would be age categories. Five-year age categories can be collapsed into 10-year age categories.</xs:documentation>
38          </xs:annotation>
39        </xs:element>
40        <xs:element name="DimensionComponent_isStructuredBy_ValueDomain"
41                    minOccurs="0"
42                    maxOccurs="1"
43                    xml:id="DimensionComponent_isStructuredBy_ValueDomain">
44          <xs:annotation>
45            <xs:documentation></xs:documentation>
46          </xs:annotation>
47          <xs:complexType>
48            <xs:complexContent>
49              <xs:restriction base="AssociationReferenceXsdType">
50                <xs:sequence>
51                  <xs:element name="ddiReference"
52                              type="InternationalRegistrationDataIdentifierXsdType"
53                              minOccurs="0"
54                              maxOccurs="1"
55                              xml:id="DimensionComponent_isStructuredBy_ValueDomain-ddiReference"/>
56                  <xs:element name="validType"
57                              minOccurs="0"
58                              maxOccurs="unbounded"
59                              xml:id="DimensionComponent_isStructuredBy_ValueDomain-validType">
60                    <xs:simpleType>
61                      <xs:restriction base="xs:NMTOKEN">
62                        <xs:enumeration value="DescriptorValueDomain"/>
63                        <xs:enumeration value="ReferenceValueDomain"/>
64                        <xs:enumeration value="SentinelValueDomain"/>
65                        <xs:enumeration value="SubstantiveValueDomain"/>
66                        <xs:enumeration value="ValueDomain"/>
67                      </xs:restriction>
68                    </xs:simpleType>
69                  </xs:element>
70                </xs:sequence>
71              </xs:restriction>
72            </xs:complexContent>
73          </xs:complexType>
74        </xs:element>
75      </xs:sequence>
76    </xs:extension>
77  </xs:complexContent>
78</xs:complexType>

Fragment for the class DimensionComponent (entire JSON Schema)

  1"cls-DimensionComponent": {
  2  "description": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DimensionComponent",
  3  "type": "object",
  4  "properties": {
  5    "@context": {
  6      "$ref": "#/defs/at-context"
  7    },
  8    "@id": {
  9      "type": "string",
 10      "format": "iri-reference"
 11    },
 12    "@type": {
 13      "const": "DimensionComponent"
 14    },
 15    "categoricalAdditivity": {
 16      "$comment": "cardinality 0..1 – from cdi:DimensionComponent",
 17      "$ref": "#/defs/xsd:boolean"
 18    },
 19    "identifier": {
 20      "$comment": "cardinality 0..1 – from cdi:DataStructureComponent",
 21      "$ref": "#/defs/dt-Identifier"
 22    },
 23    "semantic": {
 24      "$comment": "cardinality 0..-1 – from cdi:DataStructureComponent",
 25      "if": { "type": "array" },
 26      "then": { "items": { "$ref": "#/defs/dt-PairedControlledVocabularyEntry" } },
 27      "else": { "$ref": "#/defs/dt-PairedControlledVocabularyEntry" }
 28    },
 29    "specialization": {
 30      "$comment": "cardinality 0..1 – from cdi:DataStructureComponent",
 31      "$ref": "#/defs/dt-SpecializationRole"
 32    },
 33    "isStructuredBy": {
 34      "description": "DimensionComponent_isStructuredBy_ValueDomain",
 35      "$comment": "cardinality 0..1",
 36       "$ref": "#/defs/target-ValueDomain"
 37    },
 38    "isDefinedBy_RepresentedVariable": {
 39      "description": "DataStructureComponent_isDefinedBy_RepresentedVariable",
 40      "$comment": "cardinality 0..1",
 41       "$ref": "#/defs/target-RepresentedVariable"
 42    },
 43    "has_DimensionComponent_OF_DimensionGroup": {
 44      "description": "DimensionGroup_has_DimensionComponent",
 45      "$comment": "cardinality 0..-1",
 46      "anyOf": [
 47        {
 48          "$ref": "#/defs/target-DimensionGroup"
 49        },
 50        {
 51          "type": "array",
 52          "items": {
 53            "$ref": "#/defs/target-DimensionGroup"
 54          }
 55        }
 56      ]
 57    },
 58    "correspondsTo_DataStructureComponent_OF_DataPoint": {
 59      "description": "DataPoint_correspondsTo_DataStructureComponent",
 60      "$comment": "cardinality 0..-1",
 61      "anyOf": [
 62        {
 63          "$ref": "#/defs/target-DataPoint"
 64        },
 65        {
 66          "type": "array",
 67          "items": {
 68            "$ref": "#/defs/target-DataPoint"
 69          }
 70        }
 71      ]
 72    },
 73    "has_DataStructureComponent_OF_DataStructure": {
 74      "description": "DataStructure_has_DataStructureComponent",
 75      "$comment": "cardinality 0..1",
 76      "$ref": "#/defs/target-DataStructure"
 77    },
 78    "isBasedOn_OF_KeyMember": {
 79      "description": "KeyMember_isBasedOn_DataStructureComponent",
 80      "$comment": "cardinality 0..-1",
 81      "anyOf": [
 82        {
 83          "$ref": "#/defs/target-KeyMember"
 84        },
 85        {
 86          "type": "array",
 87          "items": {
 88            "$ref": "#/defs/target-KeyMember"
 89          }
 90        }
 91      ]
 92    },
 93    "qualifies_OF_AttributeComponent": {
 94      "description": "AttributeComponent_qualifies_DataStructureComponent",
 95      "$comment": "cardinality 0..-1",
 96      "anyOf": [
 97        {
 98          "$ref": "#/defs/target-AttributeComponent"
 99        },
100        {
101          "type": "array",
102          "items": {
103            "$ref": "#/defs/target-AttributeComponent"
104          }
105        }
106      ]
107    },
108    "indexes_OF_ComponentPosition": {
109      "description": "ComponentPosition_indexes_DataStructureComponent",
110      "$comment": "cardinality 0..-1",
111      "anyOf": [
112        {
113          "$ref": "#/defs/target-ComponentPosition"
114        },
115        {
116          "type": "array",
117          "items": {
118            "$ref": "#/defs/target-ComponentPosition"
119          }
120        }
121      ]
122    },
123    "correspondsTo_DataStructureComponent_OF_ForeignKeyComponent": {
124      "description": "ForeignKeyComponent_correspondsTo_DataStructureComponent",
125      "$comment": "cardinality 0..1",
126      "$ref": "#/defs/target-ForeignKeyComponent"
127    },
128    "correspondsTo_DataStructureComponent_OF_PrimaryKeyComponent": {
129      "description": "PrimaryKeyComponent_correspondsTo_DataStructureComponent",
130      "$comment": "cardinality 0..1",
131      "$ref": "#/defs/target-PrimaryKeyComponent"
132    },
133    "sameAs": {
134      "$ref": "#/defs/owl:sameAs"
135    }
136  },
137  "required": ["@type"],
138  "additionalProperties": false
139},
140"target-DimensionComponent": {
141  "description": "all subclasses of http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DimensionComponent",
142  "anyOf": [
143    { "$ref": "#/defs/cls-DimensionComponent" },
144    { "type": "string", "format": "iri-reference" }
145  ]
146},

Fragment for the class DimensionComponent (main ontology)

 1# class DimensionComponent
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::DimensionComponent
 3cdi:DimensionComponent
 4  a rdfs:Class, owl:Class, ucmis:Class;
 5  rdfs:label "DimensionComponent";
 6  rdfs:comment "Definition \n============ \nRole given to a represented variable in the context of a dimensional data structure to identify the universes associated with data points. The variable acts as a field in the compound identifier (the key structure) to disambiguate the cells in the multi-dimensional \"cube\".  \n\nExplanatory notes \n=================== \nThe categories from each dimension often are used in combination to identify a cell. The meaning of the combination of the categories supplies meaning to the cell."@en;
 7  rdfs:subClassOf cdi:DataStructureComponent;
 8.
 9
10cdi:DimensionComponent-categoricalAdditivity
11  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
12  rdfs:label "categoricalAdditivity";
13  rdfs:comment "Indicates whether categories at a specific level can be combined to provide the value for their shared parent category. Value is True if categories can be added together (collapsed) to create higher-level categories.  \n\nAn example would be age categories. Five-year age categories can be collapsed into 10-year age categories."@en;
14  rdfs:domain cdi:DimensionComponent;
15  rdfs:range xsd:boolean;
16.
17
18
19cdi:DimensionComponent_isStructuredBy_ValueDomain
20  a rdf:Property, owl:ObjectProperty, ucmis:Association;
21  # ASSOCIATION
22  rdfs:label "isStructuredBy";
23  skos:altLabel "DimensionComponent_isStructuredBy_ValueDomain";
24  
25  rdfs:domain cdi:DimensionComponent;
26  rdfs:range cdi:ValueDomain;
27.

Fragment for the class DimensionComponent (entire JSON-LD)

 1{
 2  "@context": [
 3    "DataStructureComponent.jsonld",
 4    {
 5      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 6      "xsd": "http://www.w3.org/2001/XMLSchema#",
 7
 8      "categoricalAdditivity": {
 9        "@id": "cdi:DimensionComponent-categoricalAdditivity",
10        "@type": "xsd:boolean"
11      },
12      
13      "isStructuredBy": {
14        "@id": "cdi:DimensionComponent_isStructuredBy_ValueDomain",
15        "@type": "@id",
16        "@context": "ValueDomain.jsonld"
17      },
18      "has_DimensionComponent_OF_DimensionGroup": {
19        "@reverse": "cdi:DimensionGroup_has_DimensionComponent",
20        "@type": "@id",
21        "@context": "DimensionGroup.jsonld"
22      },
23      " comment ": "tag:json-should-support-trailing-commas"
24    }
25  ],
26  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2025-08-29 14:34:49.",
27  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::DimensionComponent"
28}

Fragment for the class DimensionComponent (entire SHACL - Shapes Constraint Language)

 1# class DimensionComponent
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::DimensionComponent
 3<#DimensionComponent> a sh:NodeShape;
 4    sh:targetClass cdi:DimensionComponent;
 5	sh:message "See http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/DimensionComponent";
 6	sh:closed true;
 7	sh:ignoredProperties ( owl:sameAs );
 8    sh:property [
 9			sh:path rdf:type;
10			sh:in (   cdi:DimensionComponent
11			 ) ;
12    ];
13    # attributes
14    sh:property <#DimensionComponent-categoricalAdditivity>;
15    # associations from DimensionComponent
16    sh:property <#DimensionComponent_isStructuredBy_ValueDomain>;
17    # associations to DimensionComponent
18    sh:property <#rev_DimensionGroup_has_DimensionComponent>;
19
20    # ---- superclass: DataStructureComponent
21    # attributes
22    sh:property <#DataStructureComponent-identifier>;
23    sh:property <#DataStructureComponent-semantic>;
24    sh:property <#DataStructureComponent-specialization>;
25    # associations from DataStructureComponent
26    sh:property <#DataStructureComponent_isDefinedBy_RepresentedVariable>;
27    # associations to DataStructureComponent
28    sh:property <#rev_DataPoint_correspondsTo_DataStructureComponent>;
29    sh:property <#rev_DataStructure_has_DataStructureComponent>;
30    sh:property <#rev_KeyMember_isBasedOn_DataStructureComponent>;
31    sh:property <#rev_AttributeComponent_qualifies_DataStructureComponent>;
32    sh:property <#rev_ComponentPosition_indexes_DataStructureComponent>;
33    sh:property <#rev_ForeignKeyComponent_correspondsTo_DataStructureComponent>;
34    sh:property <#rev_PrimaryKeyComponent_correspondsTo_DataStructureComponent>;
35
36
37
38
39
40.
41
42<#DimensionComponent-categoricalAdditivity> a sh:PropertyShape ;
43    sh:path cdi:DimensionComponent-categoricalAdditivity;
44    sh:datatype xsd:boolean;
45    sh:maxCount 1;
46.
47
48<#DimensionComponent_isStructuredBy_ValueDomain> a sh:PropertyShape ;
49    sh:path cdi:DimensionComponent_isStructuredBy_ValueDomain;
50	sh:node [ sh:property [ sh:path rdf:type; sh:minCount 1; sh:in (
51        cdi:ValueDomain
52        cdi:ReferenceValueDomain
53        cdi:SentinelValueDomain
54        cdi:SubstantiveValueDomain
55        cdi:DescriptorValueDomain
56      
57    ) ]];
58    sh:maxCount 1;
59.
60<#rev_DimensionComponent_isStructuredBy_ValueDomain> a sh:PropertyShape ;
61    sh:path [ sh:inversePath cdi:DimensionComponent_isStructuredBy_ValueDomain ];
62.

Fragment for the class DimensionComponent (entire ShEx - Shape Expressions)

 1# class DimensionComponent
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::DimensionComponent
 3cdi:DimensionComponentShape CLOSED {
 4	a [cdi:DimensionComponent];
 5	cdi:DimensionComponent-categoricalAdditivity	xsd:boolean?;
 6	cdi:DimensionComponent_isStructuredBy_ValueDomain	@cdi:ValueDomainShape OR @cdi:ReferenceValueDomainShape OR @cdi:SentinelValueDomainShape OR @cdi:SubstantiveValueDomainShape?;
 7	
 8	^cdi:DimensionGroup_has_DimensionComponent @cdi:DimensionGroupShape *;
 9		&cdi:DataStructureComponentProperties;
10	}