2.3.43 CT_ServerEvent
Referenced by: CT_ServerEventDataEntered, CT_ServerEventOsfBinding, CT_ServerEventOsfSettingsChanged, CT_ServerEvents
A server event of a particular type that occurred with no associated information.
Attributes:
ServerEventType: An ST_enmServerEventType attribute that specifies type of server event that occurred.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="CT_ServerEvent"> <xs:attribute name="ServerEventType" type="ST_enmServerEventType" use="required"/> </xs:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).