File: MWG.html

package info (click to toggle)
libimage-exiftool-perl 11.16-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 24,024 kB
  • sloc: perl: 245,177; xml: 120; makefile: 9
file content (586 lines) | stat: -rw-r--r-- 21,731 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>MWG Tags</title>
<link rel=stylesheet type='text/css' href='style.css' title='Style'>
</head>
<body>
<h2 class=top>MWG Tags</h2>
<p>
The Metadata Working Group (MWG) recommends techniques to allow certain
overlapping EXIF, IPTC and XMP tags to be reconciled when reading, and
synchronized when writing.  The MWG Composite tags below are designed to aid
in the implementation of these recommendations.  As well, the MWG defines
new XMP tags which are listed in the subsequent tables below.  See
<a href="http://www.metadataworkinggroup.org/">http://www.metadataworkinggroup.org/</a> for the official MWG specification.
</p>
<h2><a name='Composite'>MWG Composite Tags</a></h2>
<p>The table below lists special Composite tags which are used to access other
tags based on the MWG 2.0 recommendations.  These tags are only accessible
when explicitly loaded, but this is done automatically by the exiftool
application if MWG is specified as a group for any tag on the command line,
or manually with the <code>-use MWG</code> option.  Via the API, the MWG Composite
tags are loaded by calling &quot;<code>Image::ExifTool::MWG::Load()</code>&quot;.</p>

<p>When reading, the value of each MWG tag is <b>Derived From</b> the specified
tags based on the MWG guidelines.  When writing, the appropriate associated
tags are written.  The value of the IPTCDigest tag is updated automatically
when the IPTC is changed if either the IPTCDigest tag didn&#39;t exist
beforehand or its value agreed with the original IPTC digest (indicating
that the XMP is synchronized with the IPTC).  IPTC information is written
only if the original file contained IPTC.</p>

<p>Loading the MWG module activates &quot;strict MWG conformance mode&quot;, which has
the effect of causing EXIF, IPTC and XMP in non-standard locations to be
ignored when reading, as per the MWG recommendations.  Instead, a &quot;Warning&quot;
tag is generated when non-standard metadata is encountered.  This feature
may be disabled by setting <code>$Image::ExifTool::MWG::strict = 0</code> in the
<a href="../config.html">ExifTool config file</a> (or from your Perl script when using the API).  Note
that the behaviour when writing is not changed:  ExifTool always creates new
records only in the standard location, but writes new tags to any
EXIF/IPTC/XMP records that exist.</p>

<p>Contrary to the EXIF specification, the MWG recommends that EXIF &quot;ASCII&quot;
string values be stored as UTF-8.  To honour this, the exiftool application
sets the default internal EXIF string encoding to &quot;UTF8&quot; when the MWG module
is loaded, but via the API this must be done manually by setting the
CharsetEXIF option.</p>

<p>A complication of the MWG specification is that although the MWG:Creator
property may consist of multiple values, the associated EXIF tag
(EXIF:Artist) is only a simple string.  To resolve this discrepancy the MWG
recommends a technique which allows a list of values to be stored in a
string by using a semicolon-space separator (with quotes around values if
necessary).  When the MWG module is loaded, ExifTool automatically
implements this policy and changes EXIF:Artist to a list-type tag.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Tag Name</th>
<th>Writable</th><th>Derived From</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>City</td>
<td class=c>yes</td>
<td class=n>IPTC:City
  <br>XMP-photoshop:City
  <br>XMP-iptcExt:LocationShownCity
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>Copyright</td>
<td class=c>yes</td>
<td class=n>EXIF:Copyright
  <br>IPTC:CopyrightNotice
  <br>XMP-dc:Rights
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr>
<td>Country</td>
<td class=c>yes</td>
<td class=n>IPTC:Country-PrimaryLocationName
  <br>XMP-photoshop:Country
  <br>XMP-iptcExt:LocationShownCountryName
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>CreateDate</td>
<td class=c>yes</td>
<td class=n>Composite:SubSecCreateDate
  <br>EXIF:CreateDate
  <br>IPTC:DigitalCreationDate
  <br>IPTC:DigitalCreationTime
  <br>XMP-xmp:CreateDate
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td><span class=s><span class=n>(&quot;creation date of the digital representation&quot; - MWG)</span></span></td></tr>
<tr>
<td>Creator</td>
<td class=c title=' + = List'>yes+</td>
<td class=n>EXIF:Artist
  <br>IPTC:By-line
  <br>XMP-dc:Creator
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>DateTimeOriginal</td>
<td class=c>yes</td>
<td class=n>Composite:SubSecDateTimeOriginal
  <br>EXIF:DateTimeOriginal
  <br>IPTC:DateCreated
  <br>IPTC:TimeCreated
  <br>XMP-photoshop:DateCreated
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td><span class=s><span class=n>(&quot;creation date of the intellectual content being shown&quot; - MWG)</span></span></td></tr>
<tr>
<td>Description</td>
<td class=c>yes</td>
<td class=n>EXIF:ImageDescription
  <br>IPTC:Caption-Abstract
  <br>XMP-dc:Description
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>Keywords</td>
<td class=c title=' + = List'>yes+</td>
<td class=n>IPTC:Keywords
  <br>XMP-dc:Subject
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr>
<td>Location</td>
<td class=c>yes</td>
<td class=n>IPTC:Sub-location
  <br>XMP-iptcCore:Location
  <br>XMP-iptcExt:LocationShownSublocation
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>ModifyDate</td>
<td class=c>yes</td>
<td class=n>Composite:SubSecModifyDate
  <br>EXIF:ModifyDate
  <br>XMP-xmp:ModifyDate
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td><span class=s><span class=n>(&quot;modification date of the digital image file&quot; - MWG)</span></span></td></tr>
<tr>
<td>Orientation</td>
<td class=c>yes</td>
<td class=n>EXIF:Orientation</td>
<td><table class=cols><tr>
  <td>1 = Horizontal (normal)
  <br>2 = Mirror horizontal
  <br>3 = Rotate 180
  <br>4 = Mirror vertical
  <br>5 = Mirror horizontal and rotate 270 CW
  <br>6 = Rotate 90 CW
  <br>7 = Mirror horizontal and rotate 90 CW
  <br>8 = Rotate 270 CW</td></tr></table>
