<xs:element name="Buyer" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">Buyer Information</p>
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element name="NameValuePair" type="NameValuePairType" />
</xs:sequence>
</xs:complexType>
</xs:element>
|