<xs:complexType name="IPTermsRspDataType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="Program" type="ProgramType">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">
Valid values include:
<ul><li>mIPP</li><li>SIP</li></ul></p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TermOptions" type="TermOptionsType" minOccurs="0">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Term Options</p>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
|