PhysicalDataSet

Fully qualified class name: DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalDataSet

Definition

Information needed for understanding the physical structure of data coming from a file or other source.

Examples

The physical data set is the entry point for information about a file or other source. It includes information about the name of a file, the structure of segments in a file.

Explanatory notes

Multiple styles of structural description are supported: including describing files as unit-record (unit segment layout) files; describing cubes; and describing event-history (spell) data.

Diagram

Attributes

Name

Inherited from

Description

Data Type

Multiplicity

Default value

allowsDuplicates

- own class -

If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical “bag” permits duplicates and is unordered - a “set” does not have duplicates and may be ordered.)

Boolean

1..1

catalogDetails

- own class -

Bundles the information useful for a data catalog entry.

Examples would be creator, contributor, title, copyright, embargo, and license information

A set of information useful for attribution, data discovery, and access. This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.

CatalogDetails

0..1

identifier

- own class -

Identifier for objects requiring short- or long-lasting referencing and management.

Identifier

0..1

name

- own class -

Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.

ObjectName

0..1

numberOfSegments

- own class -

The number of distinct segments (e.g., segments patterns with different structures, identified separately) in a physical dataset.

Integer

0..1

overview

- own class -

Short natural language account of the information obtained from the combination of properties and relationships associated with an object.

InternationalString

0..1

physicalFileName

- own class -

Use when multiple physical segments are stored in a single file.

String

0..1

purpose

- own class -

Intent or reason for the object/the description of the object.

InternationalString

0..1

Associations

Direction

Association

Description

Multiplicity of PhysicalDataSet

Package of Other Class

Other Class

Multiplicity of other class

Aggregation Kind

Inherited from

from

PhysicalDataSet has InstanceVariable

0..*

Conceptual

InstanceVariable

0..*

shared

- own class -

from

PhysicalDataSet isDefinedBy Concept

The conceptual basis for the collection of members.

0..*

Conceptual

Concept

0..*

none

- own class -

from

PhysicalDataSet formats DataStore

Data store physically represented by the structure description.

0..*

- own package -

DataStore

0..*

none

- own class -

from

PhysicalDataSet has PhysicalRecordSegment

0..*

- own package -

PhysicalRecordSegment

0..*

shared

- own class -

from

PhysicalDataSet has PhysicalRecordSegmentPosition

1..1

- own package -

PhysicalRecordSegmentPosition

0..*

composite

- own class -

to

PhysicalDataSetStructure structures PhysicalDataSet

0..1

- own package -

