File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
- V2 2014-04-23, Add examples
8
8
- V3 2014-04-24, Add 'any' collection property type
9
9
- V4 2014-04-25, Incorporate suggestions from Evan Owens
10
+ - V5 2014-05-27, Rename 'any' to 'unspecified'
10
11
11
12
## The Problem
12
13
@@ -149,10 +150,10 @@ But this still leaves us with the question of how to provide the publisher to pr
149
150
</item>
150
151
</collection>
151
152
152
- ## An 'any ' Use Type
153
+ ## An 'unspecified ' Use Type
153
154
154
155
Some members will not want to provide intended use hints. These members can avoid repetition, and ignore intended use hints
155
- altogether by using the 'any ' collection property:
156
+ altogether by using the 'unspecified ' collection property:
156
157
157
158
<doi_data>
158
159
<doi>10.5555/12345678</doi>
@@ -167,7 +168,7 @@ altogether by using the 'any' collection property:
167
168
<license_ref applies_to="vor" start_date="2015-02-03">http://creativecommons.org/licenses/by/3.0/deed.en_US</license_ref>
168
169
<license_ref applies_to="am" start_date="2014-02-03">http://creativecommons.org/licenses/by/3.0/deed.en_US</license_ref>
169
170
170
- <collection property="any ">
171
+ <collection property="unspecified ">
171
172
<resource content_version="vor" content_type="text/xml">
172
173
http://docstore.psychoceramics.org/fulltext/vor/10.5555/12345678.xml
173
174
</resource>
@@ -186,7 +187,7 @@ We have suggested that the following values be used for AAR
186
187
- crawler-based (search engines)
187
188
- text-mining
188
189
- syndication
189
- - any
190
+ - unspecified
190
191
191
192
Are they enough?
192
193
You can’t perform that action at this time.
0 commit comments