Skip to content

Commit 034ee65

Browse files
Merge pull request #267 from w3c/issue-266-order-integer
#266: Clarified that sh:order can be xsd:decimal or xsd:integer
2 parents 82e74aa + 6254508 commit 034ee65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shacl12-core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@ <h5>sh:name and sh:description</h5>
17421742
<h5>sh:order</h5>
17431743
<p>
17441744
Property shapes may have one <a>value</a> for the property <code>sh:order</code> to indicate the relative order of the property shape for purposes such as form building.
1745-
The values of <code>sh:order</code> are decimals.
1745+
The values of <code>sh:order</code> are literals with datatype <code>xsd:decimal</code> or <code>xsd:integer</code>.
17461746
<code>sh:order</code> is not used for validation purposes and may be used with any type of subjects.
17471747
If present at property shapes, the recommended use of <code>sh:order</code> is to sort the property shapes in an ascending order, for example so that
17481748
properties with smaller order are placed above (or to the left) of properties with larger order.

0 commit comments

Comments
 (0)