PhysicalDataSetStructure

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 PhysicalDataSet (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-FormatDescription-PhysicalDataSet"
  5                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet"
  6                 xmi:type="uml:Class">
  7   <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedComment"
  8                 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedComment"
  9                 xmi:type="uml:Comment">
 10      <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet"/>
 11      <body>Definition
 12============
 13Information needed for understanding the physical structure of data coming from a file or other source.
 14
 15Examples
 16==========
 17The physical data set is the entry point for information about a file or other source. It includes information about the name of a file, the structure of segments in a file.
 18
 19Explanatory notes
 20===================
 21Multiple styles of structural description are supported: including describing files as unit-record (unit segment layout) files; describing cubes; and describing event-history (spell) data.</body>
 22   </ownedComment>
 23   <name>PhysicalDataSet</name>
 24   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-allowsDuplicates"
 25                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-allowsDuplicates"
 26                   xmi:type="uml:Property">
 27      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-allowsDuplicates-ownedComment"
 28                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-allowsDuplicates-ownedComment"
 29                    xmi:type="uml:Comment">
 30         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-allowsDuplicates"/>
 31         <body>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical "bag" permits duplicates and is unordered - a "set" does not have duplicates and may be ordered.)</body>
 32      </ownedComment>
 33      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-allowsDuplicates-lowerValue"
 34                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-allowsDuplicates-lowerValue"
 35                  xmi:type="uml:LiteralInteger">
 36         <value>1</value>
 37      </lowerValue>
 38      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-allowsDuplicates-upperValue"
 39                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-allowsDuplicates-upperValue"
 40                  xmi:type="uml:LiteralUnlimitedNatural">
 41         <value>1</value>
 42      </upperValue>
 43      <name>allowsDuplicates</name>
 44      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Boolean"
 45            xmi:type="uml:PrimitiveType"/>
 46   </ownedAttribute>
 47   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-catalogDetails"
 48                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-catalogDetails"
 49                   xmi:type="uml:Property">
 50      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-catalogDetails-ownedComment"
 51                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-catalogDetails-ownedComment"
 52                    xmi:type="uml:Comment">
 53         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-catalogDetails"/>
 54         <body>Bundles the information useful for a data catalog entry. 
 55
 56Examples would be creator, contributor, title, copyright, embargo, and license information
 57
 58A set of information useful for attribution, data discovery, and access.
 59This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.</body>
 60      </ownedComment>
 61      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-catalogDetails-lowerValue"
 62                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-catalogDetails-lowerValue"
 63                  xmi:type="uml:LiteralInteger"/>
 64      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-catalogDetails-upperValue"
 65                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-catalogDetails-upperValue"
 66                  xmi:type="uml:LiteralUnlimitedNatural">
 67         <value>1</value>
 68      </upperValue>
 69      <name>catalogDetails</name>
 70      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-CatalogDetails"/>
 71   </ownedAttribute>
 72   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-identifier"
 73                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-identifier"
 74                   xmi:type="uml:Property">
 75      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-identifier-ownedComment"
 76                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-identifier-ownedComment"
 77                    xmi:type="uml:Comment">
 78         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-identifier"/>
 79         <body>Identifier for objects requiring short- or long-lasting referencing and management.</body>
 80      </ownedComment>
 81      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-identifier-lowerValue"
 82                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-identifier-lowerValue"
 83                  xmi:type="uml:LiteralInteger"/>
 84      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-identifier-upperValue"
 85                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-identifier-upperValue"
 86                  xmi:type="uml:LiteralUnlimitedNatural">
 87         <value>1</value>
 88      </upperValue>
 89      <name>identifier</name>
 90      <isID>true</isID>
 91      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-Identifier"/>
 92   </ownedAttribute>
 93   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-name"
 94                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-name"
 95                   xmi:type="uml:Property">
 96      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-name-ownedComment"
 97                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-name-ownedComment"
 98                    xmi:type="uml:Comment">
 99         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-name"/>
