Skip to content

Commit 9652e62

Browse files
correctly reference tokenscript.xsd in schemaLocation
1 parent a7b83e3 commit 9652e62

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

examples/devcon5-nft/Devcon.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
33
xmlns="http://www.w3.org/1999/xhtml"
44
xmlns:xml="http://www.w3.org/XML/1998/namespace"
5-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
5+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
66
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
77
custodian="false"
88
>

examples/erc20/AlphaWallet-Discovery-Token/ALP.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
77
xmlns="http://www.w3.org/1999/xhtml"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
9-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
9+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
custodian="false"
1212
>

examples/erc20/DAI/DAI.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
77
xmlns="http://www.w3.org/1999/xhtml"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
9-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
9+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
custodian="false"
1212
>

examples/erc20/DeFi/Compound/cBAT.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/DeFi/Compound/cDAI.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/DeFi/Compound/cETH.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
88
xmlns="http://www.w3.org/1999/xhtml"
99
xmlns:xml="http://www.w3.org/XML/1998/namespace"
10-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
10+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1111
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1212
custodian="false"
1313
>

examples/erc20/DeFi/Compound/cREP.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/DeFi/Compound/cUSDC.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/DeFi/Compound/cWBTC.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/DeFi/Compound/cZRX.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/DeFi/iDAI/iDAI.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

examples/erc20/WETH/WETH.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
88
xmlns="http://www.w3.org/1999/xhtml"
99
xmlns:xml="http://www.w3.org/XML/1998/namespace"
10-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
10+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1111
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1212
custodian="false"
1313
>

examples/fifa/fifa.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
77
xmlns="http://www.w3.org/1999/xhtml"
88
xmlns:xml="http://www.w3.org/XML/1998/namespace"
9-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
9+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1010
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1111
custodian="false"
1212
>

examples/nft/EntryToken/EntryToken.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ts:token xmlns:ts="http://tokenscript.org/2019/10/tokenscript"
99
xmlns="http://www.w3.org/1999/xhtml"
1010
xmlns:xml="http://www.w3.org/XML/1998/namespace"
11-
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript"
11+
xsi:schemaLocation="http://tokenscript.org/2019/10/tokenscript/tokenscript.xsd"
1212
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1313
custodian="false"
1414
>

resources/fast-token-onboarding/erc20.canonicalized.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<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">
1+
<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">
22
<ts:name>
33
<ts:plurals xml:lang="en"> <!-- other languages "es"=Spanish "zh"=Chinese ... -->
44
<ts:string quantity="one">Token</ts:string>

resources/fast-token-onboarding/erc721.canonicalized.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<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">
1+
<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">
22
<ts:name>
33
<ts:plurals xml:lang="en"> <!-- other languages "es"=Spanish "zh"=Chinese ... -->
44
<ts:string quantity="one">Token</ts:string>

0 commit comments

Comments
 (0)