SpecializationRole

Fully qualified datatype name: DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::SpecializationRole

Definition

Specific roles played by represented variables in terms of time, geography, and other concepts which are important for the harmonization and integration of data.

Diagram

Inheritance
StructuredDataTypes::SpecializationRole
Usage

Type

Package

Classifier

Attribute

Class

Components

DataStructureComponent

specialization

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 data type SpecializationRole (entire XMI model)

 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-DataTypes-StructuredDataTypes-SpecializationRole"
 5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#SpecializationRole"
 6                 xmi:type="uml:DataType">
 7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-SpecializationRole-ownedComment"
 8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#SpecializationRole-ownedComment"
 9                 xmi:type="uml:Comment">
10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-SpecializationRole"/>
11      <body>Definition
12============
13Specific roles played by represented variables in terms of time, geography, and other concepts which are important for the harmonization and integration of data.</body>
14   </ownedComment>
15   <name>SpecializationRole</name>
16</packagedElement>

Fragment for the data type SpecializationRole (entire XML Schema)

 1<xs:element name="SpecializationRole"
 2            type="SpecializationRoleXsdType"
 3            xml:id="SpecializationRole">
 4  <!-- based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::SpecializationRole -->
 5  <xs:annotation>
 6    <xs:documentation>Definition
 7          ============
 8          Specific roles played by represented variables in terms of time, geography, and other concepts which are important for the harmonization and integration of data.</xs:documentation>
 9  </xs:annotation>
10</xs:element>
11<xs:complexType name="SpecializationRoleXsdType"
12                xml:id="SpecializationRoleXsdType">
13  <xs:annotation>
14    <xs:documentation>Definition
15          ============
16          Specific roles played by represented variables in terms of time, geography, and other concepts which are important for the harmonization and integration of data.</xs:documentation>
17  </xs:annotation>
18  
19</xs:complexType>

Fragment for the data type SpecializationRole (main ontology, entire ontology as zip)

1# datatype SpecializationRole
2# based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::SpecializationRole
3cdi:SpecializationRole
4  a rdfs:Class, owl:Class, ucmis:StructuredDataType;
5  rdfs:label "SpecializationRole";
6  rdfs:comment "Definition\n============\nSpecific roles played by represented variables in terms of time, geography, and other concepts which are important for the harmonization and integration of data."@en;
7  
8  owl:hasKey ();
9.

Fragment for the data type SpecializationRole (main JSON-LD entire JSON-LD as zip)

 1{
 2  "@context": [
 3    {
 4      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 5      "xsd": "http://www.w3.org/2001/XMLSchema#",
 6	  "SpecializationRole": "cdi:SpecializationRole",
 7	  
 8	  " comment ": "tag:json-should-support-trailing-commas" 
 9	}
10  ],
11  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:14.",
12  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::StructuredDataTypes::SpecializationRole"
13}