100         <body>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</body>
101      </ownedComment>
102      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-name-lowerValue"
103                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-name-lowerValue"
104                  xmi:type="uml:LiteralInteger"/>
105      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-name-upperValue"
106                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-name-upperValue"
107                  xmi:type="uml:LiteralUnlimitedNatural">
108         <value>1</value>
109      </upperValue>
110      <name>name</name>
111      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-ObjectName"/>
112   </ownedAttribute>
113   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-numberOfSegments"
114                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-numberOfSegments"
115                   xmi:type="uml:Property">
116      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-numberOfSegments-ownedComment"
117                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-numberOfSegments-ownedComment"
118                    xmi:type="uml:Comment">
119         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-numberOfSegments"/>
120         <body>The number of distinct segments (e.g., segments patterns with different structures, identified separately) in a physical dataset.</body>
121      </ownedComment>
122      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-numberOfSegments-lowerValue"
123                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-numberOfSegments-lowerValue"
124                  xmi:type="uml:LiteralInteger"/>
125      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-numberOfSegments-upperValue"
126                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-numberOfSegments-upperValue"
127                  xmi:type="uml:LiteralUnlimitedNatural">
128         <value>1</value>
129      </upperValue>
130      <name>numberOfSegments</name>
131      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#Integer"
132            xmi:type="uml:PrimitiveType"/>
133   </ownedAttribute>
134   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-overview"
135                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-overview"
136                   xmi:type="uml:Property">
137      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-overview-ownedComment"
138                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-overview-ownedComment"
139                    xmi:type="uml:Comment">
140         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-overview"/>
141         <body>Short natural language account of the information obtained from the combination of properties and relationships associated with an object.</body>
142      </ownedComment>
143      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-overview-lowerValue"
144                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-overview-lowerValue"
145                  xmi:type="uml:LiteralInteger"/>
146      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-overview-upperValue"
147                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-overview-upperValue"
148                  xmi:type="uml:LiteralUnlimitedNatural">
149         <value>1</value>
150      </upperValue>
151      <name>overview</name>
152      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
153   </ownedAttribute>
154   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_1"
155                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_1"
156                   xmi:type="uml:Property">
157      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_1-lowerValue"
158                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_1-lowerValue"
159                  xmi:type="uml:LiteralInteger"/>
160      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_1-upperValue"
161                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_1-upperValue"
162                  xmi:type="uml:LiteralUnlimitedNatural">
163         <value>*</value>
164      </upperValue>
165      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-PhysicalDataSet_isDefinedBy_Concept"/>
166      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Concept"/>
167   </ownedAttribute>
168   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_2"
169                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_2"
170                   xmi:type="uml:Property">
171      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_2-lowerValue"
172                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_2-lowerValue"
173                  xmi:type="uml:LiteralInteger"/>
174      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_2-upperValue"
175                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_2-upperValue"
176                  xmi:type="uml:LiteralUnlimitedNatural">
177         <value>*</value>
178      </upperValue>
179      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet_formats_DataStore"/>
180      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-DataStore"/>
181   </ownedAttribute>
182   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_3"
183                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_3"
184                   xmi:type="uml:Property">
185      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_3-lowerValue"
186                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_3-lowerValue"
187                  xmi:type="uml:LiteralInteger"/>
188      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_3-upperValue"
189                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_3-upperValue"
190                  xmi:type="uml:LiteralUnlimitedNatural">
191         <value>*</value>
192      </upperValue>
193      <aggregation>shared</aggregation>
194      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-PhysicalDataSet_has_InstanceVariable"/>
195      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-InstanceVariable"/>
196   </ownedAttribute>
197   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_4"
198                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_4"
199                   xmi:type="uml:Property">
200      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_4-lowerValue"
201                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_4-lowerValue"
202                  xmi:type="uml:LiteralInteger"/>
203      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_4-upperValue"
204                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_4-upperValue"
205                  xmi:type="uml:LiteralUnlimitedNatural">
206         <value>*</value>
207      </upperValue>
208      <aggregation>shared</aggregation>
209      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet_has_PhysicalRecordSegment"/>
210      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalRecordSegment"/>
211   </ownedAttribute>
212   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_5"
213                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_5"
214                   xmi:type="uml:Property">
215      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_5-lowerValue"
216                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_5-lowerValue"
217                  xmi:type="uml:LiteralInteger"/>
218      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_5-upperValue"
219                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_5-upperValue"
220                  xmi:type="uml:LiteralUnlimitedNatural">
221         <value>*</value>
222      </upperValue>
223      <aggregation>composite</aggregation>
224      <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet_has_PhysicalRecordSegmentPosition"/>
225      <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalRecordSegmentPosition"/>
226   </ownedAttribute>
227   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName"
228                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName"
229                   xmi:type="uml:Property">
230      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName-ownedComment"
231                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName-ownedComment"
232                    xmi:type="uml:Comment">
233         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName"/>
234         <body>Use when multiple physical segments are stored in a single file.</body>
235      </ownedComment>
236      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName-lowerValue"
237                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName-lowerValue"
238                  xmi:type="uml:LiteralInteger"/>
239      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName-upperValue"
240                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName-upperValue"
241                  xmi:type="uml:LiteralUnlimitedNatural">
242         <value>1</value>
243      </upperValue>
244      <name>physicalFileName</name>
245      <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
246            xmi:type="uml:PrimitiveType"/>
247   </ownedAttribute>
248   <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose"
249                   xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose"
250                   xmi:type="uml:Property">
251      <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose-ownedComment"
252                    xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose-ownedComment"
253                    xmi:type="uml:Comment">
254         <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose"/>
255         <body>Intent or reason for the object/the description of the object.</body>
256      </ownedComment>
257      <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose-lowerValue"
258                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose-lowerValue"
259                  xmi:type="uml:LiteralInteger"/>
260      <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose-upperValue"
261                  xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose-upperValue"
262                  xmi:type="uml:LiteralUnlimitedNatural">
263         <value>1</value>
264      </upperValue>
265      <name>purpose</name>
266      <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
267   </ownedAttribute>
268</packagedElement>

