LongKey

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongKey

Definition

Collection of data instances that uniquely identify a collection of data points in a long dataset.

Examples

Collection containing the single “K1Z1C1” string in a long dataset where rows are identified by postal code representations.

Inheritance
  ᐊ── Long::LongKey
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 LongKey (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-Long-LongKey"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#LongKey"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongKey-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#LongKey-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongKey"/>
11      <body>Definition
12============
13Collection of data instances that uniquely identify a collection of data points in a long dataset.
14
15Examples
16==========
17Collection containing the single "K1Z1C1" string in a long dataset where rows are identified by postal code representations.</body>
18   </ownedComment>
19   <name>LongKey</name>
20   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-Long-LongKey-generalization"
21                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#LongKey-generalization"
22                   xmi:type="uml:Generalization">
23      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-Key"/>
24   </generalization>
25</packagedElement>

Fragment for the class LongKey (entire XML Schema)

 1<xs:element name="LongKey"
 2            type="LongKeyXsdType"
 3            xml:id="LongKey">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongKey -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          Collection of data instances that uniquely identify a collection of data points in a long dataset.
 9          
10          Examples
11          ==========
12          Collection containing the single "K1Z1C1" string in a long dataset where rows are identified by postal code representations.</xs:documentation>
13  </xs:annotation>
14</xs:element>
15<xs:complexType name="LongKeyXsdType"
16                xml:id="LongKeyXsdType">
17  <xs:annotation>
18    <xs:documentation>Definition
19          ============
20          Collection of data instances that uniquely identify a collection of data points in a long dataset.
21          
22          Examples
23          ==========
24          Collection containing the single "K1Z1C1" string in a long dataset where rows are identified by postal code representations.</xs:documentation>
25  </xs:annotation>
26  <xs:complexContent>
27    <xs:extension base="KeyXsdType">
28      
29    </xs:extension>
30  </xs:complexContent>
31</xs:complexType>

Fragment for the class LongKey (main ontology)

1# class LongKey
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongKey
3cdi:LongKey
4  a rdfs:Class, owl:Class, ucmis:Class;
5  rdfs:label "LongKey";
6  rdfs:comment "Definition\n============\nCollection of data instances that uniquely identify a collection of data points in a long dataset.\n\nExamples\n==========\nCollection containing the single \"K1Z1C1\" string in a long dataset where rows are identified by postal code representations."@en;
7  rdfs:subClassOf cdi:Key;
8.

Fragment for the class LongKey (main JSON-LD)

 1{
 2  "@context": [
 3    "Key.jsonld",
 4    {
 5      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 6      "xsd": "http://www.w3.org/2001/XMLSchema#",
 7
 8      
 9      " comment ": "tag:json-should-support-trailing-commas"
10    }
11  ],
12  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2025-01-25 16:58:31.",
13  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::DataDescription::Long::LongKey"
14}