Skip to content

Commit aed6b49

Browse files
author
Weiwu Zhang
committed
relaxing contract name rule to allow NCName instead of ID, as contracts are referred by name, not by xml id
1 parent ffdfd68 commit aed6b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/tokenscript.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
</element>
171171
<element minOccurs="0" ref="ts:interface"/>
172172
</sequence>
173-
<attribute name="name" use="required" type="ID"/>
173+
<attribute name="name" use="required" type="NCName"/>
174174
<attribute name="interface" type="NCName"/>
175175
</complexType>
176176
</element>

0 commit comments

Comments
 (0)