Skip to content

Commit b3db631

Browse files
committed
valuePattern takes Text values, not Number.
Fix for #231, thanks, Holger!
1 parent 392b035 commit b3db631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/schema.rdfa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10205,7 +10205,7 @@ postponing for 1.6.
1020510205
<span class="h" property="rdfs:label">valuePattern</span>
1020610206
<span property="rdfs:comment">Specifies a regular expression for testing literal values according to the HTML spec.</span>
1020710207
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
10208-
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
10208+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
1020910209
</div>
1021010210

1021110211
<!-- note: see also minValue, maxValue which are defined elsewhere and shared with other schema structures. -->

0 commit comments

Comments
 (0)