Fragment for the class PhysicalDataSet (entire XML Schema)

  1<xs:element name="PhysicalDataSet"
  2            type="PhysicalDataSetXsdType"
  3            xml:id="PhysicalDataSet">
  4  <!-- based on the UML class DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalDataSet -->
  5  <xs:annotation>
  6    <xs:documentation>Definition
  7          ============
  8          Information needed for understanding the physical structure of data coming from a file or other source.
  9          
 10          Examples
 11          ==========
 12          The physical data set is the entry point for information about a file or other source. It includes information about the name of a file, the structure of segments in a file.
 13          
 14          Explanatory notes
 15          ===================
 16          Multiple styles of structural description are supported: including describing files as unit-record (unit segment layout) files; describing cubes; and describing event-history (spell) data.</xs:documentation>
 17  </xs:annotation>
 18</xs:element>
 19<xs:complexType name="PhysicalDataSetXsdType"
 20                xml:id="PhysicalDataSetXsdType">
 21  <xs:annotation>
 22    <xs:documentation>Definition
 23          ============
 24          Information needed for understanding the physical structure of data coming from a file or other source.
 25          
 26          Examples
 27          ==========
 28          The physical data set is the entry point for information about a file or other source. It includes information about the name of a file, the structure of segments in a file.
 29          
 30          Explanatory notes
 31          ===================
 32          Multiple styles of structural description are supported: including describing files as unit-record (unit segment layout) files; describing cubes; and describing event-history (spell) data.</xs:documentation>
 33  </xs:annotation>
 34  <xs:sequence>
 35    <xs:element name="allowsDuplicates"
 36                type="xs:boolean"
 37                minOccurs="1"
 38                maxOccurs="1"
 39                xml:id="PhysicalDataSet-allowsDuplicates">
 40      <xs:annotation>
 41        <xs:documentation>If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical "bag" permits duplicates and is unordered - a "set" does not have duplicates and may be ordered.)</xs:documentation>
 42      </xs:annotation>
 43    </xs:element>
 44    <xs:element name="catalogDetails"
 45                type="CatalogDetailsXsdType"
 46                minOccurs="0"
 47                maxOccurs="1"
 48                xml:id="PhysicalDataSet-catalogDetails">
 49      <xs:annotation>
 50        <xs:documentation>Bundles the information useful for a data catalog entry. 
 51  
 52  Examples would be creator, contributor, title, copyright, embargo, and license information
 53  
 54  A set of information useful for attribution, data discovery, and access.
 55  This is information that is tied to the identity of the object. If this information changes the version of the associated object changes.</xs:documentation>
 56      </xs:annotation>
 57    </xs:element>
 58    <xs:element name="identifier"
 59                type="IdentifierXsdType"
 60                minOccurs="0"
 61                maxOccurs="1"
 62                xml:id="PhysicalDataSet-identifier">
 63      <xs:annotation>
 64        <xs:documentation>Identifier for objects requiring short- or long-lasting referencing and management.</xs:documentation>
 65      </xs:annotation>
 66    </xs:element>
 67    <xs:element name="name"
 68                type="ObjectNameXsdType"
 69                minOccurs="0"
 70                maxOccurs="1"
 71                xml:id="PhysicalDataSet-name">
 72      <xs:annotation>
 73        <xs:documentation>Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage.</xs:documentation>
 74      </xs:annotation>
 75    </xs:element>
 76    <xs:element name="numberOfSegments"
 77                type="xs:integer"
 78                minOccurs="0"
 79                maxOccurs="1"
 80                xml:id="PhysicalDataSet-numberOfSegments">
 81      <xs:annotation>
 82        <xs:documentation>The number of distinct segments (e.g., segments patterns with different structures, identified separately) in a physical dataset.</xs:documentation>
 83      </xs:annotation>
 84    </xs:element>
 85    <xs:element name="overview"
 86                type="InternationalStringXsdType"
 87                minOccurs="0"
 88                maxOccurs="1"
 89                xml:id="PhysicalDataSet-overview">
 90      <xs:annotation>
 91        <xs:documentation>Short natural language account of the information obtained from the combination of properties and relationships associated with an object.</xs:documentation>
 92      </xs:annotation>
 93    </xs:element>
 94    <xs:element name="physicalFileName"
 95                type="xs:string"
 96                minOccurs="0"
 97                maxOccurs="1"
 98                xml:id="PhysicalDataSet-physicalFileName">
 99      <xs:annotation>
