Skip to content

Commit 000d869

Browse files
committed
Rename 'any' intended use to 'unspecified'.
1 parent 6758480 commit 000d869

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

resource_intended_use_hints.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- V2 2014-04-23, Add examples
88
- V3 2014-04-24, Add 'any' collection property type
99
- V4 2014-04-25, Incorporate suggestions from Evan Owens
10+
- V5 2014-05-27, Rename 'any' to 'unspecified'
1011

1112
## The Problem
1213

@@ -149,10 +150,10 @@ But this still leaves us with the question of how to provide the publisher to pr
149150
</item>
150151
</collection>
151152

152-
## An 'any' Use Type
153+
## An 'unspecified' Use Type
153154

154155
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:
156157

157158
<doi_data>
158159
<doi>10.5555/12345678</doi>
@@ -167,7 +168,7 @@ altogether by using the 'any' collection property:
167168
<license_ref applies_to="vor" start_date="2015-02-03">http://creativecommons.org/licenses/by/3.0/deed.en_US</license_ref>
168169
<license_ref applies_to="am" start_date="2014-02-03">http://creativecommons.org/licenses/by/3.0/deed.en_US</license_ref>
169170

170-
<collection property="any">
171+
<collection property="unspecified">
171172
<resource content_version="vor" content_type="text/xml">
172173
http://docstore.psychoceramics.org/fulltext/vor/10.5555/12345678.xml
173174
</resource>
@@ -186,7 +187,7 @@ We have suggested that the following values be used for AAR
186187
- crawler-based (search engines)
187188
- text-mining
188189
- syndication
189-
- any
190+
- unspecified
190191

191192
Are they enough?
192193

0 commit comments

Comments
 (0)