PagingAlertUserStatus XSD

<s:simpleType name="PagingAlertStatus">
      <s:restriction base="s:string">
        <s:enumeration value="ERROR_USER_DEVICE_DISABLED"/>
        <s:enumeration value="ERROR_UNKNOWN_USER"/>
        <s:enumeration value="ERROR"/>
        <s:enumeration value="QUEUED"/>
        <s:enumeration value="SENT"/>
        <s:enumeration value="FAILED"/>
        <s:enumeration value="DELIVERED_TO_DEVICE"/>
        <s:enumeration value="OPENED"/>
        <s:enumeration value="RESPONDED"/>
        <s:enumeration value="EXPIRED"/>
        <s:enumeration value="CANCELED"/>
        <s:enumeration value="CALLBACK_INITIATED"/>
      </s:restriction>
    </s:simpleType>