[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

EventType for xml events that have a Schema. Mapped and Indexed properties are supported. All property types resolved via the declared xsd types. Can access attributes. Validates the property string at construction time.

Namespace: net.esper.events.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class SchemaXMLEventType _
	Inherits BaseXMLEventType
C#
public class SchemaXMLEventType : BaseXMLEventType
Visual C++
public ref class SchemaXMLEventType : public BaseXMLEventType

Inheritance Hierarchy

System.Object
  net.esper.events.BaseConfigurableEventType
    net.esper.events.xml.BaseXMLEventType
      net.esper.events.xml.SchemaXMLEventType