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