Skip to content

change schema to october #245

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/EntryToken/EntryToken.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY icon.en SYSTEM "icon.en.shtml">
<!ENTITY style SYSTEM "shared.css">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/EntryToken/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
2 changes: 1 addition & 1 deletion examples/action/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
2 changes: 1 addition & 1 deletion examples/action/XDAI-bridge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!ENTITY style SYSTEM "shared.css">
<!ENTITY xdai-bridge.en SYSTEM "xdai-bridge.en.shtml">
]>
<ts:action xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:action xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
>
Expand Down
4 changes: 2 additions & 2 deletions examples/devcon5-nft/Devcon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/devcon5-nft/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
4 changes: 2 additions & 2 deletions examples/erc20/AlphaWallet-Discovery-Token/ALP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<!ENTITY style SYSTEM "shared.css">
<!ENTITY discover.en SYSTEM "discover.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/erc20/AlphaWallet-Discovery-Token/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
40 changes: 23 additions & 17 deletions examples/erc20/AlphaWallet-Discovery-Token/discover.en.shtml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/erc20/DAI/DAI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<!ENTITY style SYSTEM "shared.css">
<!ENTITY dai-bridge.en SYSTEM "dai-bridge.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/erc20/DAI/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cBAT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY redeem.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cDAI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY withdraw.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cETH.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<!ENTITY mint.en SYSTEM "supply.en.shtml">
<!ENTITY redeem.en SYSTEM "withdraw.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -62,7 +62,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cREP.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY redeem.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -83,7 +83,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cUSDC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY redeem.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cWBTC.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY redeem.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
6 changes: 3 additions & 3 deletions examples/erc20/DeFi/Compound/cZRX.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY redeem.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down Expand Up @@ -82,7 +82,7 @@
<ts:string xml:lang="en">Amount to withdraw</ts:string>
</ts:name>
<ts:origins>
<ts:user-entry as="uint"/>
<ts:user-entry as="e8"/>
</ts:origins>
</ts:attribute-type>
<ts:transaction>
Expand Down
12 changes: 1 addition & 11 deletions examples/erc20/DeFi/Compound/withdraw.en.shtml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
<script type="text/javascript" src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript">
$(() => {
window.onConfirm = () => {
//Hacky fix for 2019/05 schemas
var value = parseFloat($("#amt").val() * 1e+8);
$("#redeemAmount").val(value);
}
});
</script>
<script type="text/javascript"><![CDATA[
class Token {

Expand Down Expand Up @@ -56,8 +47,7 @@ class Token {
</div>
<div id="inputBox">
<bold><h3>Withdraw ${this.props.name} for ${this.props.underlyingToken} from Compound</h3></bold>
<span><input id="redeemAmount" type="hidden"></span>
<span><input id="amt" type="number"></span>
<span><input id="redeemAmount" type="number"></span>
</div>
</div>`;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/erc20/DeFi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
4 changes: 2 additions & 2 deletions examples/erc20/DeFi/iDAI/iDAI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!ENTITY withdraw.en SYSTEM "withdraw.en.shtml">
<!ENTITY enable.en SYSTEM "enable.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/erc20/WETH/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if INVALID, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@.INVALID)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (mv $@ $@.INVALID; xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@.INVALID)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
4 changes: 2 additions & 2 deletions examples/erc20/WETH/WETH.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<!ENTITY wrap.en SYSTEM "weth-wrap.en.shtml">
<!ENTITY unwrap.en SYSTEM "weth-unwrap.en.shtml">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion examples/fifa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
# XML Validation
# if failed, run validation again with xmllint to get meaningful error
# then delete the canonicalized file
-xmlstarlet val --xsd http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@ || (xmllint --noout --schema http://tokenscript.org/2019/05/tokenscript/tokenscript.xsd $@; rm $@)
-xmlstarlet val --xsd http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@ || (xmllint --noout --schema http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd $@; rm $@)

%.tsml: %.canonicalized.xml
ifeq (,$(KEYSTORE))
Expand Down
4 changes: 2 additions & 2 deletions examples/fifa/fifa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<!ENTITY fifa.en SYSTEM "fifa.en.shtml">
<!ENTITY style SYSTEM "shared.css">
]>
<ts:token xmlns:ts="http://tokenscript.org/2019/05/tokenscript"
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript"
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript http://tokenscript.org/2019/10/tokenscript.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
custodian="false"
>
Expand Down
2 changes: 1 addition & 1 deletion resources/fast-token-onboarding/erc20.canonicalized.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ts:token xmlns="http://www.w3.org/1999/xhtml" xmlns:ts="http://tokenscript.org/2019/05/tokenscript" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" custodian="false" xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript">
<ts:token xmlns="http://www.w3.org/1999/xhtml" xmlns:ts="http://tokenscript.org/2019/10/tokenscript" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" custodian="false" xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd">
<ts:name>
<ts:plurals xml:lang="en"> <!-- other languages "es"=Spanish "zh"=Chinese ... -->
<ts:string quantity="one">Token</ts:string>
Expand Down
2 changes: 1 addition & 1 deletion resources/fast-token-onboarding/erc721.canonicalized.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ts:token xmlns="http://www.w3.org/1999/xhtml" xmlns:ts="http://tokenscript.org/2019/05/tokenscript" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" custodian="false" xsi:schemaLocation="http://tokenscript.org/2019/05/tokenscript">
<ts:token xmlns="http://www.w3.org/1999/xhtml" xmlns:ts="http://tokenscript.org/2019/10/tokenscript" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" custodian="false" xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd">
<ts:name>
<ts:plurals xml:lang="en"> <!-- other languages "es"=Spanish "zh"=Chinese ... -->
<ts:string quantity="one">Token</ts:string>
Expand Down
2 changes: 1 addition & 1 deletion schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

If you have a TokenScript file which includes an older version of the schema, you can refer to it with a link instead of referencing the file directly.

Example: `http://tokenscript.org/2019/05/tokenscript` for the May version of the schema.
Example: `http://tokenscript.org/2019/10/tokenscript` for the May version of the schema.
Loading