Open the Portico Developer Guide site
PosGateway Schema
tokenRequestorIdType Simple Type
PosGateway Schema : tokenRequestorIdType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:long
Overview
tokenRequestorIdType Restriction of xs:long
Facets
MinInclusive0
MaxInclusive99999999999
Source
<xs:simpleType name="tokenRequestorIdType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:long">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="99999999999" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema