Open the Portico Developer Guide site
PosGateway Schema
UnitOfMeasure Element
PosGateway Schema > VisaLineItemsType Complex Type : UnitOfMeasure Element
Description

Contains the code indicating the unit of measure (gallons, etc.).

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

Contains the code indicating the unit of measure (gallons, etc.).

Source
<xs:element name="UnitOfMeasure" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <p xmlns="http://Hps.Exchange.PosGateway">Contains the code indicating the unit of measure (gallons, etc.).</p>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="^[a-zA-Z0-9]*$" />
      <xs:maxLength value="12" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
VisaLineItemsType Complex TypePosGateway Schema