Open the Portico Developer Guide site
PosGateway Schema
NetworkType Element
PosGateway Schema > NTRSDeviceDataType Complex Type : NetworkType Element
Description

The type of network

Vald values WIFI, CELLULAR, GPS, OTHER, DSL

Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
NetworkType optional Restriction of xs:string

The type of network

Vald values WIFI, CELLULAR, GPS, OTHER, DSL

Source
<xs:element name="NetworkType" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">The type of network</p>
      <p xmlns="http://Hps.Exchange.PosGateway">Vald values WIFI, CELLULAR, GPS, OTHER, DSL</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="8" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
NTRSDeviceDataType Complex TypePosGateway Schema