MeasureComponent¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::MeasureComponent
Definition¶
Role given to a represented variable in the context of a data structure to hold the observed/derived values.
Examples¶
Height of a person in a wide or long dataset or number of citizens in a country in a dataset for multiple countries (dimensional dataset).
Diagram
Inheritance
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
---|---|---|---|---|---|
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. |
0..* |
||
identifier |
Identifier for objects requiring short- or long-lasting referencing and management. |
0..1 |
|||
semantic |
Qualifies the purpose or use expressed as a paired external controlled vocabulary. |
0..* |
|||
specialization |
The role played by the component for the data set for purposes of harmonization and integration, typically regarding geography, time, etc. |
0..1 |
Associations
Direction |
Association |
Description |
Multiplicity of MeasureComponent |
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..* |
0..1 |
none |
|||
to |
DataPoint correspondsTo DataStructureComponent |
0..* |
0..* |
none |
||||
to |
DataStructure has DataStructureComponent |
0..* |
0..1 |
none |
||||
to |
KeyMember isBasedOn DataStructureComponent |
0..* |
0..* |
none |
||||
to |
AttributeComponent qualifies DataStructureComponent |
0..* |
- own package - |
0..* |
none |
|||
to |
ComponentPosition indexes DataStructureComponent |
0..1 |
- own package - |
0..* |
none |
|||
to |
ForeignKeyComponent correspondsTo DataStructureComponent |
1..1 |
- own package - |
0..1 |
none |
|||
to |
PrimaryKeyComponent correspondsTo DataStructureComponent |
1..1 |
- own package - |
0..1 |
none |
|||
to |
QualifiedMeasure refines MeasureComponent |
0..1 |
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 MeasureComponent (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-Components-MeasureComponent"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent"/>
11 <body>Definition
12============
13Role given to a represented variable in the context of a data structure to hold the observed/derived values.
14
15Examples
16==========
17Height of a person in a wide or long dataset or number of citizens in a country in a dataset for multiple countries (dimensional dataset).</body>
18 </ownedComment>
19 <name>MeasureComponent</name>
20 <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent-generalization"
21 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent-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-MeasureComponent-name"
26 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent-name"
27 xmi:type="uml:Property">
28 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent-name-ownedComment"
29 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent-name-ownedComment"
30 xmi:type="uml:Comment">
31 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent-name"/>
32 <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>
33 </ownedComment>
34 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent-name-lowerValue"
35 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent-name-lowerValue"
36 xmi:type="uml:LiteralInteger"/>
37 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent-name-upperValue"
38 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#MeasureComponent-name-upperValue"
39 xmi:type="uml:LiteralUnlimitedNatural">
40 <value>*</value>
41 </upperValue>
42 <name>name</name>
43 <isOrdered>true</isOrdered>
44 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
45 </ownedAttribute>
46</packagedElement>
Fragment for the class MeasureComponent (entire XML Schema)
1<xs:element name="MeasureComponent"
2 type="MeasureComponentXsdType"
3 xml:id="MeasureComponent">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::MeasureComponent -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 Role given to a represented variable in the context of a data structure to hold the observed/derived values.
9
10 Examples
11 ==========
12 Height of a person in a wide or long dataset or number of citizens in a country in a dataset for multiple countries (dimensional dataset).</xs:documentation>
13 </xs:annotation>
14</xs:element>
15<xs:complexType name="MeasureComponentXsdType"
16 xml:id="MeasureComponentXsdType">
17 <xs:annotation>
18 <xs:documentation>Definition
19 ============
20 Role given to a represented variable in the context of a data structure to hold the observed/derived values.
21
22 Examples
23 ==========
24 Height of a person in a wide or long dataset or number of citizens in a country in a dataset for multiple countries (dimensional dataset).</xs:documentation>
25 </xs:annotation>
26 <xs:complexContent>
27 <xs:extension base="DataStructureComponentXsdType">
28 <xs:sequence>
29 <xs:element name="name"
30 type="ObjectNameXsdType"
31 minOccurs="0"
32 maxOccurs="unbounded"
33 xml:id="MeasureComponent-name">
34 <xs:annotation>
35 <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>
36 </xs:annotation>
37 </xs:element>
38 </xs:sequence>
39 </xs:extension>
40 </xs:complexContent>
41</xs:complexType>
Fragment for the class MeasureComponent (main ontology)
1# class MeasureComponent
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::MeasureComponent
3cdi:MeasureComponent
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "MeasureComponent";
6 rdfs:comment "Definition \n============ \nRole given to a represented variable in the context of a data structure to hold the observed/derived values. \n\nExamples \n========== \nHeight of a person in a wide or long dataset or number of citizens in a country in a dataset for multiple countries (dimensional dataset)."@en;
7 rdfs:subClassOf cdi:DataStructureComponent;
8.
9
10cdi:MeasureComponent-name
11 a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
12 rdfs:label "name";
13 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;
14 rdfs:domain cdi:MeasureComponent;
15 rdfs:range cdi:ObjectName;
16.
Fragment for the class MeasureComponent (main 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 "MeasureComponent": "cdi:MeasureComponent",
8 "name": {
9 "@id": "cdi:MeasureComponent-name",
10 "@type": "@id",
11 "@context": "ObjectName.jsonld"
12 },
13
14 "refines_OF_QualifiedMeasure": {
15 "@reverse": "cdi:QualifiedMeasure_refines_MeasureComponent",
16 "@type": "@id"
17 },
18 " comment ": "tag:json-should-support-trailing-commas"
19 }
20 ],
21 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:07.",
22 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Components::MeasureComponent"
23}