Open the Portico Developer Guide site
PosGateway Schema
ContactPhoneType Complex Type
PosGateway Schema : ContactPhoneType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
PhoneNumber Element CountryCode Element Sequence ContactPhoneType Complex Type
Overview
Sequence
CountryCode xs:string
PhoneNumber xs:string
Used By
ShippingContactPhone Element
ContactPhone Element
Source
<xs:complexType name="ContactPhoneType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="CountryCode" type="xs:string" />
    <xs:element name="PhoneNumber" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema