-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpdfa.config
56 lines (55 loc) · 2.25 KB
/
pdfa.config
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
%Image::ExifTool::UserDefined = (
'Image::ExifTool::XMP::Main' => {
pdfaExtension => {
SubDirectory => {
TagTable => 'Image::ExifTool::UserDefined::pdfaExtension',
},
},
},
);
%Image::ExifTool::UserDefined::pdfaExtension = (
GROUPS => { 0 => 'XMP', 1 => 'XMP-pdfaExtension', 2 => 'Image' },
NAMESPACE => { 'pdfaExtension' => 'http://www.aiim.org/pdfa/ns/extension/' },
WRITABLE => 'string', # (default to string-type tags)
schemas => {
Struct => {
NAMESPACE => { 'pdfaSchema' => 'http://www.aiim.org/pdfa/ns/schema#' },
STRUCT_NAME => 'pdfaSchema',
schema => { Writable => 'string' },
namespaceURI => { Writable => 'string' },
prefix => { Writable => 'string' },
property => {
List => 'Seq',
Struct => {
NAMESPACE => { 'pdfaProperty' => 'http://www.aiim.org/pdfa/ns/property#' },
STRUCT_NAME => 'pdfaProperty',
name => { Writable => 'string' },
valueType => { Writable => 'string' },
category => { Writable => 'string' },
description => { Writable => 'string' },
},
},
valueType => {
List => 'Seq',
Struct => {
NAMESPACE => { 'pdfaType' => 'http://www.aiim.org/pdfa/ns/type#' },
STRUCT_NAME => 'pdfaType',
type => { Writable => 'string' },
namespaceURI => { Writable => 'string' },
prefix => { Writable => 'string' },
description => { Writable => 'string' },
field => {
List => 'Seq',
Struct => {
NAMESPACE => { 'pdfaField' => 'http://www.aiim.org/pdfa/ns/field#' },
name => { Writable => 'string' },
valueType => { Writable => 'string' },
description => { Writable => 'string' },
},
},
},
},
},
List => 'Bag',
},
);