KeyDefinitionMember

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::DataDescription::KeyDefinitionMember

Definition

Single concept that is part of the structure of a key definition.

Inheritance
    ᐊ── DataDescription::KeyDefinitionMember
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 KeyDefinitionMember (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-KeyDefinitionMember"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#KeyDefinitionMember"
 6                 xmi:type="uml:Class">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-KeyDefinitionMember-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#KeyDefinitionMember-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-KeyDefinitionMember"/>
11      <body>Definition 
12============ 
13Single concept that is part of the structure of a key definition.</body>
14   </ownedComment>
15   <name>KeyDefinitionMember</name>
16   <generalization xmi:id="DDICDIModels-DDICDILibrary-Classes-DataDescription-KeyDefinitionMember-generalization"
17                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#KeyDefinitionMember-generalization"
18                   xmi:type="uml:Generalization">
19      <general xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-ConceptualValue"/>
20   </generalization>
21</packagedElement>

Fragment for the class KeyDefinitionMember (entire XML Schema)

 1<xs:element name="KeyDefinitionMember"
 2            type="KeyDefinitionMemberXsdType"
 3            xml:id="KeyDefinitionMember">
 4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::KeyDefinitionMember -->
 5  <xs:annotation>
 6    <xs:documentation>Definition 
 7          ============ 
 8          Single concept that is part of the structure of a key definition.</xs:documentation>
 9  </xs:annotation>
10</xs:element>
11<xs:complexType name="KeyDefinitionMemberXsdType"
12                xml:id="KeyDefinitionMemberXsdType">
13  <xs:annotation>
14    <xs:documentation>Definition 
15          ============ 
16          Single concept that is part of the structure of a key definition.</xs:documentation>
17  </xs:annotation>
18  <xs:complexContent>
19    <xs:extension base="ConceptualValueXsdType">
20      
21    </xs:extension>
22  </xs:complexContent>
23</xs:complexType>

Fragment for the class KeyDefinitionMember (main ontology)

1# class KeyDefinitionMember
2# based on the UML class DDICDIModels::DDICDILibrary::Classes::DataDescription::KeyDefinitionMember
3cdi:KeyDefinitionMember
4  a rdfs:Class, owl:Class, ucmis:Class;
5  rdfs:label "KeyDefinitionMember";
6  rdfs:comment "Definition \n============ \nSingle concept that is part of the structure of a key definition."@en;
7  rdfs:subClassOf cdi:ConceptualValue;
8.

Fragment for the class KeyDefinitionMember (main JSON-LD)

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