11 internal const string XmppIoTSchemaResource =
"TAG.Simulator.XMPP.IoT.Schema.ComSimXmppIoT.xsd";
12 internal const string XmppIoTNamespace =
"http://lab.tagroot.io/Schema/ComSim/XMPPIoT.xsd";
32 public override string Namespace => XmppIoTNamespace;
Root node of a simulation model
Abstract base class for simulation nodes with children
ISimulationNode Parent
Parent node in the simulation model.
Abstract base class for IoT XMPP simulation nodes.
override string Namespace
XML Namespace where the element is defined.
override string SchemaResource
Points to the embedded XML Schema resource defining the semantics of the XML namespace.
XmppIoTNode(ISimulationNode Parent, Model Model)
Abstract base class for IoT XMPP simulation nodes.
Basic interface for simulator nodes. Implementing this interface allows classes with default contruct...