QualifiedMeasure¶
Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure
Definition¶
A measure having a specific production method.
Examples¶
Seasonally adjusted monthly income.
Diagram
Inheritance
Attributes
Name |
Inherited from |
Description |
Data Type |
Multiplicity |
Default value |
---|---|---|---|---|---|
name |
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 QualifiedMeasure |
Package of Other Class |
Other Class |
Multiplicity of other class |
Aggregation Kind |
Inherited from |
---|---|---|---|---|---|---|---|---|
to |
QualifiedMeasure refines MeasureComponent |
0..1 |
- own package - |
0..* |
none |
|||
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..* |
0..* |
none |
||||
to |
ComponentPosition indexes DataStructureComponent |
0..1 |
0..* |
none |
||||
to |
ForeignKeyComponent correspondsTo DataStructureComponent |
1..1 |
0..1 |
none |
||||
to |
PrimaryKeyComponent correspondsTo DataStructureComponent |
1..1 |
0..1 |
none |
||||
from |
QualifiedMeasure refines MeasureComponent |
0..* |
0..1 |
none |
- own class - |
|||
to |
ScopedMeasure restricts QualifiedMeasure |
A scoped measure resticts a qualified measure to a particular cell. |
0..1 |
- own package - |
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 QualifiedMeasure (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-QualifiedMeasure"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure"
6 xmi:type="uml:Class">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure"/>
11 <body>Definition
12============
13A measure having a specific production method.
14
15Examples
16==========
17Seasonally adjusted monthly income.</body>
18 </ownedComment>
19 <name>QualifiedMeasure</name>
20 <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-generalization"
21 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-generalization"
22 xmi:type="uml:Generalization">
23 <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent"/>
24 </generalization>
25 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedAttribute"
26 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedAttribute"
27 xmi:type="uml:Property">
28 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedAttribute-lowerValue"
29 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedAttribute-lowerValue"
30 xmi:type="uml:LiteralInteger"/>
31 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-QualifiedMeasure-ownedAttribute-upperValue"
32 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#QualifiedMeasure-ownedAttribute-upperValue"
33 xmi:type="uml:LiteralUnlimitedNatural">
34 <value>1</value>
35 </upperValue>
36 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-QualifiedMeasure_refines_MeasureComponent"/>
37 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Components-MeasureComponent"/>
38 </ownedAttribute>
39</packagedElement>
Fragment for the class QualifiedMeasure (entire XML Schema)
1<xs:element name="QualifiedMeasure"
2 type="QualifiedMeasureXsdType"
3 xml:id="QualifiedMeasure">
4 <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure -->
5 <xs:annotation>
6 <xs:documentation>Definition
7 ============
8 A measure having a specific production method.
9
10 Examples
11 ==========
12 Seasonally adjusted monthly income.</xs:documentation>
13 </xs:annotation>
14</xs:element>
15<xs:complexType name="QualifiedMeasureXsdType"
16 xml:id="QualifiedMeasureXsdType">
17 <xs:annotation>
18 <xs:documentation>Definition
19 ============
20 A measure having a specific production method.
21
22 Examples
23 ==========
24 Seasonally adjusted monthly income.</xs:documentation>
25 </xs:annotation>
26 <xs:complexContent>
27 <xs:extension base="MeasureComponentXsdType">
28 <xs:sequence>
29 <xs:element name="QualifiedMeasure_refines_MeasureComponent"
30 minOccurs="0"
31 maxOccurs="1"
32 xml:id="QualifiedMeasure_refines_MeasureComponent">
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="QualifiedMeasure_refines_MeasureComponent-ddiReference"/>
45 <xs:element name="validType"
46 minOccurs="0"
47 maxOccurs="unbounded"
48 xml:id="QualifiedMeasure_refines_MeasureComponent-validType">
49 <xs:simpleType>
50 <xs:restriction base="xs:NMTOKEN">
51 <xs:enumeration value="MeasureComponent"/>
52 <xs:enumeration value="QualifiedMeasure"/>
53 </xs:restriction>
54 </xs:simpleType>
55 </xs:element>
56 </xs:sequence>
57 </xs:restriction>
58 </xs:complexContent>
59 </xs:complexType>
60 </xs:element>
61 </xs:sequence>
62 </xs:extension>
63 </xs:complexContent>
64</xs:complexType>
Fragment for the class QualifiedMeasure (main ontology)
1# class QualifiedMeasure
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure
3cdi:QualifiedMeasure
4 a rdfs:Class, owl:Class, ucmis:Class;
5 rdfs:label "QualifiedMeasure";
6 rdfs:comment "Definition\n============\nA measure having a specific production method. \n\nExamples\n==========\nSeasonally adjusted monthly income."@en;
7 rdfs:subClassOf cdi:MeasureComponent;
8.
9
10
11cdi:QualifiedMeasure_refines_MeasureComponent
12 a rdf:Property, owl:ObjectProperty, ucmis:Association;
13 # ASSOCIATION
14 rdfs:label "refines";
15 skos:altLabel "QualifiedMeasure_refines_MeasureComponent";
16
17 rdfs:domain cdi:QualifiedMeasure;
18 rdfs:range cdi:MeasureComponent;
19.
Fragment for the class QualifiedMeasure (main JSON-LD)
1{
2 "@context": [
3 "MeasureComponent.jsonld",
4 {
5 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
6 "xsd": "http://www.w3.org/2001/XMLSchema#",
7 "QualifiedMeasure": "cdi:QualifiedMeasure",
8
9 "refines": {
10 "@id": "cdi:QualifiedMeasure_refines_MeasureComponent",
11 "@type": "@id" },
12 "restricts_OF_ScopedMeasure": {
13 "@reverse": "cdi:ScopedMeasure_restricts_QualifiedMeasure",
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-03-16 23:40:07.",
20 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::QualifiedMeasure"
21}