7 lines
99 B
Go
7 lines
99 B
Go
|
package conf
|
||
|
|
||
|
const (
|
||
|
XSIVal = "http://www.w3.org/2001/XMLSchema-instance"
|
||
|
DefSchemaNS = "xsi"
|
||
|
)
|