Open the Portico Developer Guide site
Portico Schema
AdditionalAmtType Complex Type
Portico Schema : AdditionalAmtType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
Amt Element AmtType Element All AdditionalAmtType Complex Type
Overview
All
AmtType amtTypeType Simple Type

The type of healthcare amount; see the associated Type enumerations for specific values supported.

Amt amtType Simple Type

Amount associated with the specified type

Used By
FirstAdditionalAmtInfo Element
SecondAdditionalAmtInfo Element
ThirdAdditionalAmtInfo Element
FourthAdditionalAmtInfo Element
FirstAdditionalAmtInfo Element
SecondAdditionalAmtInfo Element
ThirdAdditionalAmtInfo Element
FourthAdditionalAmtInfo Element
Source
<xs:complexType name="AdditionalAmtType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all>
    <xs:element name="AmtType" type="amtTypeType" default="TOTAL_HEALTHCARE_AMT">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">The type of healthcare amount; see the associated Type enumerations for specific values supported.</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Amt" type="amtType">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">Amount associated with the specified type</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
</xs:complexType>
See Also
Portico Schema