100        <xs:documentation>Use when multiple physical segments are stored in a single file.</xs:documentation>
101      </xs:annotation>
102    </xs:element>
103    <xs:element name="purpose"
104                type="InternationalStringXsdType"
105                minOccurs="0"
106                maxOccurs="1"
107                xml:id="PhysicalDataSet-purpose">
108      <xs:annotation>
109        <xs:documentation>Intent or reason for the object/the description of the object.</xs:documentation>
110      </xs:annotation>
111    </xs:element>
112    <xs:element name="PhysicalDataSet_isDefinedBy_Concept"
113                minOccurs="0"
114                maxOccurs="unbounded"
115                xml:id="PhysicalDataSet_isDefinedBy_Concept">
116      <xs:annotation>
117        <xs:documentation>The conceptual basis for the collection of members.</xs:documentation>
118      </xs:annotation>
119      <xs:complexType>
120        <xs:complexContent>
121          <xs:restriction base="AssociationReferenceXsdType">
122            <xs:sequence>
123              <xs:element name="ddiReference"
124                          type="InternationalRegistrationDataIdentifierXsdType"
125                          minOccurs="0"
126                          maxOccurs="1"
127                          xml:id="PhysicalDataSet_isDefinedBy_Concept-ddiReference"/>
128              <xs:element name="validType"
129                          minOccurs="0"
130                          maxOccurs="unbounded"
131                          xml:id="PhysicalDataSet_isDefinedBy_Concept-validType">
132                <xs:simpleType>
133                  <xs:restriction base="xs:NMTOKEN">
134                    <xs:enumeration value="Category"/>
135                    <xs:enumeration value="Concept"/>
136                    <xs:enumeration value="ConceptualValue"/>
137                    <xs:enumeration value="ConceptualVariable"/>
138                    <xs:enumeration value="DescriptorVariable"/>
139                    <xs:enumeration value="DimensionalKeyDefinitionMember"/>
140                    <xs:enumeration value="InstanceVariable"/>
141                    <xs:enumeration value="KeyDefinitionMember"/>
142                    <xs:enumeration value="Population"/>
143                    <xs:enumeration value="ReferenceVariable"/>
144                    <xs:enumeration value="RepresentedVariable"/>
145                    <xs:enumeration value="UnitType"/>
146                    <xs:enumeration value="Universe"/>
147                  </xs:restriction>
148                </xs:simpleType>
149              </xs:element>
150            </xs:sequence>
151          </xs:restriction>
152        </xs:complexContent>
153      </xs:complexType>
154    </xs:element>
155    <xs:element name="PhysicalDataSet_formats_DataStore"
156                minOccurs="0"
157                maxOccurs="unbounded"
158                xml:id="PhysicalDataSet_formats_DataStore">
159      <xs:annotation>
160        <xs:documentation>Data store physically represented by the structure description.</xs:documentation>
161      </xs:annotation>
162      <xs:complexType>
163        <xs:complexContent>
164          <xs:restriction base="AssociationReferenceXsdType">
165            <xs:sequence>
166              <xs:element name="ddiReference"
167                          type="InternationalRegistrationDataIdentifierXsdType"
168                          minOccurs="0"
169                          maxOccurs="1"
170                          xml:id="PhysicalDataSet_formats_DataStore-ddiReference"/>
171              <xs:element name="validType"
172                          minOccurs="0"
173                          maxOccurs="unbounded"
174                          xml:id="PhysicalDataSet_formats_DataStore-validType">
175                <xs:simpleType>
176                  <xs:restriction base="xs:NMTOKEN">
177                    <xs:enumeration value="DataStore"/>
178                  </xs:restriction>
179                </xs:simpleType>
180              </xs:element>
181            </xs:sequence>
182          </xs:restriction>
183        </xs:complexContent>
184      </xs:complexType>
185    </xs:element>
186    <xs:element name="PhysicalDataSet_has_InstanceVariable"
187                minOccurs="0"
188                maxOccurs="unbounded"
189                xml:id="PhysicalDataSet_has_InstanceVariable">
190      <xs:annotation>
191        <xs:documentation></xs:documentation>
192      </xs:annotation>
193      <xs:complexType>
194        <xs:complexContent>
195          <xs:restriction base="AssociationReferenceXsdType">
196            <xs:sequence>
197              <xs:element name="ddiReference"
198                          type="InternationalRegistrationDataIdentifierXsdType"
199                          minOccurs="0"
200                          maxOccurs="1"
201                          xml:id="PhysicalDataSet_has_InstanceVariable-ddiReference"/>
202              <xs:element name="validType"
203                          minOccurs="0"
204                          maxOccurs="unbounded"
205                          xml:id="PhysicalDataSet_has_InstanceVariable-validType">
206                <xs:simpleType>
207                  <xs:restriction base="xs:NMTOKEN">
208                    <xs:enumeration value="InstanceVariable"/>
209                  </xs:restriction>
210                </xs:simpleType>
211              </xs:element>
212            </xs:sequence>
213          </xs:restriction>
214        </xs:complexContent>
215      </xs:complexType>
216    </xs:element>
217    <xs:element name="PhysicalDataSet_has_PhysicalRecordSegment"
218                minOccurs="0"
219                maxOccurs="unbounded"
220                xml:id="PhysicalDataSet_has_PhysicalRecordSegment">
221      <xs:annotation>
222        <xs:documentation></xs:documentation>
223      </xs:annotation>
224      <xs:complexType>
225        <xs:complexContent>
226          <xs:restriction base="AssociationReferenceXsdType">
227            <xs:sequence>
228              <xs:element name="ddiReference"
229                          type="InternationalRegistrationDataIdentifierXsdType"
230                          minOccurs="0"
231                          maxOccurs="1"
232                          xml:id="PhysicalDataSet_has_PhysicalRecordSegment-ddiReference"/>
233              <xs:element name="validType"
234                          minOccurs="0"
235                          maxOccurs="unbounded"
236                          xml:id="PhysicalDataSet_has_PhysicalRecordSegment-validType">
237                <xs:simpleType>
238                  <xs:restriction base="xs:NMTOKEN">
239                    <xs:enumeration value="PhysicalRecordSegment"/>
240                  </xs:restriction>
241                </xs:simpleType>
242              </xs:element>
243            </xs:sequence>
244          </xs:restriction>
245        </xs:complexContent>
246      </xs:complexType>
247    </xs:element>
248    <xs:element name="PhysicalDataSet_has_PhysicalRecordSegmentPosition"
249                minOccurs="0"
250                maxOccurs="unbounded"
251                xml:id="PhysicalDataSet_has_PhysicalRecordSegmentPosition">
252      <xs:annotation>
253        <xs:documentation></xs:documentation>
254      </xs:annotation>
255      <xs:complexType>
256        <xs:complexContent>
257          <xs:restriction base="AssociationReferenceXsdType">
258            <xs:sequence>
259              <xs:element name="ddiReference"
260                          type="InternationalRegistrationDataIdentifierXsdType"
261                          minOccurs="0"
262                          maxOccurs="1"
263                          xml:id="PhysicalDataSet_has_PhysicalRecordSegmentPosition-ddiReference"/>
264              <xs:element name="validType"
265                          minOccurs="1"
266                          maxOccurs="1"
267                          xml:id="PhysicalDataSet_has_PhysicalRecordSegmentPosition-validType">
268                <xs:simpleType>
269                  <xs:restriction base="xs:NMTOKEN">
270                    <xs:enumeration value="PhysicalRecordSegmentPosition"/>
271                  </xs:restriction>
272                </xs:simpleType>
273              </xs:element>
274            </xs:sequence>
275          </xs:restriction>
276        </xs:complexContent>
277      </xs:complexType>
278    </xs:element>
279  </xs:sequence>
280</xs:complexType>

