Open the Portico Developer Guide site
PosGateway Schema
UserAccountUsageLength Element
PosGateway Schema > NTRSUserDataDataType Complex Type : UserAccountUsageLength Element
Description

The time in days that the user account has been in use.

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
UserAccountUsageLength optional Restriction of xs:long

The time in days that the user account has been in use.

Source
<xs:element name="UserAccountUsageLength" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The time in days that the user account has been in use.</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:long">
      <xs:pattern value="\d{1,11}" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSUserDataDataType Complex TypePosGateway Schema