</td></tr>
<tr class=b>
<td>Rating</td>
<td class=c>yes</td>
<td class=n>XMP-xmp:Rating</td>
<td>&nbsp;</td></tr>
<tr>
<td>State</td>
<td class=c>yes</td>
<td class=n>IPTC:Province-State
  <br>XMP-photoshop:State
  <br>XMP-iptcExt:LocationShownProvinceState
  <br>CurrentIPTCDigest
  <br>IPTCDigest</td>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>

<h2><a name='Regions'>MWG Regions Tags</a></h2>
<p>Image region metadata defined by the MWG 2.0 specification.  These tags
may be accessed without the need to load the MWG Composite tags above.  See
<a href="http://www.metadataworkinggroup.org/">http://www.metadataworkinggroup.org/</a> for the official specification.</p>

<p>These tags belong to the ExifTool XMP-mwg-rs family 1 group.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Tag Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>RegionInfo</td>
<td class=c>struct</td>
<td>--&gt; <a href='MWG.html#RegionInfo'>MWG RegionInfo Struct</a>
  <br><span class='n s'>(called Regions by the spec)</span></td></tr>
<tr class=b>
<td>RegionAppliedToDimensions</td>
<td class=c title=' _ = Flattened'>struct_</td>
<td>--&gt; <a href='XMP.html#Dimensions'>Dimensions Struct</a>
  <br><span class='n s'>(RegionsAppliedToDimensions)</span></td></tr>
<tr>
<td>RegionAppliedToDimensionsH</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RegionsAppliedToDimensionsH)</span></span></td></tr>
<tr class=b>
<td>RegionAppliedToDimensionsUnit</td>
<td class=c title=' _ = Flattened'>string_</td>
<td><span class=s><span class=n>(RegionsAppliedToDimensionsUnit)</span></span></td></tr>
<tr>
<td>RegionAppliedToDimensionsW</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RegionsAppliedToDimensionsW)</span></span></td></tr>
<tr class=b>
<td>RegionList</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#RegionStruct'>MWG RegionStruct Struct</a>
  <br><span class='n s'>(RegionsRegionList)</span></td></tr>
<tr>
<td>RegionArea</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#Area'>Area Struct</a>
  <br><span class='n s'>(RegionsRegionListArea)</span></td></tr>
<tr class=b>
<td>RegionAreaD</td>
<td class=c title=' _ = Flattened
 + = List'>real_+</td>
<td><span class=s><span class=n>(RegionsRegionListAreaD)</span></span></td></tr>
<tr>
<td>RegionAreaH</td>
<td class=c title=' _ = Flattened
 + = List'>real_+</td>
<td><span class=s><span class=n>(RegionsRegionListAreaH)</span></span></td></tr>
<tr class=b>
<td>RegionAreaUnit</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListAreaUnit)</span></span></td></tr>
<tr>
<td>RegionAreaW</td>
<td class=c title=' _ = Flattened
 + = List'>real_+</td>