Fragment for the class PhysicalDataSet (main ontology)

  1# class PhysicalDataSet
  2# based on the UML class DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalDataSet
  3cdi:PhysicalDataSet
  4  a rdfs:Class, owl:Class, ucmis:Class;
  5  rdfs:label "PhysicalDataSet";
  6  rdfs:comment "Definition\n============\nInformation needed for understanding the physical structure of data coming from a file or other source.\n\nExamples\n==========\nThe physical data set is the entry point for information about a file or other source. It includes information about the name of a file, the structure of segments in a file.\n\nExplanatory notes\n===================\nMultiple styles of structural description are supported: including describing files as unit-record (unit segment layout) files; describing cubes; and describing event-history (spell) data."@en;
  7  
  8.
  9
 10cdi:PhysicalDataSet-allowsDuplicates
 11  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 12  rdfs:label "allowsDuplicates";
 13  rdfs:comment "If value is False, the members are unique within the collection - if True, there may be duplicates. (Note that a mathematical \"bag\" permits duplicates and is unordered - a \"set\" does not have duplicates and may be ordered.)"@en;
 14  rdfs:domain cdi:PhysicalDataSet;
 15  rdfs:range xsd:boolean;
 16.
 17
 18cdi:PhysicalDataSet-catalogDetails
 19  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 20  rdfs:label "catalogDetails";
 21  rdfs:comment "Bundles the information useful for a data catalog entry. \n\nExamples would be creator, contributor, title, copyright, embargo, and license information\n\nA set of information useful for attribution, data discovery, and access.\nThis is information that is tied to the identity of the object. If this information changes the version of the associated object changes."@en;
 22  rdfs:domain cdi:PhysicalDataSet;
 23  rdfs:range cdi:CatalogDetails;
 24.
 25
 26cdi:PhysicalDataSet-identifier
 27  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 28  rdfs:label "identifier";
 29  rdfs:comment "Identifier for objects requiring short- or long-lasting referencing and management."@en;
 30  rdfs:domain cdi:PhysicalDataSet;
 31  rdfs:range cdi:Identifier;
 32.
 33
 34cdi:PhysicalDataSet-name
 35  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 36  rdfs:label "name";
 37  rdfs:comment "Human understandable name (liguistic signifier, word, phrase, or mnemonic). May follow ISO/IEC 11179-5 naming principles, and have context provided to specify usage."@en;
 38  rdfs:domain cdi:PhysicalDataSet;
 39  rdfs:range cdi:ObjectName;
 40.
 41
 42cdi:PhysicalDataSet-numberOfSegments
 43  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 44  rdfs:label "numberOfSegments";
 45  rdfs:comment "The number of distinct segments (e.g., segments patterns with different structures, identified separately) in a physical dataset."@en;
 46  rdfs:domain cdi:PhysicalDataSet;
 47  rdfs:range xsd:integer;
 48.
 49
 50cdi:PhysicalDataSet-overview
 51  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 52  rdfs:label "overview";
 53  rdfs:comment "Short natural language account of the information obtained from the combination of properties and relationships associated with an object."@en;
 54  rdfs:domain cdi:PhysicalDataSet;
 55  rdfs:range cdi:InternationalString;
 56.
 57
 58cdi:PhysicalDataSet-physicalFileName
 59  a rdf:Property, owl:DatatypeProperty, ucmis:Attribute;
 60  rdfs:label "physicalFileName";
 61  rdfs:comment "Use when multiple physical segments are stored in a single file."@en;
 62  rdfs:domain cdi:PhysicalDataSet;
 63  rdfs:range xsd:string;
 64.
 65
 66cdi:PhysicalDataSet-purpose
 67  a rdf:Property, owl:ObjectProperty, ucmis:Attribute;
 68  rdfs:label "purpose";
 69  rdfs:comment "Intent or reason for the object/the description of the object."@en;
 70  rdfs:domain cdi:PhysicalDataSet;
 71  rdfs:range cdi:InternationalString;
 72.
 73
 74
 75cdi:PhysicalDataSet_has_InstanceVariable
 76  a rdf:Property, owl:ObjectProperty, ucmis:Association;
 77  # ASSOCIATION
 78  rdfs:label "has";
 79  skos:altLabel "PhysicalDataSet_has_InstanceVariable";
 80  
 81  rdfs:domain cdi:PhysicalDataSet;
 82  rdfs:range cdi:InstanceVariable;
 83.
 84
 85cdi:PhysicalDataSet_isDefinedBy_Concept
 86  a rdf:Property, owl:ObjectProperty, ucmis:Association;
 87  # ASSOCIATION
 88  rdfs:label "isDefinedBy";
 89  skos:altLabel "PhysicalDataSet_isDefinedBy_Concept";
 90  rdfs:comment "The conceptual basis for the collection of members."@en;
 91  rdfs:domain cdi:PhysicalDataSet;
 92  rdfs:range cdi:Concept;
 93.
 94
 95cdi:PhysicalDataSet_formats_DataStore
 96  a rdf:Property, owl:ObjectProperty, ucmis:Association;
 97  # ASSOCIATION
 98  rdfs:label "formats";
 99  skos:altLabel "PhysicalDataSet_formats_DataStore";
