EventType.datatype

EventType is the name of an event.
Example legal values:
	foo
	foo.bar
	foo.bar.baz

Simple Type Information

Used By

Source

<xsd:simpleType name="EventType.datatype">
  <xsd:annotation>
    <xsd:documentation>EventType is the name of an event. Example legal values: foo foo.bar foo.bar.baz</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:pattern value="(\i|\d|\-)+(\.(\i|\d|\-)+)*"/>
  </xsd:restriction>
</xsd:simpleType>