newsmlg2 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/docs.yml +63 -0
  3. data/.github/workflows/links.yml +99 -0
  4. data/.github/workflows/performance.yml +25 -0
  5. data/.github/workflows/rake.yml +19 -0
  6. data/.github/workflows/release.yml +34 -0
  7. data/.gitignore +17 -0
  8. data/.rubocop.yml +51 -0
  9. data/CHANGELOG.md +31 -0
  10. data/CLAUDE.md +77 -0
  11. data/Gemfile +15 -0
  12. data/LICENSE +24 -0
  13. data/README.adoc +135 -0
  14. data/Rakefile +15 -0
  15. data/docs/Gemfile +6 -0
  16. data/docs/_config.yml +4 -0
  17. data/docs/index.md +15 -0
  18. data/docs/lychee.toml +4 -0
  19. data/docs/usage.md +36 -0
  20. data/lib/newsmlg2/base/administrative_metadata_group.rb +40 -0
  21. data/lib/newsmlg2/base/arbitrary_value_attributes.rb +13 -0
  22. data/lib/newsmlg2/base/authority_attributes.rb +14 -0
  23. data/lib/newsmlg2/base/common_power_attributes.rb +17 -0
  24. data/lib/newsmlg2/base/concept_definition_group.rb +25 -0
  25. data/lib/newsmlg2/base/concept_relationships_group.rb +22 -0
  26. data/lib/newsmlg2/base/confirmation_status_attributes.rb +13 -0
  27. data/lib/newsmlg2/base/deprecated_link_attributes.rb +14 -0
  28. data/lib/newsmlg2/base/descriptive_metadata_group.rb +54 -0
  29. data/lib/newsmlg2/base/entity_details_group.rb +28 -0
  30. data/lib/newsmlg2/base/flex_attributes.rb +13 -0
  31. data/lib/newsmlg2/base/i18n_attributes.rb +14 -0
  32. data/lib/newsmlg2/base/item_management_group.rb +59 -0
  33. data/lib/newsmlg2/base/media_content_characteristics1.rb +22 -0
  34. data/lib/newsmlg2/base/news_content_attributes.rb +18 -0
  35. data/lib/newsmlg2/base/news_content_characteristics.rb +30 -0
  36. data/lib/newsmlg2/base/news_content_type_attributes.rb +17 -0
  37. data/lib/newsmlg2/base/persistent_edit_attributes.rb +13 -0
  38. data/lib/newsmlg2/base/qualifying_attributes.rb +13 -0
  39. data/lib/newsmlg2/base/quantify_attributes.rb +13 -0
  40. data/lib/newsmlg2/base/ranking_attributes.rb +13 -0
  41. data/lib/newsmlg2/base/recurrence_rule_attributes.rb +18 -0
  42. data/lib/newsmlg2/base/target_resource_attributes.rb +20 -0
  43. data/lib/newsmlg2/base/time_validity_attributes.rb +13 -0
  44. data/lib/newsmlg2/base.rb +35 -0
  45. data/lib/newsmlg2/builder/node.rb +125 -0
  46. data/lib/newsmlg2/builder.rb +69 -0
  47. data/lib/newsmlg2/catalog.rb +38 -0
  48. data/lib/newsmlg2/catalog_cache.rb +49 -0
  49. data/lib/newsmlg2/catalog_ref.rb +13 -0
  50. data/lib/newsmlg2/catalog_store.rb +66 -0
  51. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_32.xml +620 -0
  52. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_33.xml +625 -0
  53. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_34.xml +626 -0
  54. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_35.xml +635 -0
  55. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_36.xml +644 -0
  56. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_37.xml +661 -0
  57. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_38.xml +674 -0
  58. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_39.xml +682 -0
  59. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_40.xml +724 -0
  60. data/lib/newsmlg2/catalogs/catalog.IPTC-G2-Standards_41.xml +729 -0
  61. data/lib/newsmlg2/configuration.rb +61 -0
  62. data/lib/newsmlg2/document.rb +123 -0
  63. data/lib/newsmlg2/errors.rb +18 -0
  64. data/lib/newsmlg2/i18n.rb +20 -0
  65. data/lib/newsmlg2/items/any_item.rb +180 -0
  66. data/lib/newsmlg2/items/catalog_item.rb +24 -0
  67. data/lib/newsmlg2/items/concept_item.rb +23 -0
  68. data/lib/newsmlg2/items/content_meta.rb +73 -0
  69. data/lib/newsmlg2/items/item_ref.rb +13 -0
  70. data/lib/newsmlg2/items/knowledge_item.rb +68 -0
  71. data/lib/newsmlg2/items/news_item.rb +130 -0
  72. data/lib/newsmlg2/items/news_message.rb +142 -0
  73. data/lib/newsmlg2/items/package_item.rb +82 -0
  74. data/lib/newsmlg2/items/part_meta.rb +68 -0
  75. data/lib/newsmlg2/items/planning_item.rb +160 -0
  76. data/lib/newsmlg2/nar_model.rb +76 -0
  77. data/lib/newsmlg2/nar_namespace.rb +10 -0
  78. data/lib/newsmlg2/nitf_namespace.rb +9 -0
  79. data/lib/newsmlg2/same_as_scheme.rb +15 -0
  80. data/lib/newsmlg2/scheme.rb +30 -0
  81. data/lib/newsmlg2/types/approximate_date_time_prop_type.rb +14 -0
  82. data/lib/newsmlg2/types/bag.rb +16 -0
  83. data/lib/newsmlg2/types/block_types.rb +62 -0
  84. data/lib/newsmlg2/types/concept.rb +36 -0
  85. data/lib/newsmlg2/types/concept_id.rb +17 -0
  86. data/lib/newsmlg2/types/concept_name_type.rb +17 -0
  87. data/lib/newsmlg2/types/content_meta_types.rb +152 -0
  88. data/lib/newsmlg2/types/date_opt_time_prop_type.rb +12 -0
  89. data/lib/newsmlg2/types/date_time_or_null_prop_type.rb +12 -0
  90. data/lib/newsmlg2/types/date_time_prop_type.rb +12 -0
  91. data/lib/newsmlg2/types/event_details.rb +213 -0
  92. data/lib/newsmlg2/types/ext_property.rb +21 -0
  93. data/lib/newsmlg2/types/facet.rb +17 -0
  94. data/lib/newsmlg2/types/flex1_prop_type.rb +32 -0
  95. data/lib/newsmlg2/types/flex_location_prop_type.rb +43 -0
  96. data/lib/newsmlg2/types/flex_party_prop_type.rb +49 -0
  97. data/lib/newsmlg2/types/flex_prop2_type.rb +26 -0
  98. data/lib/newsmlg2/types/flex_prop_type.rb +17 -0
  99. data/lib/newsmlg2/types/geo.rb +92 -0
  100. data/lib/newsmlg2/types/hierarchy_info.rb +17 -0
  101. data/lib/newsmlg2/types/ids.rb +28 -0
  102. data/lib/newsmlg2/types/inline_types.rb +56 -0
  103. data/lib/newsmlg2/types/intl_string_type.rb +17 -0
  104. data/lib/newsmlg2/types/intl_string_type2.rb +14 -0
  105. data/lib/newsmlg2/types/item_management.rb +74 -0
  106. data/lib/newsmlg2/types/link.rb +40 -0
  107. data/lib/newsmlg2/types/object_details.rb +40 -0
  108. data/lib/newsmlg2/types/party_details.rb +258 -0
  109. data/lib/newsmlg2/types/poi.rb +79 -0
  110. data/lib/newsmlg2/types/qcode_prop_type.rb +12 -0
  111. data/lib/newsmlg2/types/qual_prop_type.rb +23 -0
  112. data/lib/newsmlg2/types/qual_rel_prop_type.rb +18 -0
  113. data/lib/newsmlg2/types/related_concept.rb +71 -0
  114. data/lib/newsmlg2/types/rights.rb +84 -0
  115. data/lib/newsmlg2/types/ruby_annotation.rb +55 -0
  116. data/lib/newsmlg2/types/same_as.rb +17 -0
  117. data/lib/newsmlg2/types/truncated_date_time_prop_type.rb +13 -0
  118. data/lib/newsmlg2/types/versioned_string_type.rb +10 -0
  119. data/lib/newsmlg2/types/xml_base.rb +12 -0
  120. data/lib/newsmlg2/types/xml_lang.rb +12 -0
  121. data/lib/newsmlg2/types.rb +166 -0
  122. data/lib/newsmlg2/utils.rb +42 -0
  123. data/lib/newsmlg2/version.rb +5 -0
  124. data/lib/newsmlg2.rb +181 -0
  125. data/lib/tasks/performance.rake +72 -0
  126. data/newsmlg2.gemspec +34 -0
  127. metadata +185 -0