100  rdfs:comment "Data store physically represented by the structure description."@en;
101  rdfs:domain cdi:PhysicalDataSet;
102  rdfs:range cdi:DataStore;
103.
104
105cdi:PhysicalDataSet_has_PhysicalRecordSegment
106  a rdf:Property, owl:ObjectProperty, ucmis:Association;
107  # ASSOCIATION
108  rdfs:label "has";
109  skos:altLabel "PhysicalDataSet_has_PhysicalRecordSegment";
110  
111  rdfs:domain cdi:PhysicalDataSet;
112  rdfs:range cdi:PhysicalRecordSegment;
113.
114
115cdi:PhysicalDataSet_has_PhysicalRecordSegmentPosition
116  a rdf:Property, owl:ObjectProperty, ucmis:Association;
117  # ASSOCIATION
118  rdfs:label "has";
119  skos:altLabel "PhysicalDataSet_has_PhysicalRecordSegmentPosition";
120  
121  rdfs:domain cdi:PhysicalDataSet;
122  rdfs:range cdi:PhysicalRecordSegmentPosition;
123.

Fragment for the class PhysicalDataSet (main JSON-LD)

 1{
 2  "@context": [
 3    {
 4      "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
 5      "xsd": "http://www.w3.org/2001/XMLSchema#",
 6      "PhysicalDataSet": "cdi:PhysicalDataSet",
 7      "allowsDuplicates": {
 8        "@id": "cdi:PhysicalDataSet-allowsDuplicates",
 9        "@type": "xsd:boolean"
10      },
11      "catalogDetails": {
12        "@id": "cdi:PhysicalDataSet-catalogDetails",
13        "@type": "@id",
14        "@context": "CatalogDetails.jsonld"
15      },
16      "identifier": {
17        "@id": "cdi:PhysicalDataSet-identifier",
18        "@type": "@id",
19        "@context": "Identifier.jsonld"
20      },
21      "name": {
22        "@id": "cdi:PhysicalDataSet-name",
23        "@type": "@id",
24        "@context": "ObjectName.jsonld"
25      },
26      "numberOfSegments": {
27        "@id": "cdi:PhysicalDataSet-numberOfSegments",
28        "@type": "xsd:integer"
29      },
30      "overview": {
31        "@id": "cdi:PhysicalDataSet-overview",
32        "@type": "@id",
33        "@context": "InternationalString.jsonld"
34      },
35      "physicalFileName": {
36        "@id": "cdi:PhysicalDataSet-physicalFileName",
37        "@type": "xsd:string"
38      },
39      "purpose": {
40        "@id": "cdi:PhysicalDataSet-purpose",
41        "@type": "@id",
42        "@context": "InternationalString.jsonld"
43      },
44      
45      "has": {
46        "@id": "cdi:PhysicalDataSet_has_InstanceVariable",
47        "@type": "@id"      },
48      "isDefinedBy": {
49        "@id": "cdi:PhysicalDataSet_isDefinedBy_Concept",
50        "@type": "@id"      },
51      "formats": {
52        "@id": "cdi:PhysicalDataSet_formats_DataStore",
53        "@type": "@id"      },
54      "has": {
55        "@id": "cdi:PhysicalDataSet_has_PhysicalRecordSegment",
56        "@type": "@id"      },
57      "has": {
58        "@id": "cdi:PhysicalDataSet_has_PhysicalRecordSegmentPosition",
59        "@type": "@id"      },
60      "structures_OF_PhysicalDataSetStructure": {
61        "@reverse": "cdi:PhysicalDataSetStructure_structures_PhysicalDataSet",
62        "@type": "@id"      },
63      " comment ": "tag:json-should-support-trailing-commas" 
64    }
65  ],
66  "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2023-12-12 16:04:52.",
67  "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalDataSet"
68}