initial commit lets start
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
const (
|
||||
URL_PLCOPENXML = "http://www.3s-software.com/plcopenxml"
|
||||
XML_PROJECTINFORMATION = "projectinformation"
|
||||
XML_APPLICATION = "application"
|
||||
XML_TASKSETTINGS = "tasksettings"
|
||||
|
||||
XMLNS_Project = "http://www.plcopen.org/xml/tc6_0200"
|
||||
|
||||
HANDLE_IMPLEMENTATION = "implementation"
|
||||
)
|
||||
Reference in New Issue
Block a user