<td><span class=s><span class=n>(RegionsRegionListAreaW)</span></span></td></tr>
<tr class=b>
<td>RegionAreaX</td>
<td class=c title=' _ = Flattened
 + = List'>real_+</td>
<td><span class=s><span class=n>(RegionsRegionListAreaX)</span></span></td></tr>
<tr>
<td>RegionAreaY</td>
<td class=c title=' _ = Flattened
 + = List'>real_+</td>
<td><span class=s><span class=n>(RegionsRegionListAreaY)</span></span></td></tr>
<tr class=b>
<td>RegionBarCodeValue</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListBarCodeValue)</span></span></td></tr>
<tr>
<td>RegionDescription</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListDescription)</span></span></td></tr>
<tr class=b>
<td>RegionExtensions</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#Extensions'>MWG Extensions Struct</a>
  <br><span class='n s'>(RegionsRegionListExtensions)</span></td></tr>
<tr>
<td>RegionFocusUsage</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListFocusUsage)</span>
  <br>&#39;EvaluatedNotUsed&#39; = Evaluated, Not Used
  <br>&#39;EvaluatedUsed&#39; = Evaluated, Used
  <br>&#39;NotEvaluatedNotUsed&#39; = Not Evaluated, Not Used</span></td></tr>
<tr class=b>
<td>RegionName</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListName)</span></span></td></tr>
<tr>
<td>RegionRotation</td>
<td class=c title=' _ = Flattened
 + = List'>real_+</td>
<td><span class=s><span class=n>(RegionsRegionListRotation; not part of MWG 2.0 spec)</span></span></td></tr>
<tr class=b>
<td>RegionSeeAlso</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListSeeAlso)</span></span></td></tr>
<tr>
<td>RegionType</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(RegionsRegionListType)</span>
  <br>&#39;BarCode&#39; = BarCode
  <br>&#39;Face&#39; = Face
  <br>&#39;Focus&#39; = Focus
  <br>&#39;Pet&#39; = Pet</span></td></tr>
</table></td></tr></table></blockquote>

<h2><a name='RegionInfo'>MWG RegionInfo Struct</a></h2>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Field Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>AppliedToDimensions</td>
<td class=c>Dimensions</td>
<td>--&gt; <a href='XMP.html#Dimensions'>Dimensions Struct</a></td></tr>
<tr class=b>
<td>RegionList</td>
<td class=c title=' + = List'>MWG RegionStruct+</td>
<td>--&gt; <a href='MWG.html#RegionStruct'>MWG RegionStruct Struct</a></td></tr>
</table></td></tr></table></blockquote>

<h2><a name='RegionStruct'>MWG RegionStruct Struct</a></h2>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Field Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>Area</td>
<td class=c>Area</td>
<td>--&gt; <a href='XMP.html#Area'>Area Struct</a></td></tr>
<tr class=b>
<td>BarCodeValue</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr>
<td>Description</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>Extensions</td>
<td class=c>MWG Extensions</td>
<td>--&gt; <a href='MWG.html#Extensions'>MWG Extensions Struct</a></td></tr>
<tr>
<td>FocusUsage</td>
<td class=c>string</td>
<td><span class=s>EvaluatedNotUsed = Evaluated, Not Used
  <br>EvaluatedUsed = Evaluated, Used
  <br>NotEvaluatedNotUsed = Not Evaluated, Not Used</span></td></tr>
<tr class=b>
<td>Name</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr>
<td>Rotation</td>
<td class=c>real</td>
<td><span class=s><span class=n>(not part of MWG 2.0 spec)</span></span></td></tr>
<tr class=b>
<td>Type</td>
<td class=c>string</td>
<td><span class=s>BarCode = BarCode
  <br>Face = Face
  <br>Focus = Focus
  <br>Pet = Pet</span></td></tr>
<tr>
<td>SeeAlso</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>

<h2><a name='Extensions'>MWG Extensions Struct</a></h2>
<p>This structure may contain any top-level XMP tags, but none have been
pre-defined in ExifTool.  Since no flattened tags have been pre-defined,
RegionExtensions is writable only as a structure (eg.
<code>{xmp-dc:creator=me,rating=5}</code>).  Fields for this structure are identified
using the standard ExifTool tag name (with optional leading group name,
and/or trailing language code, and/or trailing <code>#</code> symbol to disable print
conversion).</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Field Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr><td colspan=3 class=c><i>[no tags known]</i></td></tr>
</table></td></tr></table></blockquote>

