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 089e98f commit f31c4e1Copy full SHA for f31c4e1
schema/tokenscript.xsd
@@ -52,8 +52,8 @@
52
</sequence>
53
<attribute name="custodian" type="boolean" default="false"/>
54
<attribute name="name" type="NCName"/>
55
- <assert test="count(ts:attribute[string(@distinct) = 'true']) le 1"/>
56
- <assert test="if(not(ts:origins)) then count(ts:attribute[string(@distinct) = 'true']) = 1 else true()"/>
+ <assert test="count(ts:attribute[string(@distinct) = 'true']) le 1"/>
+ <assert test="if(not(ts:origins)) then count(ts:attribute[string(@distinct) = 'true']) = 1 else true()"/>
57
</complexType>
58
<keyref name="typeRef" refer="ts:namedTypeName">
59
<selector xpath=".//ts:origins/ethereum:event|.//ts:origins/ethereum:call"></selector>
0 commit comments