Identifier for the eventtype entity |
Attributes | genxml/assertion/event/@type, genxml/eventtype/@id |
<xs:simpleType name="eventtypeID"> <xs:annotation> <xs:documentation>Identifier for the eventtype entity</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value="E[1-2]?\d{0,9}"/> </xs:restriction> </xs:simpleType> |