<h2><a name='Keywords'>MWG Keywords Tags</a></h2>
<p>Hierarchical keywords metadata defined by the MWG 2.0 specification.
ExifTool unrolls keyword structures to an arbitrary depth of 6 to allow
individual levels to be accessed with different tag names, and to avoid
infinite recursion.  See <a href="http://www.metadataworkinggroup.org/">http://www.metadataworkinggroup.org/</a> for the
official specification.</p>

<p>These tags belong to the ExifTool XMP-mwg-kw family 1 group.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Tag Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>KeywordInfo</td>
<td class=c>struct</td>
<td>--&gt; <a href='MWG.html#KeywordInfo'>MWG KeywordInfo Struct</a>
  <br><span class='n s'>(called Keywords by the spec)</span></td></tr>
<tr class=b>
<td>HierarchicalKeywords</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a>
  <br><span class='n s'>(KeywordsHierarchy)</span></td></tr>
<tr>
<td>HierarchicalKeywords1Applied</td>
<td class=c title=' _ = Flattened
 + = List'>boolean_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyApplied)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords1Children</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a>
  <br><span class='n s'>(KeywordsHierarchyChildren)</span></td></tr>
<tr>
<td>HierarchicalKeywords2Applied</td>
<td class=c title=' _ = Flattened
 + = List'>boolean_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenApplied)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords2Children</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a>
  <br><span class='n s'>(KeywordsHierarchyChildrenChildren)</span></td></tr>
<tr>
<td>HierarchicalKeywords3Applied</td>
<td class=c title=' _ = Flattened
 + = List'>boolean_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenApplied)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords3Children</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a>
  <br><span class='n s'>(KeywordsHierarchyChildrenChildrenChildren)</span></td></tr>
<tr>
<td>HierarchicalKeywords4Applied</td>
<td class=c title=' _ = Flattened
 + = List'>boolean_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenChildrenApplied)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords4Children</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a>
  <br><span class='n s'>(KeywordsHierarchyChildrenChildrenChildrenChildren)</span></td></tr>
<tr>
<td>HierarchicalKeywords5Applied</td>
<td class=c title=' _ = Flattened
 + = List'>boolean_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenChildrenChildrenApplied)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords5Children</td>
<td class=c title=' _ = Flattened
 + = List'>struct_+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a>
  <br><span class='n s'>(KeywordsHierarchyChildrenChildrenChildrenChildrenChildren)</span></td></tr>
<tr>
<td>HierarchicalKeywords6Applied</td>
<td class=c title=' _ = Flattened
 + = List'>boolean_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords6</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword)</span></span></td></tr>
<tr>
<td>HierarchicalKeywords5</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords4</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenChildrenKeyword)</span></span></td></tr>
<tr>
<td>HierarchicalKeywords3</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenChildrenKeyword)</span></span></td></tr>
<tr class=b>
<td>HierarchicalKeywords2</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyChildrenKeyword)</span></span></td></tr>
<tr>
<td>HierarchicalKeywords1</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(KeywordsHierarchyKeyword)</span></span></td></tr>
</table></td></tr></table></blockquote>

<h2><a name='KeywordInfo'>MWG KeywordInfo Struct</a></h2>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Field Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>Hierarchy</td>
<td class=c title=' + = List'>MWG KeywordStruct+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a></td></tr>
</table></td></tr></table></blockquote>

<h2><a name='KeywordStruct'>MWG KeywordStruct Struct</a></h2>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Field Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>Applied</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>Children</td>
<td class=c title=' + = List'>MWG KeywordStruct+</td>
<td>--&gt; <a href='MWG.html#KeywordStruct'>MWG KeywordStruct Struct</a></td></tr>
<tr>
<td>Keyword</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>

<h2><a name='Collections'>MWG Collections Tags</a></h2>
<p>Collections metadata defined by the MWG 2.0 specification.  See
<a href="http://www.metadataworkinggroup.org/">http://www.metadataworkinggroup.org/</a> for the official specification.</p>

<p>These tags belong to the ExifTool XMP-mwg-coll family 1 group.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Tag Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>Collections</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='MWG.html#CollectionInfo'>MWG CollectionInfo Struct</a></td></tr>
<tr class=b>
<td>CollectionName</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(CollectionsCollectionName)</span></span></td></tr>
<tr>
<td>CollectionURI</td>
<td class=c title=' _ = Flattened
 + = List'>string_+</td>
<td><span class=s><span class=n>(CollectionsCollectionURI)</span></span></td></tr>
</table></td></tr></table></blockquote>

<h2><a name='CollectionInfo'>MWG CollectionInfo Struct</a></h2>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
<tr class=h><th>Field Name</th>
<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
<tr>
<td>CollectionName</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>CollectionURI</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>

<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
<br><i>Last revised Aug 22, 2017</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>