PagingAlertUserStatusInfo XSD

This XSD may be used to automatically generate a class that can be used for VMP gateway request de-serialization.

<s:complexType name="PagingAlertUserStatusInfo">
      <s:sequence>
        <s:element minOccurs="0" maxOccurs="1" name="AlertExternalID" type="s:string"/>
        <s:element minOccurs="0" maxOccurs="1" name="User" type="tns:PagingAlertUserRef"/>
        <s:element minOccurs="0" maxOccurs="1" name="ResponseExternalID" type="s:string"/>
        <s:element minOccurs="1" maxOccurs="1" name="Status" type="tns:PagingAlertStatus"/>
        <s:element minOccurs="0" maxOccurs="1" name="StatusDetails" type="s:string"/>
        <s:element minOccurs="1" maxOccurs="1" name="StatusChangeTime" type="s:dateTime"/>
        <s:element minOccurs="0" maxOccurs="1" name="ResponseComment" type="s:string"/>
        <s:element minOccurs="0" maxOccurs="1" name="TextResponse" type="s:string"/>
      </s:sequence>
    </s:complexType>