<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="NotifyElementGroupslWKV">
<xs:restriction base="xs:NMTOKEN">
<xs:maxLength value="255" />
<xs:enumeration value="SubscriptionTicket" />
<xs:enumeration value="SubscriptionDescription" />
<xs:enumeration value="SubscriptionStatus" />
<xs:enumeration value="All" />
</xs:restriction>
</xs:simpleType>
|