We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de31c1 commit cea494fCopy full SHA for cea494f
schema/tokenscript.xsd
@@ -52,8 +52,10 @@
52
</sequence>
53
<attribute name="custodian" type="boolean" default="false"/>
54
<attribute name="name" type="NCName"/>
55
+ <!-- commented out thanks to issue
56
<assert test="count(ts:attribute[string(@distinct) = 'true']) le 1"/>
57
<assert test="if(not(ts:origins)) then count(ts:attribute[string(@distinct) = 'true']) = 1 else true()"/>
58
+ -->
59
</complexType>
60
<keyref name="typeRef" refer="ts:namedTypeName">
61
<selector xpath=".//ts:origins/ethereum:event|.//ts:origins/ethereum:call"></selector>
0 commit comments