RevisableDatum

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

Definition

A datum that can be qualified by a revision.

Examples

The April datum for Income revised in June.

Inheritance
  ᐊ── Dimensional::RevisableDatum
Attributes
Associations
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 RevisableDatum (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-RevisableDatum"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum"/>
11      <body>Definition
12============
13A datum that can be qualified by a revision.
14
15Examples
16==========
17The April datum for Income revised in June.</body>
18   </ownedComment>
19   <name>RevisableDatum</name>
20   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-generalization"
21                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-generalization"
22                   xmi:type="uml:Generalization">
23      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Datum"/>
24   </generalization>
25   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-ownedAttribute"
26                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-ownedAttribute"
27                   xmi:type="uml:Property">
28      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-ownedAttribute-lowerValue"
29                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-ownedAttribute-lowerValue"
30                  xmi:type="uml:LiteralInteger"/>
31      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-ownedAttribute-upperValue"
32                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-ownedAttribute-upperValue"
33                  xmi:type="uml:LiteralUnlimitedNatural">
34         <value>1</value>
35      </upperValue>
36      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum_correspondsTo_Revision"/>
37      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-Revision"/>
38   </ownedAttribute>
39   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-vintage"
40                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-vintage"
41                   xmi:type="uml:Property">
42      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-vintage-ownedComment"
43                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-vintage-ownedComment"
44                    xmi:type="uml:Comment">
45         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-vintage"/>
46         <body>A revision sequence number for a datum.</body>
47      </ownedComment>
48      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-vintage-lowerValue"
49                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-vintage-lowerValue"
50                  xmi:type="uml:LiteralInteger">
51         <value>1</value>
52      </lowerValue>
53      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Dimensional-RevisableDatum-vintage-upperValue"
54                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#RevisableDatum-vintage-upperValue"
55                  xmi:type="uml:LiteralUnlimitedNatural">
56         <value>1</value>
57      </upperValue>
58      <name>vintage</name>
59      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Integer"
60            xmi:type="uml:PrimitiveType"/>
61   </ownedAttribute>
62</packagedElement>

Fragment for the class RevisableDatum (entire XML Schema)

 1<xs:element name="RevisableDatum"
 2            type="RevisableDatumXsdType"
 3            xml:id="RevisableDatum">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::RevisableDatum -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          A datum that can be qualified by a revision.
 9          
10          Examples
11          ==========
12          The April datum for Income revised in June.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="RevisableDatumXsdType"
16                xml:id="RevisableDatumXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition
19          ============
20          A datum that can be qualified by a revision.
21          
22          Examples
23          ==========
24          The April datum for Income revised in June.</xs:documentation>
25  </xs:annotation>
26  <xs:complexContent>
27    <xs:extension base="DatumXsdType">
28      <xs:sequence>
29        <xs:element name="vintage"
30                    type="xs:integer"
31                    minOccurs="1"
32                    maxOccurs="1"
33                    xml:id="RevisableDatum-vintage">
34          <xs:annotation>
35            <xs:documentation>A revision sequence number for a datum.</xs:documentation>
36          </xs:annotation>
37        </xs:element>
38        <xs:element name="RevisableDatum_correspondsTo_Revision"
39                    minOccurs="0"
40                    maxOccurs="1"
41                    xml:id="RevisableDatum_correspondsTo_Revision">
42          <xs:annotation>
43            <xs:documentation></xs:documentation>
44          </xs:annotation>
45          <xs:complexType>
46            <xs:complexContent>
47              <xs:restriction base="AssociationReferenceXsdType">
48                <xs:sequence>
49                  <xs:element name="ddiReference"
50                              type="InternationalRegistrationDataIdentifierXsdType"
51                              minOccurs="0"
52                              maxOccurs="1"
53                              xml:id="RevisableDatum_correspondsTo_Revision-ddiReference"/>
54                  <xs:element name="validType"
55                              minOccurs="0"
56                              maxOccurs="unbounded"
57                              xml:id="RevisableDatum_correspondsTo_Revision-validType">
58                    <xs:simpleType>
59                      <xs:restriction base="xs:NMTOKEN">
60                        <xs:enumeration value="Revision"/>
61                      </xs:restriction>
62                    </xs:simpleType>
63                  </xs:element>
64                </xs:sequence>
65              </xs:restriction>
66            </xs:complexContent>
67          </xs:complexType>
68        </xs:element>
69      </xs:sequence>
70    </xs:extension>
71  </xs:complexContent>
72</xs:complexType>

Fragment for the class RevisableDatum (main ontology)

 1# class RevisableDatum
 2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Dimensional::RevisableDatum
 3cdi:RevisableDatum
 4  a rdfs:Class, owl:Class, ucmis:Class;
 5  rdfs:label "RevisableDatum";
 6  rdfs:comment "Definition\n============\nA datum that can be qualified by a revision.\n\nExamples\n==========\nThe April datum for Income revised in June."@en;
 7  rdfs:subClassOf cdi:Datum;
 8.
 9
10cdi:RevisableDatum-vintage
11  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
12  rdfs:label "vintage";
13  rdfs:comment "A revision sequence number for a datum."@en;
14  rdfs:domain cdi:RevisableDatum;
15  rdfs:range xsd:integer;
16.
17
18
19cdi:RevisableDatum_correspondsTo_Revision
20  a rdf:Property, owl:ObjectProperty, ucmis:Association;
21  # ASSOCIATION
22  rdfs:label "correspondsTo";
23  skos:altLabel "RevisableDatum_correspondsTo_Revision";
24  
25  rdfs:domain cdi:RevisableDatum;
26  rdfs:range cdi:Revision;
27.

Fragment for the class RevisableDatum (main JSON-LD)

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