Skip to content

Commit 54dc6e4

Browse files
committed
[bugfix] XML Attribute names in the Range Index config should be of type QName and not NCName
1 parent 9118e60 commit 54dc6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/collection.xconf.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<xs:attribute name="at" type="xs:anyURI" use="required" form="unqualified"/>
334334
</xs:attributeGroup>
335335
<xs:attributeGroup name="attributeReq">
336-
<xs:attribute name="attribute" type="xs:NCName" use="required"/>
336+
<xs:attribute name="attribute" type="xs:QName" use="required"/>
337337
</xs:attributeGroup>
338338
<xs:attributeGroup name="boostOpt">
339339
<xs:attribute name="boost" type="xs:double" use="optional" form="unqualified"/>

0 commit comments

Comments
 (0)