@@ -0,0 +1,620 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- File: http://www.iptc.org/std/catalog/catalog.IPTC-G2-Standards_#.xml (# represents the version number of this file)
3
+
4
+ This file provides a Catalog for G2-Standards as defined by the common News Architecture
5
+ This catalog contains all currently existing IPTC maintained controlled vocabularies - branded as NewsCodes -
6
+ and a set of new sets of NewsCodes for the G2-Standards - see the explanations in the headers below.
7
+
8
+ How to apply:
9
+ When creating an XML instance of any kind of item for a G2-Standard do this:
10
+ - either: copy and paste the <catalog> element from this file to the appropriate position in the item
11
+ - or: add a <catalogRef> element to the item and apply the URL of this file (wherever it is stored)
12
+ to the "href" attribute of the catalogRef element like:
13
+ <catalogRef href="http://mydomain.org/files/catalog.IPTC-G2-Standards_99.xml" />
14
+
15
+ This file is provided as is by the International Press Telecommunication Council, IPTC - www.iptc.org
16
+ History / change log:
17
+ v 1 2008-03-04: initial version, derived from the draft versions, reflects the G2 NewsCodes approved on 2008-01-29
18
+ v 2 2008-05-02: the section of "existing IPTC NewsCodes" was reviewed to sort out taxonomies which do not comply with G2-Standards for formal technical reasons
19
+ v 3 2008-06-23: minor changes
20
+ v 4 2008-09-02: section 5 added: schemes used only for NewsML1
21
+ v 5 2008-11-07: section 6 added: IPTC-external vocabularies added
22
+ v 6 2008-11-11: changes in section 6
23
+ v 7 2009-04-29: added alias "ncostat" and "wldreg" and "medtop"
24
+ v8 2009-05-20: added News Provider and News Product (section 1)
25
+ v9 2009-06-19: added DigitalSourceType (section 1)
26
+ v10 2009-07-06: added TimeUnit (section 3.1)
27
+ v11 2009-10-01: added DimensionUnit (section 3.1), added Dummy (1) TimeUnit alias modified
28
+ v12 2010-07-23: added Concept Relation (crel), comments modified
29
+ v13 2010-12-16: added cwarn, app,sig, plinat
30
+ v14 2011-01-21: adding riaspect, riscope, hopaction, hatarget, hashtype, hashscope
31
+ v15 2011-08-16: added skos, sov, colin, videodef, sev
32
+ v16 2011-11-04: added howextr
33
+ v17 2011-12-13: added nmsig and the ANPA1312 external CVs
34
+ v18 2011-12-23: error fixed: the MediaType CVs of G2 and NewsML 1 had the same scheme URI,
35
+ for the CV of NewsML 1 with the alias "medtyp" the URI was changed to "http://cv.iptc.org/newscodes/mediatype1/"
36
+ v19 2012-09-12: external CV added: http://cvx.iptc.org/iso10383-mic
37
+ v20 2013-01-10: descriptions of schemes added. Generated from the IPTC concept management tool, schemes are sorted by their scheme URI
38
+ v21 2013-02-14: added rcalctype, rscaleunit, rtype, useracttype
39
+ v22 2013-05-17: added loutorient
40
+ v23 2013-11-25: added catinat, valfmt
41
+ v24 2014-01-20: modified: loctyp, added non-IPTC vocabs: cusip, sedol, tidm
42
+ v25 2014-11-03: added: ikos, dbpedia, freebase, wikidata, geonames, Musicbrainz/mb-*,
43
+ v26 2015-01-12: added: gen(eric)
44
+ v27 2015-08-18: added: gics, secst
45
+ v28 2016-09-01: added: prodgenre
46
+ v29 2016-10-05: added: parasport
47
+ v30 2017-05-04: added: CVX/bcp47, VMHub Qualifier,(PMD mapping: altidrole, entityprop, rightsprop, aoprop, cptnoterole), sportfacet, sportfacetvalue)
48
+ 2017-08-17: updated
49
+ v31 2018-01-25: added: cptdefrole, ctrole, ednoterole
50
+ v32 2018-04-04: added: cpprole
51
+ -->
52
+ <catalog xmlns="http://iptc.org/std/nar/2006-10-01/" additionalInfo="http://www.iptc.org/goto?G2cataloginfo">
53
+ <scheme alias="altidrole" uri="http://cv.iptc.org/newscodes/altidrole/" modified="2017-05-04T12:00:00+00:00">
54
+ <definition xml:lang="en-GB">Role of an alternative identifier.</definition>
55
+ <name xml:lang="en-GB">Alternative Identifer Role</name>
56
+ </scheme>
57
+ <scheme alias="aoprop" uri="http://cv.iptc.org/newscodes/aoproperty/" modified="2017-05-04T12:00:00+00:00">
58
+ <definition xml:lang="en-GB">Property of an artwork or object.</definition>
59
+ <name xml:lang="en-GB">Artwork or Object Property</name>
60
+ </scheme>
61
+ <scheme alias="app" uri="http://cv.iptc.org/newscodes/application/" modified="2010-12-16T12:00:00+00:00">
62
+ <definition xml:lang="en-GB">Indicates how the metadata value was applied.</definition>
63
+ <name xml:lang="en-GB">Application of Metadata Values</name>
64
+ </scheme>
65
+ <scheme alias="aspfacet" uri="http://cv.iptc.org/newscodes/asportfacet/" modified="2017-05-04T12:00:00+00:00">
66
+ <definition xml:lang="en-GB">A sport facet of a concept.</definition>
67
+ <name xml:lang="en-GB">A Sport Facet</name>
68
+ </scheme>
69
+ <scheme alias="aspfacetvalue" uri="http://cv.iptc.org/newscodes/asportfacetvalue/" modified="2017-08-17T12:00:00+00:00">
70
+ <definition xml:lang="en-GB">A value which may be used with specific facet(s) of the Sport Facets NewsCodes - http://cv.iptc.org/newscodes/asportfacet/</definition>
71
+ <name xml:lang="en-GB">Value of a Sport Facet</name>
72
+ </scheme>
73
+ <scheme alias="acdc" uri="http://cv.iptc.org/newscodes/audiocodec/" modified="2008-02-29T12:00:00+00:00">
74
+ <definition xml:lang="en-GB">Indicates a name of an audio-encoder/decoder. </definition>
75
+ <name xml:lang="en-GB">Audiocodec</name>
76
+ <note xml:lang="en-GB">Many of these encoders/decoders are controlled by international standards.</note>
77
+ </scheme>
78
+ <scheme alias="catinat" uri="http://cv.iptc.org/newscodes/catinature/" modified="2013-11-25T12:00:00+00:00">
79
+ <definition xml:lang="en-GB">Indicates the nature of the content of a Catalog Item.
80
+ </definition>
81
+ <name xml:lang="en-GB">Nature of a Catalog Item</name>
82
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
83
+ </scheme>
84
+ <scheme alias="chprop" uri="http://cv.iptc.org/newscodes/characteristicsproperty/" modified="2008-02-29T12:00:00+00:00">
85
+ <definition xml:lang="en-GB">Defines the name and the semantics (not the value) of a physical characteristic of the content of a NewsML 1 news item. </definition>
86
+ <name xml:lang="en-GB">Characteristics Property</name>
87
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items. </note>
88
+ </scheme>
89
+ <scheme alias="cinat" uri="http://cv.iptc.org/newscodes/cinature/" modified="2008-02-29T12:00:00+00:00">
90
+ <definition xml:lang="en-GB">Indicates the nature of the concept in a G2 Concept Item or Knowledge Item.</definition>
91
+ <name xml:lang="en-GB">Nature of a G2 Concept Item</name>
92
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items. </note>
93
+ </scheme>
94
+ <scheme alias="colsp" uri="http://cv.iptc.org/newscodes/colorspace/" modified="2008-02-29T12:00:00+00:00">
95
+ <definition xml:lang="en-GB">Indicates the colorspace of a digital image.</definition>
96
+ <name xml:lang="en-GB">Colorspace</name>
97
+ </scheme>
98
+ <scheme alias="colin" uri="http://cv.iptc.org/newscodes/colourindicator/" modified="2011-11-04T12:00:00+00:00">
99
+ <definition xml:lang="en-GB">Indicates the basic colouring of an image.</definition>
100
+ <name xml:lang="en-GB">Colour Indicator</name>
101
+ </scheme>
102
+ <scheme alias="ctech" uri="http://cv.iptc.org/newscodes/commtech/" modified="2008-02-29T12:00:00+00:00">
103
+ <definition xml:lang="en-GB">Indicates the communication technology used for this part of the contact info.</definition>
104
+ <name xml:lang="en-GB">Communication Technology</name>
105
+ </scheme>
106
+ <scheme alias="cptdefrole" uri="http://cv.iptc.org/newscodes/conceptdefinitionrole" modified="2017-12-04T12:00:00+00:00">
107
+ <definition xml:lang="en-GB">Role of a definition of a concept.</definition>
108
+ <name xml:lang="en-GB">Concept Definition Role</name>
109
+ </scheme>
110
+ <scheme alias="cptnoterole" uri="http://cv.iptc.org/newscodes/conceptnoterole/" modified="2017-05-04T12:00:00+00:00">
111
+ <definition xml:lang="en-GB">Role of a note about a concept.</definition>
112
+ <name xml:lang="en-GB">Concept Note Role</name>
113
+ </scheme>
114
+ <scheme alias="crel" uri="http://cv.iptc.org/newscodes/conceptrelation/" modified="2010-12-16T12:00:00+00:00">
115
+ <definition xml:lang="en-GB">The relationship between the current concept and the target concept.</definition>
116
+ <name xml:lang="en-GB">Concept Relation</name>
117
+ </scheme>
118
+ <scheme alias="conf" uri="http://cv.iptc.org/newscodes/confidence/" modified="2008-02-29T12:00:00+00:00">
119
+ <definition xml:lang="en-GB">Indicates the degree of certainty that an applied metadata value is correct. </definition>
120
+ <name xml:lang="en-GB">Confidence</name>
121
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items. </note>
122
+ </scheme>
123
+ <scheme alias="ciprol" uri="http://cv.iptc.org/newscodes/contactinfopartrole/" modified="2008-02-29T12:00:00+00:00">
124
+ <definition xml:lang="en-GB">Indicates the role of a part of a contact info component.</definition>
125
+ <name xml:lang="en-GB">Role of a Part of the Contact Info</name>
126
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items. </note>
127
+ </scheme>
128
+ <scheme alias="cwarn" uri="http://cv.iptc.org/newscodes/contentwarning/" modified="2010-12-16T12:00:00+00:00">
129
+ <definition xml:lang="en-GB">Indicates why the content of the item should be reviewed as it may be perceived as being offensive.</definition>
130
+ <name xml:lang="en-GB">Content Warning</name>
131
+ </scheme>
132
+ <scheme alias="ctrol" uri="http://cv.iptc.org/newscodes/contributorrole/" modified="2017-12-13T12:00:00+00:00">
133
+ <definition xml:lang="en-GB">Indicates the role of a contributor</definition>
134
+ <name xml:lang="en-GB">Contributor Role</name>
135
+ </scheme>
136
+ <scheme alias="cpnat" uri="http://cv.iptc.org/newscodes/cpnature/" modified="2008-02-29T12:00:00+00:00">
137
+ <definition xml:lang="en-GB">Indicates the basic nature of a concept.</definition>
138
+ <name xml:lang="en-GB">Nature of a Concept</name>
139
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
140
+ </scheme>
141
+ <scheme alias="cpprole" uri="http://cv.iptc.org/newscodes/contentprodpartyrole/" modified="2018-04-04T12:00:00+00:00">
142
+ <definition xml:lang="en-GB">The role of a party (person or organisation) which created, originated, supplied, enhanced, distributed or contributed in another way to the content, or the role of a party which supported these activities.</definition>
143
+ <name xml:lang="en-GB">Content Production Party Role</name>
144
+ </scheme>
145
+ <scheme alias="drol" uri="http://cv.iptc.org/newscodes/descriptionrole/" modified="2008-02-29T12:00:00+00:00">
146
+ <definition xml:lang="en-GB">Indicates the role that a specific instance of a description takes among all descriptions.</definition>
147
+ <name xml:lang="en-GB">Description Role</name>
148
+ </scheme>
149
+ <scheme alias="digsrctype" uri="http://cv.iptc.org/newscodes/digitalsourcetype/" modified="2008-02-29T12:00:00+00:00">
150
+ <definition xml:lang="en-GB">Indicates from which source a digital image was created. </definition>
151
+ <name xml:lang="en-GB">Digital Source Type</name>
152
+ </scheme>
153
+ <scheme alias="dimensionunit" uri="http://cv.iptc.org/newscodes/dimensionunit/" modified="2009-06-17T12:00:00+00:00">
154
+ <definition xml:lang="en-GB">Indicates the unit used for measuring a dimension of content.</definition>
155
+ <name xml:lang="en-GB">Dimension Unit</name>
156
+ </scheme>
157
+ <scheme alias="ednoterole" uri="http://cv.iptc.org/newscodes/ednoterole" modified="2017-12-04T12:00:00+00:00">
158
+ <definition xml:lang="en-GB">Indicates the role of an editorial note</definition>
159
+ <name xml:lang="en-GB">Editorial Note Role</name>
160
+ </scheme>
161
+ <scheme alias="dummy" uri="http://cv.iptc.org/newscodes/dummy/" modified="2008-02-29T12:00:00+00:00"/>
162
+ <scheme alias="erol" uri="http://cv.iptc.org/newscodes/edrole/" modified="2008-02-29T12:00:00+00:00">
163
+ <definition xml:lang="en-GB">Indicates the role this item takes in an editorial workflow.</definition>
164
+ <name xml:lang="en-GB">Editorial Role</name>
165
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
166
+ </scheme>
167
+ <scheme alias="encd" uri="http://cv.iptc.org/newscodes/encoding/" modified="2015-03-06T12:00:00+00:00">
168
+ <definition xml:lang="en-GB">Indicates an encoding scheme used to transform data. </definition>
169
+ <name xml:lang="en-GB">Encoding</name>
170
+ <note xml:lang="en-GB">This vocabulary may be used with NewsML 1.x and NewsML-G2</note>
171
+ </scheme>
172
+ <scheme alias="entityprop" uri="http://cv.iptc.org/newscodes/entityproperty/" modified="2017-05-04T12:00:00+00:00">
173
+ <definition xml:lang="en-GB">Property of an entity.</definition>
174
+ <name xml:lang="en-GB">Entity Property</name>
175
+ </scheme>
176
+ <scheme alias="ecirol" uri="http://cv.iptc.org/newscodes/eventcontactinforole/" modified="2008-02-29T12:00:00+00:00">
177
+ <definition xml:lang="en-GB">Indicates the class of the contact information.</definition>
178
+ <name xml:lang="en-GB">Event Contact Info Role</name>
179
+ </scheme>
180
+ <scheme alias="edconf" uri="http://cv.iptc.org/newscodes/eventdateconfirm/" modified="2008-02-29T12:00:00+00:00">
181
+ <definition xml:lang="en-GB">Indicates whether start and/or end dates and, optionally, times are confirmed.</definition>
182
+ <name xml:lang="en-GB">Event Date Confirmation</name>
183
+ </scheme>
184
+ <scheme alias="eocstat" uri="http://cv.iptc.org/newscodes/eventoccurstatus/" modified="2008-02-29T12:00:00+00:00">
185
+ <definition xml:lang="en-GB">Indicates how certain the occurrence of the event is.</definition>
186
+ <name xml:lang="en-GB">Event Occurence Status</name>
187
+ </scheme>
188
+ <scheme alias="eorol" uri="http://cv.iptc.org/newscodes/eventorganiserrole/" modified="2008-02-29T12:00:00+00:00">
189
+ <definition xml:lang="en-GB">Indicates the role an organiser takes in the event.</definition>
190
+ <name xml:lang="en-GB">Event Organiser Role</name>
191
+ </scheme>
192
+ <scheme alias="eprol" uri="http://cv.iptc.org/newscodes/eventparticipantrole/" modified="2008-02-29T12:00:00+00:00">
193
+ <definition xml:lang="en-GB">Indicates the role a participant takes in the event.</definition>
194
+ <name xml:lang="en-GB">Event Participant Role</name>
195
+ </scheme>
196
+ <scheme alias="eregrol" uri="http://cv.iptc.org/newscodes/eventregrole/" modified="2008-02-29T12:00:00+00:00">
197
+ <definition xml:lang="en-GB">Indicates the class of a registration.</definition>
198
+ <name xml:lang="en-GB">Event Registration Role</name>
199
+ </scheme>
200
+ <scheme alias="frmt" uri="http://cv.iptc.org/newscodes/format/" modified="2008-02-29T12:00:00+00:00">
201
+ <definition xml:lang="en-GB">Indicates the technical format of content.</definition>
202
+ <name xml:lang="en-GB">Format</name>
203
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items. </note>
204
+ </scheme>
205
+ <scheme alias="gen" uri="http://cv.iptc.org/newscodes/generic/" modified="2015-01-12T12:00:00+00:00">
206
+ <definition xml:lang="en-GB">Generic concepts which could be applied to virtually all properties</definition>
207
+ <name xml:lang="en-GB">Generic Concepts</name>
208
+ </scheme>
209
+ <scheme alias="genre" uri="http://cv.iptc.org/newscodes/genre/" modified="2008-02-29T12:00:00+00:00">
210
+ <definition xml:lang="en-GB">Indicates a nature, journalistic or intellectual characteristic of an item. </definition>
211
+ <name xml:lang="en-GB">Genre</name>
212
+ </scheme>
213
+ <scheme alias="hashscope" uri="http://cv.iptc.org/newscodes/hashscope/" modified="2011-01-21T12:00:00+00:00">
214
+ <definition xml:lang="en-GB">Indicates the scope of a hash value.</definition>
215
+ <name xml:lang="en-GB">Hash Scope</name>
216
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
217
+ </scheme>
218
+ <scheme alias="hashtype" uri="http://cv.iptc.org/newscodes/hashtype/" modified="2011-01-21T12:00:00+00:00">
219
+ <definition xml:lang="en-GB">Indicates the function by which a hash value was generated.</definition>
220
+ <name xml:lang="en-GB">Hash Type</name>
221
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
222
+ </scheme>
223
+ <scheme alias="hopaction" uri="http://cv.iptc.org/newscodes/hopaction/" modified="2011-01-21T12:00:00+00:00">
224
+ <definition xml:lang="en-GB">Indicates the action taken at a hop of the hop history.</definition>
225
+ <name xml:lang="en-GB">Hop Action</name>
226
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
227
+ </scheme>
228
+ <scheme alias="hatarget" uri="http://cv.iptc.org/newscodes/hopactiontarget/" modified="2011-01-21T12:00:00+00:00">
229
+ <definition xml:lang="en-GB">Indicates the target to which an action taken at a hop of the hop history applies.</definition>
230
+ <name xml:lang="en-GB">Hop Action Target</name>
231
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
232
+ </scheme>
233
+ <scheme alias="howextr" uri="http://cv.iptc.org/newscodes/howextracted/" modified="2011-11-04T12:00:00+00:00">
234
+ <definition xml:lang="en-GB">Indicates how a metadata value was extracted from the content.</definition>
235
+ <name xml:lang="en-GB">How Extracted</name>
236
+ </scheme>
237
+ <scheme alias="howpr" uri="http://cv.iptc.org/newscodes/howpresent/" modified="2008-02-29T12:00:00+00:00">
238
+ <definition xml:lang="en-GB">Indicates how a metadata property relates to the content of a NewsML 1 news item. </definition>
239
+ <name xml:lang="en-GB">How Present</name>
240
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
241
+ </scheme>
242
+ <scheme alias="ikos" uri="http://cv.iptc.org/newscodes/ikos/" modified="2014-04-08T12:00:00+00:00">
243
+ <definition xml:lang="en-GB">Terms required for organising IPTC's controlled vocabularies</definition>
244
+ <name xml:lang="en-GB">IPTC Knowledge Organisation System</name>
245
+ </scheme>
246
+ <scheme alias="impt" uri="http://cv.iptc.org/newscodes/importance/" modified="2008-02-29T12:00:00+00:00">
247
+ <definition xml:lang="en-GB">Indicates the importance of an item of metadata applied to a news item. </definition>
248
+ <name xml:lang="en-GB">Importance</name>
249
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items. </note>
250
+ </scheme>
251
+ <scheme alias="isrol" uri="http://cv.iptc.org/newscodes/infosourcerole/" modified="2008-02-29T12:00:00+00:00">
252
+ <definition xml:lang="en-GB">Indicates the role of an information source.</definition>
253
+ <name xml:lang="en-GB">Information Source Role</name>
254
+ </scheme>
255
+ <scheme alias="irel" uri="http://cv.iptc.org/newscodes/itemrelation/" modified="2008-02-29T12:00:00+00:00">
256
+ <definition xml:lang="en-GB">Indicates the relationship between the current item and the target resource.</definition>
257
+ <name xml:lang="en-GB">Item-Relation</name>
258
+ </scheme>
259
+ <scheme alias="irep" uri="http://cv.iptc.org/newscodes/itemrepresentation/" modified="2008-02-29T12:00:00+00:00">
260
+ <definition xml:lang="en-GB">Indicates the way the target item is represented at this location.</definition>
261
+ <name xml:lang="en-GB">Item Representation</name>
262
+ </scheme>
263
+ <scheme alias="lbtyp" uri="http://cv.iptc.org/newscodes/labeltype/" modified="2008-02-29T12:00:00+00:00">
264
+ <definition xml:lang="en-GB">Indicates the type of a label. </definition>
265
+ <name xml:lang="en-GB">Label Type</name>
266
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
267
+ </scheme>
268
+ <scheme alias="lrol" uri="http://cv.iptc.org/newscodes/languagerole/" modified="2008-02-29T12:00:00+00:00">
269
+ <definition xml:lang="en-GB">Indicates the role of the language among all languages used by the content.</definition>
270
+ <name xml:lang="en-GB">Language Role</name>
271
+ </scheme>
272
+ <scheme alias="loutorient" uri="http://cv.iptc.org/newscodes/layoutorientation/" modified="2013-05-17T12:00:00+00:00">
273
+ <definition xml:lang="en-GB">Indicates whether the human interpretation of the top of the image is aligned to its short or long side.</definition>
274
+ <name xml:lang="en-GB">Layout orientation</name>
275
+ </scheme>
276
+ <scheme alias="loctyp" uri="http://cv.iptc.org/newscodes/location/" modified="2014-01-17T12:00:00+00:00">
277
+ <definition xml:lang="en-GB">Indicates the type of a location.</definition>
278
+ <name xml:lang="en-GB">Location Type</name>
279
+ <note xml:lang="en-GB">This vocabulary may be used with NewsML 1.x and NewsML-G2. </note>
280
+ </scheme>
281
+ <scheme alias="medtop" uri="http://cv.iptc.org/newscodes/mediatopic/" modified="2009-10-22T12:00:00+00:00">
282
+ <definition xml:lang="en-GB">Indicates a subject of an item.</definition>
283
+ <name xml:lang="en-GB">Media Topic</name>
284
+ <note xml:lang="en-GB">The Media Topic NewsCodes is IPTC's new (as of December 2010) 1100-term taxonomy with a focus on text. The development started with the Subject Codes and extended the tree to 5 levels and reused the same 17 top level terms. The terms below the top level have been revised and rearranged. Each Media Topic provides a mapping back to one of the Subject Codes. </note>
285
+ </scheme>
286
+ <scheme alias="mtyp" uri="http://cv.iptc.org/newscodes/mediatype/" modified="2008-02-29T12:00:00+00:00">
287
+ <definition xml:lang="en-GB">Indicates a basic media type of news content.</definition>
288
+ <name xml:lang="en-GB">Media Type (G2)</name>
289
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items. </note>
290
+ </scheme>
291
+ <scheme alias="medtype" uri="http://cv.iptc.org/newscodes/mediatype1/" modified="2011-12-23T12:00:00+00:00">
292
+ <definition xml:lang="en-GB">Indicates a basic media type of news content.</definition>
293
+ <name xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items. </name>
294
+ <note xml:lang="en-GB">Media Type (NewsML 1)</note>
295
+ </scheme>
296
+ <scheme alias="nprt" uri="http://cv.iptc.org/newscodes/namepart/" modified="2008-02-29T12:00:00+00:00">
297
+ <definition xml:lang="en-GB">Indicates the part of a name.</definition>
298
+ <name xml:lang="en-GB">Name Part</name>
299
+ </scheme>
300
+ <scheme alias="nrol" uri="http://cv.iptc.org/newscodes/namerole/" modified="2008-02-29T12:00:00+00:00">
301
+ <definition xml:lang="en-GB">Indicates the role this specific instance of a name takes among all names.</definition>
302
+ <name xml:lang="en-GB">Name Role</name>
303
+ </scheme>
304
+ <scheme alias="ncostat" uri="http://cv.iptc.org/newscodes/newscoveragestatus/" modified="2008-02-29T12:00:00+00:00">
305
+ <definition xml:lang="en-GB">Indicates the intention of the news provider to cover an event. </definition>
306
+ <name xml:lang="en-GB">News Coverage Status</name>
307
+ </scheme>
308
+ <scheme alias="nityp" uri="http://cv.iptc.org/newscodes/newsitemtype/" modified="2008-02-29T12:00:00+00:00">
309
+ <definition xml:lang="en-GB">Indicates, in a very broad way, the type of ContentItem carried by a NewsML 1 news item. </definition>
310
+ <name xml:lang="en-GB">News Item Type</name>
311
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
312
+ </scheme>
313
+ <scheme alias="nmsig" uri="http://cv.iptc.org/newscodes/newsmsgsignal/" modified="2011-12-13T12:00:00+00:00">
314
+ <definition xml:lang="en-GB">Indicates how the items conveyed by a News Message should be processed. </definition>
315
+ <name xml:lang="en-GB">News Message Signal</name>
316
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 News Messages.</note>
317
+ </scheme>
318
+ <scheme alias="nprod" uri="http://cv.iptc.org/newscodes/newsproduct/" modified="2008-02-29T12:00:00+00:00">
319
+ <definition xml:lang="en-GB">Indicates a product of a News Provider.</definition>
320
+ <name xml:lang="en-GB">News Product</name>
321
+ <note xml:lang="en-GB">See also the News Provider NewsCodes </note>
322
+ </scheme>
323
+ <scheme alias="nprov" uri="http://cv.iptc.org/newscodes/newsprovider/" modified="2008-02-29T12:00:00+00:00">
324
+ <definition xml:lang="en-GB">Indicates a News Provider registered with the IPTC.</definition>
325
+ <name xml:lang="en-GB">News Provider</name>
326
+ <note xml:lang="en-GB">See also the News Product NewsCodes </note>
327
+ </scheme>
328
+ <scheme alias="ninat" uri="http://cv.iptc.org/newscodes/ninature/" modified="2008-02-29T12:00:00+00:00">
329
+ <definition xml:lang="en-GB">Indicates the nature of news in a News Item or Package Item.</definition>
330
+ <name xml:lang="en-GB">Nature of a News Item</name>
331
+ <note xml:lang="en-GB">Relates to the media type of the news content. / This vocabulary applies only to NewsML-G2 items.</note>
332
+ </scheme>
333
+ <scheme alias="not" uri="http://cv.iptc.org/newscodes/notation/" modified="2008-02-29T12:00:00+00:00">
334
+ <definition xml:lang="en-GB">Indicates the notation of a ContentItem. </definition>
335
+ <name xml:lang="en-GB">Notation</name>
336
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
337
+ </scheme>
338
+ <scheme alias="oito" uri="http://cv.iptc.org/newscodes/ofinterestto/" modified="2008-02-29T12:00:00+00:00">
339
+ <definition xml:lang="en-GB">Indicates a target audience for an item.</definition>
340
+ <name xml:lang="en-GB">Of Interest To</name>
341
+ </scheme>
342
+ <scheme alias="pgrmod" uri="http://cv.iptc.org/newscodes/pkggroupmode/" modified="2008-02-29T12:00:00+00:00">
343
+ <definition xml:lang="en-GB">Indicates whether the members of a Package Item group are complementary or alternative and whether their order is relevant.</definition>
344
+ <name xml:lang="en-GB">Packagegroup Mode</name>
345
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
346
+ </scheme>
347
+ <scheme alias="plinat" uri="http://cv.iptc.org/newscodes/plinature/" modified="2010-12-22T12:00:00+00:00">
348
+ <definition xml:lang="en-GB">Indicates the nature of the content of a Planning Item.</definition>
349
+ <name xml:lang="en-GB">Nature of a Planning Item</name>
350
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
351
+ </scheme>
352
+ <scheme alias="prio" uri="http://cv.iptc.org/newscodes/priority/" modified="2008-02-29T12:00:00+00:00">
353
+ <definition xml:lang="en-GB">Indicates the relative priority of an item for a distribution process. </definition>
354
+ <name xml:lang="en-GB">Priority</name>
355
+ </scheme>
356
+ <scheme alias="prodgenre" uri="http://cv.iptc.org/newscodes/productgenre/" modified="2016-09-01T12:00:00+00:00">
357
+ <definition xml:lang="en-GB">Product genres for media objects</definition>
358
+ <name xml:lang="en-GB">Product Genre</name>
359
+ </scheme>
360
+ <scheme alias="prop" uri="http://cv.iptc.org/newscodes/property/" modified="2008-02-29T12:00:00+00:00">
361
+ <definition xml:lang="en-GB">Indicates the type of a NewsML 1 Property element.</definition>
362
+ <name xml:lang="en-GB">Property Type</name>
363
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
364
+ </scheme>
365
+ <scheme alias="prov" uri="http://cv.iptc.org/newscodes/provider/" modified="2008-02-29T12:00:00+00:00">
366
+ <definition xml:lang="en-GB">Indicates a company, publication or service provider.</definition>
367
+ <name xml:lang="en-GB">Provider (deprecated)</name>
368
+ <note xml:lang="en-GB">The successors of this vocabulary are the News Product and News Provider NewsCodes.</note>
369
+ </scheme>
370
+ <scheme alias="stat" uri="http://cv.iptc.org/newscodes/pubstatusg2/" modified="2008-02-29T12:00:00+00:00">
371
+ <definition xml:lang="en-GB">Indicates the publishing status of a G2 item.</definition>
372
+ <name xml:lang="en-GB">Publishing Status (G2)</name>
373
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items, NewsML 1 items use a different vocabulary. </note>
374
+ </scheme>
375
+ <scheme alias="rtype" uri="http://cv.iptc.org/newscodes/ratertype/" modified="2013-02-14T12:00:00+00:00">
376
+ <definition xml:lang="en-GB">Indicates the type of the parties which have contributed to a rating.</definition>
377
+ <name xml:lang="en-GB">Rater Type NewsCodes</name>
378
+ </scheme>
379
+ <scheme alias="rcalctype" uri="http://cv.iptc.org/newscodes/rcalctype/" modified="2013-02-14T12:00:00+00:00">
380
+ <definition xml:lang="en-GB">Indicates how the applied numeric rating value was calculated from a sample of values.</definition>
381
+ <name xml:lang="en-GB">Rating Calculation Type NewsCodes</name>
382
+ </scheme>
383
+ <scheme alias="rel" uri="http://cv.iptc.org/newscodes/relevance/" modified="2008-02-29T12:00:00+00:00">
384
+ <definition xml:lang="en-GB">Indicates the relevance of a NewsML 1 news item to the target audience specified by "OfInterestTo".</definition>
385
+ <name xml:lang="en-GB">Relevance</name>
386
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items. </note>
387
+ </scheme>
388
+ <scheme alias="rnd" uri="http://cv.iptc.org/newscodes/rendition/" modified="2008-02-29T12:00:00+00:00">
389
+ <definition xml:lang="en-GB">Indicates a kind of content rendition.</definition>
390
+ <name xml:lang="en-GB">Content Rendition</name>
391
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
392
+ </scheme>
393
+ <scheme alias="riaspect" uri="http://cv.iptc.org/newscodes/riaspect/" modified="2011-01-21T12:00:00+00:00">
394
+ <definition xml:lang="en-GB">Indicates the aspect of intellectual property rights that are expressed by a rights info property in a G2 item.</definition>
395
+ <name xml:lang="en-GB">Rights Info Aspect</name>
396
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items. </note>
397
+ </scheme>
398
+ <scheme alias="rightsprop" uri="http://cv.iptc.org/newscodes/rightsproperty/" modified="2017-05-04T12:00:00+00:00">
399
+ <definition xml:lang="en-GB">Property regarding rights.</definition>
400
+ <name xml:lang="en-GB">Rights Property</name>
401
+ </scheme>
402
+ <scheme alias="riscope" uri="http://cv.iptc.org/newscodes/riscope/" modified="2011-01-21T12:00:00+00:00">
403
+ <definition xml:lang="en-GB">Indicates the scope of a rights info property in a G2 item.</definition>
404
+ <name xml:lang="en-GB">Rights Info Scope</name>
405
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items. </note>
406
+ </scheme>
407
+ <scheme alias="role1" uri="http://cv.iptc.org/newscodes/role1/" modified="2008-02-29T12:00:00+00:00">
408
+ <definition xml:lang="en-GB">Indicates the role of a NewsML 1 news item within a package of several news items.</definition>
409
+ <name xml:lang="en-GB">Role in Package</name>
410
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
411
+ </scheme>
412
+ <scheme alias="rscaleunit" uri="http://cv.iptc.org/newscodes/rscaleunit/" modified="2013-02-14T12:00:00+00:00">
413
+ <definition xml:lang="en-GB">Indicates the units of a numeric rating value</definition>
414
+ <name xml:lang="en-GB">Rating Scale Unit NewsCodes</name>
415
+ </scheme>
416
+ <scheme alias="scn" uri="http://cv.iptc.org/newscodes/scene/" modified="2008-02-29T12:00:00+00:00">
417
+ <definition xml:lang="en-GB">Indicates a type of scene covered by an item.</definition>
418
+ <name xml:lang="en-GB">Scene</name>
419
+ </scheme>
420
+ <scheme alias="sev" uri="http://cv.iptc.org/newscodes/severity/" modified="2011-11-04T12:00:00+00:00">
421
+ <definition xml:lang="en-GB">Indicates how severe the impact from the signal is.</definition>
422
+ <name xml:lang="en-GB">Severity</name>
423
+ <note xml:lang="en-GB">This vocabulary applies only to G2 items.</note>
424
+ </scheme>
425
+ <scheme alias="sig" uri="http://cv.iptc.org/newscodes/signal/" modified="2010-12-16T12:00:00+00:00">
426
+ <definition xml:lang="en-GB">The signals are instructions to the processor of an item that the content may require special handling.</definition>
427
+ <name xml:lang="en-GB">Signal</name>
428
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items.</note>
429
+ </scheme>
430
+ <scheme alias="pst1" uri="http://cv.iptc.org/newscodes/status1/" modified="2008-02-29T12:00:00+00:00">
431
+ <definition xml:lang="en-GB">Indicates the current usability of a NewsML 1 news item.</definition>
432
+ <name xml:lang="en-GB">Status (NewsML 1)</name>
433
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
434
+ </scheme>
435
+ <scheme alias="subj" uri="http://cv.iptc.org/newscodes/subjectcode/" modified="2008-02-29T12:00:00+00:00">
436
+ <definition xml:lang="en-GB">Indicates a subject of an item.</definition>
437
+ <name xml:lang="en-GB">Subject Code</name>
438
+ <note xml:lang="en-GB">The Subject Codes is IPTC 's original subject taxonomy, with a focus on text. It consists of about 1400 terms organized into 3 levels. </note>
439
+ </scheme>
440
+ <scheme alias="squ" uri="http://cv.iptc.org/newscodes/subjectqualifier/" modified="2008-02-29T12:00:00+00:00">
441
+ <definition xml:lang="en-GB">Indicates a narrower attribute-like context for a Subject Code, e.g. for sports: the gender of participants, indoor/outdoor competition etc.</definition>
442
+ <name xml:lang="en-GB">Subject Qualifier</name>
443
+ <note xml:lang="en-GB">This vocabulary should be used with the Subject Codes</note>
444
+ </scheme>
445
+ <scheme alias="timeunit" uri="http://cv.iptc.org/newscodes/timeunit/" modified="2008-02-29T12:00:00+00:00">
446
+ <definition xml:lang="en-GB">Indicates the unit of time used for measuring the length of audio or video content. </definition>
447
+ <name xml:lang="en-GB">Time Unit</name>
448
+ </scheme>
449
+ <scheme alias="tpctyp" uri="http://cv.iptc.org/newscodes/topictype/" modified="2008-02-29T12:00:00+00:00">
450
+ <definition xml:lang="en-GB">Indicates the type of a concept represented by a topic.</definition>
451
+ <name xml:lang="en-GB">Topic Type</name>
452
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML 1.x items.</note>
453
+ </scheme>
454
+ <scheme alias="urgy" uri="http://cv.iptc.org/newscodes/urgency/" modified="2008-02-29T12:00:00+00:00">
455
+ <definition xml:lang="en-GB">Indicates the editorial urgency of an item.</definition>
456
+ <name xml:lang="en-GB">Urgency</name>
457
+ </scheme>
458
+ <scheme alias="useracttype" uri="http://cv.iptc.org/newscodes/useractiontype/" modified="2013-02-14T12:00:00+00:00">
459
+ <definition xml:lang="en-GB">Indicates the type of user action.</definition>
460
+ <name xml:lang="en-GB">User Action Type NewsCodes</name>
461
+ </scheme>
462
+ <scheme alias="valfmt" uri="http://cv.iptc.org/newscodes/valueformat/" modified="2013-11-25T12:00:00+00:00">
463
+ <definition xml:lang="en-GB">Indicates the format of a string value.</definition>
464
+ <name xml:lang="en-GB">Value Format</name>
465
+ </scheme>
466
+ <scheme alias="vcdc" uri="http://cv.iptc.org/newscodes/videocodec/" modified="2008-02-29T12:00:00+00:00">
467
+ <definition xml:lang="en-GB">Indicates a name of a video-encoder/decoder. </definition>
468
+ <name xml:lang="en-GB">Videocodec</name>
469
+ <note xml:lang="en-GB">Many of these encoders/decoders are controlled by international standards. </note>
470
+ </scheme>
471
+ <scheme alias="videodef" uri="http://cv.iptc.org/newscodes/videodefinition/" modified="2011-11-04T12:00:00+00:00">
472
+ <definition xml:lang="en-GB">Indicates the video definition by basic terms.</definition>
473
+ <name xml:lang="en-GB">Video Definition</name>
474
+ </scheme>
475
+ <scheme alias="ivqu" uri="http://cv.iptc.org/newscodes/videoqualifier/" modified="2017-05-04T12:00:00+00:00">
476
+ <definition xml:lang="en-GB">Qualifier of a video metadata property.</definition>
477
+ <name xml:lang="en-GB">Video Qualifier</name>
478
+ </scheme>
479
+ <scheme alias="sov" uri="http://cv.iptc.org/newscodes/videoscaling/" modified="2011-11-04T12:00:00+00:00">
480
+ <definition xml:lang="en-GB">Indicates how video content is scaled.</definition>
481
+ <name xml:lang="en-GB">Video Scaling</name>
482
+ </scheme>
483
+ <scheme alias="why" uri="http://cv.iptc.org/newscodes/whypresent/" modified="2008-02-29T12:00:00+00:00">
484
+ <definition xml:lang="en-GB">Indicates why the metadata value has been included.</definition>
485
+ <name xml:lang="en-GB">Why Present</name>
486
+ <note xml:lang="en-GB">This vocabulary applies only to NewsML-G2 items. </note>
487
+ </scheme>
488
+ <scheme alias="wldreg" uri="http://cv.iptc.org/newscodes/worldregion/" modified="2008-02-29T12:00:00+00:00">
489
+ <definition xml:lang="en-GB">Indicates a region of the world. </definition>
490
+ <name xml:lang="en-GB">World Region</name>
491
+ </scheme>
492
+ <!-- IPTC external schemes -->
493
+ <scheme alias="a1312cat" uri="http://cvx.iptc.org/anpa1312-category/" modified="2011-12-15T12:00:00+00:00">
494
+ <definition xml:lang="en-GB">The category code of the story may be any of the single alpha characters from the vocabulary. (ANPA 1312 specs, section J)</definition>
495
+ <name xml:lang="en-GB">ANPA 1312 Category Codes</name>
496
+ <note xml:lang="en-GB">This vocabulary is owned by NAA - www.naa.org</note>
497
+ </scheme>
498
+ <scheme alias="a1312prio" uri="http://cvx.iptc.org/anpa1312-priority/" modified="2011-12-15T12:00:00+00:00">
499
+ <definition xml:lang="en-GB">The priority of a transmission is designated by any of the single alpha characters from the vocabulary. (ANPA 1312 specs, section H)</definition>
500
+ <name xml:lang="en-GB">ANPA 1312 Priority Codes</name>
501
+ <note xml:lang="en-GB">The vocabulary is owned by NAA - www.naa.org</note>
502
+ </scheme>
503
+ <scheme alias="a1312svc" uri="http://cvx.iptc.org/anpa1312-servicelevel/" modified="2011-12-15T12:00:00+00:00">
504
+ <definition xml:lang="en-GB">The wire designator code will be an upper- or lowercase single alpha character that identifies the basic nature of the service. (ANPA 1312 specs, section B)</definition>
505
+ <name xml:lang="en-GB">ANPA 1312 Service Level Codes</name>
506
+ <note xml:lang="en-GB">The vocabulary is owned by NAA - www.naa.org</note>
507
+ </scheme>
508
+ <scheme alias="a1312vers" uri="http://cvx.iptc.org/anpa1312-version/" modified="2011-12-15T12:00:00+00:00">
509
+ <definition xml:lang="en-GB">The information in this field is designed to enable newspaper systems to distinguish new leads, inserts, corrections and adds, so that the process of automatically assembling separately transmitted portions of a story is not limited to putting the latest material at the bottom of the file. (ANPA 1312 specs, section O)</definition>
510
+ <name xml:lang="en-GB">ANPA 1312 Version Codes</name>
511
+ <note xml:lang="en-GB">The vocabulary is owned by NAA - www.naa.org</note>
512
+ </scheme>
513
+ <scheme alias="bcp47" uri="http://cvx.iptc.org/bcp47/" modified="2017-05-04T12:00:00+00:00">
514
+ <definition xml:lang="en-GB">Language tags are used to help identify languages, whether spoken, written, signed, or otherwise signaled, for the purpose of communication. </definition>
515
+ <name xml:lang="en-GB">BCP47 Language Tags</name>
516
+ <note xml:lang="en-GB">Body owning this CV: IETF - www.ietf.org</note>
517
+ </scheme>
518
+ <scheme alias="cusip" uri="http://cvx.iptc.org/cusip/" modified="2014-01-17T12:00:00+00:00">
519
+ <definition xml:lang="en-GB">The CUSIP is the National Securities Identification Number for products issued from both the United States and Canada.</definition>
520
+ <name xml:lang="en-GB">Committee on Uniform Security Identification Procedures</name>
521
+ <note xml:lang="en-GB">The codes are owned by the American Bankers Association, and operated by S&amp;P Capital IQ.</note>
522
+ </scheme>
523
+ <scheme alias="gics" uri="http://cvx.iptc.org/gics/" modified="2015-08-18T12:00:00+00:00">
524
+ <definition xml:lang="en-GB">The GICS classifications aim to enhance the investment research and asset management process for financial professionals worldwide. It is the result of numerous discussions with asset owners, portfolio managers and investment analysts around the world and is designed to respond to the global financial community's need for an accurate, complete and standard industry definition.</definition>
525
+ <name xml:lang="en-GB">GICS - Global Industry Categorisation Standard</name>
526
+ <note xml:lang="en-GB">Body owning this CV: GICS was developed by MSCI and Standard &amp; Poor’s, and is maintained by MSCI.</note>
527
+ </scheme>
528
+ <scheme alias="isin" uri="http://cvx.iptc.org/isin/" modified="2008-02-29T12:00:00+00:00">
529
+ <definition xml:lang="en-GB">Security numbers based on the ISO 6166 standard.</definition>
530
+ <name xml:lang="en-GB">ISIN (International Securities Identifying Number)</name>
531
+ <note xml:lang="en-GB">The ISO 6166 standard is owned by ISO - www.iso.ch</note>
532
+ </scheme>
533
+ <scheme alias="mic" uri="http://cvx.iptc.org/iso10383-mic/" modified="2013-01-10T12:00:00+00:00">
534
+ <definition xml:lang="en-GB">This International Standard specifies the structure for a three-letter alphabetic code and an equivalent three-digit numeric code for the representation of currencies and funds. For those currencies having minor units, it also shows the decimal relationship between such units and the currency itself.</definition>
535
+ <name xml:lang="en-GB">ISO Market Identifer Codes (MIC) -ISO 10383</name>
536
+ <note xml:lang="en-GB">This vocabulary is owned by ISO (www.iso.org)</note>
537
+ </scheme>
538
+ <scheme alias="iso3166-1a2" uri="http://cvx.iptc.org/iso3166-1a2/" modified="2008-02-29T12:00:00+00:00">
539
+ <definition xml:lang="en-GB">Codes for the representation of names of countries and their subdivisions -- Part 1: Country codes. The short country names from ISO 3166-1 and the alpha-2 codes are made available by ISO at no charge for internal use and non-commercial purposes.</definition>
540
+ <name xml:lang="en-GB">ISO 2-letter country name codes - ISO 3166-1 alpha-2</name>
541
+ <note xml:lang="en-GB">This vocabulary is owned by ISO - www.iso.ch</note>
542
+ </scheme>
543
+ <scheme alias="iso3166-1a3" uri="http://cvx.iptc.org/iso3166-1a3/" modified="2008-02-29T12:00:00+00:00">
544
+ <definition xml:lang="en-GB">Codes for the representation of names of countries and their subdivisions -- Part 1: Country codes. The short country names from ISO 3166-1 and the alpha-2 codes are made available by ISO at no charge for internal use and non-commercial purposes.</definition>
545
+ <name xml:lang="en-GB">ISO 3-letter country name codes - ISO 3166-1 alpha-3</name>
546
+ <note xml:lang="en-GB">This vocabulary is owned by ISO - www.iso.ch</note>
547
+ </scheme>
548
+ <scheme alias="iso4217a" uri="http://cvx.iptc.org/iso4217a/" modified="2008-02-29T12:00:00+00:00">
549
+ <definition xml:lang="en-GB">This International Standard specifies the structure for a three-letter alphabetic code and an equivalent three-digit numeric code for the representation of currencies and funds. For those currencies having minor units, it also shows the decimal relationship between such units and the currency itself.</definition>
550
+ <name xml:lang="en-GB">ISO currency codes - ISO 4217 - alpha codes</name>
551
+ <note xml:lang="en-GB">The vocabulary is owned by ISO - www.iso.ch</note>
552
+ </scheme>
553
+ <scheme alias="iso4217n" uri="http://cvx.iptc.org/iso4217n/" modified="2008-02-29T12:00:00+00:00">
554
+ <definition xml:lang="en-GB">This International Standard specifies the structure for a three-letter alphabetic code and an equivalent three-digit numeric code for the representation of currencies and funds. For those currencies having minor units, it also shows the decimal relationship between such units and the currency itself.</definition>
555
+ <name xml:lang="en-GB">ISO currency codes - ISO 4217 - numeric codes</name>
556
+ <note xml:lang="en-GB">This vocabulary is owned by ISO - www.iso.ch</note>
557
+ </scheme>
558
+ <scheme alias="secst" uri="http://cvx.iptc.org/secst/" modified="2015-08-18T12:00:00+00:00">
559
+ <definition xml:lang="en-GB">The SEC Submission Type defines the specific submission type, and implied form specification, associated with filing a document to the U.S. SEC EDGAR database.
560
+ </definition>
561
+ <name xml:lang="en-GB">SEC Submission Type</name>
562
+ <note xml:lang="en-GB">Body owning this CV: U.S. Securities and Exchange Commission Submission / Body owning the format of the codes: U.S. Securities and Exchange Commission Submission.</note>
563
+ </scheme>
564
+ <scheme alias="sedol" uri="http://cvx.iptc.org/sedol/" modified="2014-01-17T12:00:00+00:00">
565
+ <definition xml:lang="en-GB">A SEDOL is the National Securities Identification Number for products issued from both the United Kingdom and Ireland.</definition>
566
+ <name xml:lang="en-GB">Stock Exchange Daily Official List</name>
567
+ <note xml:lang="en-GB">The codes are owned by the London Stock Exchange.</note>
568
+ </scheme>
569
+ <scheme alias="tidm" uri="http://cvx.iptc.org/tidm/" modified="2014-01-17T12:00:00+00:00">
570
+ <definition xml:lang="en-GB">A TIDM identifies a UK listed security, and was previously known as an EPIC = Exchange Price Information Computer (code). Reuters and Bloomberg combine a TIDM code with a suffix.</definition>
571
+ <name xml:lang="en-GB">Tradable Instrument Display Mnemonics</name>
572
+ <note xml:lang="en-GB">The codes are owned by the London Stock Exchange.</note>
573
+ </scheme>
574
+ <scheme alias="dbpedia" uri="http://dbpedia.org/resource/" modified="2014-10-03T12:00:00+00:00">
575
+ <definition xml:lang="en-GB">Entities, categories or other resources from DBpedia. DBpedia is a crowd-sourced community effort to extract structured information from Wikipedia and make this information available on the Web. Find more at http://dbpedia.org</definition>
576
+ <name xml:lang="en-GB">DBpedia resource</name>
577
+ </scheme>
578
+ <scheme alias="mb-artist" uri="http://musicbrainz.org/artist/" modified="2014-11-03T12:00:00+00:00">
579
+ <definition xml:lang="en-GB">A community-maintained music encyclopedia that collects music metadata and makes it available to the public. Find more details about this vocabulary at https://musicbrainz.org/doc/Artist</definition>
580
+ <name xml:lang="en-GB">Musicbrainz artist resource</name>
581
+ </scheme>
582
+ <scheme alias="mb-label" uri="http://musicbrainz.org/label/" modified="2014-11-03T12:00:00+00:00">
583
+ <definition xml:lang="en-GB">A community-maintained music encyclopedia that collects music metadata and makes it available to the public. Find more details about this vocabulary at https://musicbrainz.org/doc/Label</definition>
584
+ <name xml:lang="en-GB">Musicbrainz label resource</name>
585
+ </scheme>
586
+ <scheme alias="mb-recording" uri="http://musicbrainz.org/recording/" modified="2014-11-03T12:00:00+00:00">
587
+ <definition xml:lang="en-GB">A community-maintained music encyclopedia that collects music metadata and makes it available to the public. Find more details about this vocabulary at https://musicbrainz.org/doc/Recording</definition>
588
+ <name xml:lang="en-GB">Musicbrainz recording resource</name>
589
+ </scheme>
590
+ <scheme alias="mb-release" uri="http://musicbrainz.org/release/" modified="2014-11-03T12:00:00+00:00">
591
+ <definition xml:lang="en-GB">A community-maintained music encyclopedia that collects music metadata and makes it available to the public. Find more details about this vocabulary at https://musicbrainz.org/doc/Release</definition>
592
+ <name xml:lang="en-GB">Musicbrainz release resource</name>
593
+ </scheme>
594
+ <scheme alias="mb-releasegroup" uri="http://musicbrainz.org/release-group/" modified="2014-11-03T12:00:00+00:00">
595
+ <definition xml:lang="en-GB">A community-maintained music encyclopedia that collects music metadata and makes it available to the public. Find more details about this vocabulary at https://musicbrainz.org/doc/Release_Group
596
+ </definition>
597
+ <name xml:lang="en-GB">Musicbrainz release-group resource</name>
598
+ </scheme>
599
+ <scheme alias="mb-work" uri="http://musicbrainz.org/work/" modified="2014-11-03T12:00:00+00:00">
600
+ <definition xml:lang="en-GB">A community-maintained music encyclopedia that collects music metadata and makes it available to the public. Find more details about this vocabulary at https://musicbrainz.org/doc/Work</definition>
601
+ <name xml:lang="en-GB">Musicbrainz work resource</name>
602
+ </scheme>
603
+ <scheme alias="geonames" uri="http://sws.geonames.org/" modified="2014-11-03T12:00:00+00:00">
604
+ <definition xml:lang="en-GB">A crowd-sourced geographical database which covers all countries and contains over eight million placenames that are available free of charge.
605
+ </definition>
606
+ <name xml:lang="en-GB">Geonames resource</name>
607
+ </scheme>
608
+ <scheme alias="freebase" uri="http://www.freebase.com" modified="2014-10-03T12:00:00+00:00">
609
+ <definition xml:lang="en-GB">Entities, categories or other resources from Freebase. Freebase is an open, Creative Commons Attribution (aka CC-BY) licensed collection of structured data.</definition>
610
+ <name xml:lang="en-GB">Freebase resource</name>
611
+ </scheme>
612
+ <scheme alias="skos" uri="http://www.w3.org/2004/02/skos/core#" modified="2013-02-21T12:00:00+00:00">
613
+ <name xml:lang="en-GB">W3C SKOS namespace</name>
614
+ <note xml:lang="en-GB">This vocabulary is owned by W3C - www.w3.org</note>
615
+ </scheme>
616
+ <scheme alias="wikidata" uri="http://www.wikidata.org/entity/" modified="2014-10-03T12:00:00+00:00">
617
+ <definition xml:lang="en-GB">Wikidata is a free database acting as central storage for structured data about Wikipedia and other Wikimedia sister projects like Wikivoyage, Wikisource, and others.</definition>
618
+ <name xml:lang="en-GB">Wikidata/Wikipedia resource</name>
619
+ </scheme>
620
+ </catalog>