Open the Portico Developer Guide site
PosGateway Schema
Attributes Element
PosGateway Schema > DeviceConfigurationType Complex Type : Attributes Element
Description

Attributes for a Device

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

Attributes for a Device

Source
<xs:element name="Attributes" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Attributes for a Device</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="30" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
DeviceConfigurationType Complex TypePosGateway Schema