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. |
0..1 |
||
identifier |
- own class - |
Identifier for objects requiring short- or long-lasting referencing and management. |
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. |
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. |
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. |
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..* |
0..* |
shared |
- own class - |
|||
from |
PhysicalDataSet isDefinedBy Concept |
The conceptual basis for the collection of members. |
0..* |
0..* |
none |
- own class - |
||
from |
PhysicalDataSet correspondsTo DataSet |
0..* |
0..1 |
none |
- own class - |
|||
from |
PhysicalDataSet formats DataStore |
Data store physically represented by the structure description. |
0..* |
- own package - |
0..* |
none |
- own class - |
|
from |
PhysicalDataSet has PhysicalRecordSegment |
0..* |
- own package - |
0..* |
shared |
- own class - |
||
from |
PhysicalDataSet has PhysicalRecordSegmentPosition |
1..1 |
- own package - |
0..* |
composite |
- own class - |
||
to |
PhysicalDataSetStructure structures PhysicalDataSet |
0..1 |
- own package - |
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>1</value>
164 </upperValue>
165 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-PhysicalDataSet_correspondsTo_DataSet"/>
166 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-DataDescription-DataSet"/>
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-Conceptual-PhysicalDataSet_isDefinedBy_Concept"/>
180 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-Concept"/>
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 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet_formats_DataStore"/>
194 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-DataStore"/>
195 </ownedAttribute>
196 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_4"
197 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_4"
198 xmi:type="uml:Property">
199 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_4-lowerValue"
200 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_4-lowerValue"
201 xmi:type="uml:LiteralInteger"/>
202 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_4-upperValue"
203 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_4-upperValue"
204 xmi:type="uml:LiteralUnlimitedNatural">
205 <value>*</value>
206 </upperValue>
207 <aggregation>shared</aggregation>
208 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-PhysicalDataSet_has_InstanceVariable"/>
209 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-Conceptual-InstanceVariable"/>
210 </ownedAttribute>
211 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_5"
212 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_5"
213 xmi:type="uml:Property">
214 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_5-lowerValue"
215 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_5-lowerValue"
216 xmi:type="uml:LiteralInteger"/>
217 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_5-upperValue"
218 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_5-upperValue"
219 xmi:type="uml:LiteralUnlimitedNatural">
220 <value>*</value>
221 </upperValue>
222 <aggregation>shared</aggregation>
223 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet_has_PhysicalRecordSegment"/>
224 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalRecordSegment"/>
225 </ownedAttribute>
226 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_6"
227 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_6"
228 xmi:type="uml:Property">
229 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_6-lowerValue"
230 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_6-lowerValue"
231 xmi:type="uml:LiteralInteger"/>
232 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-ownedAttribute_6-upperValue"
233 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-ownedAttribute_6-upperValue"
234 xmi:type="uml:LiteralUnlimitedNatural">
235 <value>*</value>
236 </upperValue>
237 <aggregation>composite</aggregation>
238 <association xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet_has_PhysicalRecordSegmentPosition"/>
239 <type xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalRecordSegmentPosition"/>
240 </ownedAttribute>
241 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName"
242 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName"
243 xmi:type="uml:Property">
244 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName-ownedComment"
245 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName-ownedComment"
246 xmi:type="uml:Comment">
247 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName"/>
248 <body>Use when multiple physical segments are stored in a single file.</body>
249 </ownedComment>
250 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName-lowerValue"
251 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName-lowerValue"
252 xmi:type="uml:LiteralInteger"/>
253 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-physicalFileName-upperValue"
254 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-physicalFileName-upperValue"
255 xmi:type="uml:LiteralUnlimitedNatural">
256 <value>1</value>
257 </upperValue>
258 <name>physicalFileName</name>
259 <type href="http://www.eclipse.org/uml2/5.0.0/UML/PrimitiveTypes.xmi#String"
260 xmi:type="uml:PrimitiveType"/>
261 </ownedAttribute>
262 <ownedAttribute xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose"
263 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose"
264 xmi:type="uml:Property">
265 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose-ownedComment"
266 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose-ownedComment"
267 xmi:type="uml:Comment">
268 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose"/>
269 <body>Intent or reason for the object/the description of the object.</body>
270 </ownedComment>
271 <lowerValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose-lowerValue"
272 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose-lowerValue"
273 xmi:type="uml:LiteralInteger"/>
274 <upperValue xmi:id="DDICDIModels-DDICDILibrary-Classes-FormatDescription-PhysicalDataSet-purpose-upperValue"
275 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#PhysicalDataSet-purpose-upperValue"
276 xmi:type="uml:LiteralUnlimitedNatural">
277 <value>1</value>
278 </upperValue>
279 <name>purpose</name>
280 <type xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-StructuredDataTypes-InternationalString"/>
281 </ownedAttribute>
282</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_correspondsTo_DataSet"
113 minOccurs="0"
114 maxOccurs="1"
115 xml:id="PhysicalDataSet_correspondsTo_DataSet">
116 <xs:annotation>
117 <xs:documentation></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_correspondsTo_DataSet-ddiReference"/>
128 <xs:element name="validType"
129 minOccurs="0"
130 maxOccurs="unbounded"
131 xml:id="PhysicalDataSet_correspondsTo_DataSet-validType">
132 <xs:simpleType>
133 <xs:restriction base="xs:NMTOKEN">
134 <xs:enumeration value="DataSet"/>
135 <xs:enumeration value="DimensionalDataSet"/>
136 <xs:enumeration value="KeyValueDataStore"/>
137 <xs:enumeration value="LongDataSet"/>
138 <xs:enumeration value="WideDataSet"/>
139 </xs:restriction>
140 </xs:simpleType>
141 </xs:element>
142 </xs:sequence>
143 </xs:restriction>
144 </xs:complexContent>
145 </xs:complexType>
146 </xs:element>
147 <xs:element name="PhysicalDataSet_isDefinedBy_Concept"
148 minOccurs="0"
149 maxOccurs="unbounded"
150 xml:id="PhysicalDataSet_isDefinedBy_Concept">
151 <xs:annotation>
152 <xs:documentation>The conceptual basis for the collection of members.</xs:documentation>
153 </xs:annotation>
154 <xs:complexType>
155 <xs:complexContent>
156 <xs:restriction base="AssociationReferenceXsdType">
157 <xs:sequence>
158 <xs:element name="ddiReference"
159 type="InternationalRegistrationDataIdentifierXsdType"
160 minOccurs="0"
161 maxOccurs="1"
162 xml:id="PhysicalDataSet_isDefinedBy_Concept-ddiReference"/>
163 <xs:element name="validType"
164 minOccurs="0"
165 maxOccurs="unbounded"
166 xml:id="PhysicalDataSet_isDefinedBy_Concept-validType">
167 <xs:simpleType>
168 <xs:restriction base="xs:NMTOKEN">
169 <xs:enumeration value="Category"/>
170 <xs:enumeration value="Concept"/>
171 <xs:enumeration value="ConceptualValue"/>
172 <xs:enumeration value="ConceptualVariable"/>
173 <xs:enumeration value="DescriptorVariable"/>
174 <xs:enumeration value="DimensionalKeyDefinitionMember"/>
175 <xs:enumeration value="InstanceVariable"/>
176 <xs:enumeration value="KeyDefinitionMember"/>
177 <xs:enumeration value="Population"/>
178 <xs:enumeration value="ReferenceVariable"/>
179 <xs:enumeration value="RepresentedVariable"/>
180 <xs:enumeration value="UnitType"/>
181 <xs:enumeration value="Universe"/>
182 </xs:restriction>
183 </xs:simpleType>
184 </xs:element>
185 </xs:sequence>
186 </xs:restriction>
187 </xs:complexContent>
188 </xs:complexType>
189 </xs:element>
190 <xs:element name="PhysicalDataSet_formats_DataStore"
191 minOccurs="0"
192 maxOccurs="unbounded"
193 xml:id="PhysicalDataSet_formats_DataStore">
194 <xs:annotation>
195 <xs:documentation>Data store physically represented by the structure description.</xs:documentation>
196 </xs:annotation>
197 <xs:complexType>
198 <xs:complexContent>
199 <xs:restriction base="AssociationReferenceXsdType">
200 <xs:sequence>
201 <xs:element name="ddiReference"
202 type="InternationalRegistrationDataIdentifierXsdType"
203 minOccurs="0"
204 maxOccurs="1"
205 xml:id="PhysicalDataSet_formats_DataStore-ddiReference"/>
206 <xs:element name="validType"
207 minOccurs="0"
208 maxOccurs="unbounded"
209 xml:id="PhysicalDataSet_formats_DataStore-validType">
210 <xs:simpleType>
211 <xs:restriction base="xs:NMTOKEN">
212 <xs:enumeration value="DataStore"/>
213 </xs:restriction>
214 </xs:simpleType>
215 </xs:element>
216 </xs:sequence>
217 </xs:restriction>
218 </xs:complexContent>
219 </xs:complexType>
220 </xs:element>
221 <xs:element name="PhysicalDataSet_has_InstanceVariable"
222 minOccurs="0"
223 maxOccurs="unbounded"
224 xml:id="PhysicalDataSet_has_InstanceVariable">
225 <xs:annotation>
226 <xs:documentation></xs:documentation>
227 </xs:annotation>
228 <xs:complexType>
229 <xs:complexContent>
230 <xs:restriction base="AssociationReferenceXsdType">
231 <xs:sequence>
232 <xs:element name="ddiReference"
233 type="InternationalRegistrationDataIdentifierXsdType"
234 minOccurs="0"
235 maxOccurs="1"
236 xml:id="PhysicalDataSet_has_InstanceVariable-ddiReference"/>
237 <xs:element name="validType"
238 minOccurs="0"
239 maxOccurs="unbounded"
240 xml:id="PhysicalDataSet_has_InstanceVariable-validType">
241 <xs:simpleType>
242 <xs:restriction base="xs:NMTOKEN">
243 <xs:enumeration value="InstanceVariable"/>
244 </xs:restriction>
245 </xs:simpleType>
246 </xs:element>
247 </xs:sequence>
248 </xs:restriction>
249 </xs:complexContent>
250 </xs:complexType>
251 </xs:element>
252 <xs:element name="PhysicalDataSet_has_PhysicalRecordSegment"
253 minOccurs="0"
254 maxOccurs="unbounded"
255 xml:id="PhysicalDataSet_has_PhysicalRecordSegment">
256 <xs:annotation>
257 <xs:documentation></xs:documentation>
258 </xs:annotation>
259 <xs:complexType>
260 <xs:complexContent>
261 <xs:restriction base="AssociationReferenceXsdType">
262 <xs:sequence>
263 <xs:element name="ddiReference"
264 type="InternationalRegistrationDataIdentifierXsdType"
265 minOccurs="0"
266 maxOccurs="1"
267 xml:id="PhysicalDataSet_has_PhysicalRecordSegment-ddiReference"/>
268 <xs:element name="validType"
269 minOccurs="0"
270 maxOccurs="unbounded"
271 xml:id="PhysicalDataSet_has_PhysicalRecordSegment-validType">
272 <xs:simpleType>
273 <xs:restriction base="xs:NMTOKEN">
274 <xs:enumeration value="PhysicalRecordSegment"/>
275 </xs:restriction>
276 </xs:simpleType>
277 </xs:element>
278 </xs:sequence>
279 </xs:restriction>
280 </xs:complexContent>
281 </xs:complexType>
282 </xs:element>
283 <xs:element name="PhysicalDataSet_has_PhysicalRecordSegmentPosition"
284 minOccurs="0"
285 maxOccurs="unbounded"
286 xml:id="PhysicalDataSet_has_PhysicalRecordSegmentPosition">
287 <xs:annotation>
288 <xs:documentation></xs:documentation>
289 </xs:annotation>
290 <xs:complexType>
291 <xs:complexContent>
292 <xs:restriction base="AssociationReferenceXsdType">
293 <xs:sequence>
294 <xs:element name="ddiReference"
295 type="InternationalRegistrationDataIdentifierXsdType"
296 minOccurs="0"
297 maxOccurs="1"
298 xml:id="PhysicalDataSet_has_PhysicalRecordSegmentPosition-ddiReference"/>
299 <xs:element name="validType"
300 minOccurs="1"
301 maxOccurs="1"
302 xml:id="PhysicalDataSet_has_PhysicalRecordSegmentPosition-validType">
303 <xs:simpleType>
304 <xs:restriction base="xs:NMTOKEN">
305 <xs:enumeration value="PhysicalRecordSegmentPosition"/>
306 </xs:restriction>
307 </xs:simpleType>
308 </xs:element>
309 </xs:sequence>
310 </xs:restriction>
311 </xs:complexContent>
312 </xs:complexType>
313 </xs:element>
314 </xs:sequence>
315</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_correspondsTo_DataSet
96 a rdf:Property, owl:ObjectProperty, ucmis:Association;
97 # ASSOCIATION
98 rdfs:label "correspondsTo";
99 skos:altLabel "PhysicalDataSet_correspondsTo_DataSet";
100
101 rdfs:domain cdi:PhysicalDataSet;
102 rdfs:range cdi:DataSet;
103.
104
105cdi:PhysicalDataSet_formats_DataStore
106 a rdf:Property, owl:ObjectProperty, ucmis:Association;
107 # ASSOCIATION
108 rdfs:label "formats";
109 skos:altLabel "PhysicalDataSet_formats_DataStore";
110 rdfs:comment "Data store physically represented by the structure description."@en;
111 rdfs:domain cdi:PhysicalDataSet;
112 rdfs:range cdi:DataStore;
113.
114
115cdi:PhysicalDataSet_has_PhysicalRecordSegment
116 a rdf:Property, owl:ObjectProperty, ucmis:Association;
117 # ASSOCIATION
118 rdfs:label "has";
119 skos:altLabel "PhysicalDataSet_has_PhysicalRecordSegment";
120
121 rdfs:domain cdi:PhysicalDataSet;
122 rdfs:range cdi:PhysicalRecordSegment;
123.
124
125cdi:PhysicalDataSet_has_PhysicalRecordSegmentPosition
126 a rdf:Property, owl:ObjectProperty, ucmis:Association;
127 # ASSOCIATION
128 rdfs:label "has";
129 skos:altLabel "PhysicalDataSet_has_PhysicalRecordSegmentPosition";
130
131 rdfs:domain cdi:PhysicalDataSet;
132 rdfs:range cdi:PhysicalRecordSegmentPosition;
133.
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 "correspondsTo": {
52 "@id": "cdi:PhysicalDataSet_correspondsTo_DataSet",
53 "@type": "@id" },
54 "formats": {
55 "@id": "cdi:PhysicalDataSet_formats_DataStore",
56 "@type": "@id" },
57 "has": {
58 "@id": "cdi:PhysicalDataSet_has_PhysicalRecordSegment",
59 "@type": "@id" },
60 "has": {
61 "@id": "cdi:PhysicalDataSet_has_PhysicalRecordSegmentPosition",
62 "@type": "@id" },
63 "structures_OF_PhysicalDataSetStructure": {
64 "@reverse": "cdi:PhysicalDataSetStructure_structures_PhysicalDataSet",
65 "@type": "@id"
66 },
67 " comment ": "tag:json-should-support-trailing-commas"
68 }
69 ],
70 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:09.",
71 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::Classes::FormatDescription::PhysicalDataSet"
72}