Open the Portico Developer Guide site
PosGateway Schema
GenderType Simple Type
PosGateway Schema : GenderType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
GenderType Restriction of xs:string
Facets
Enumerationmale
Enumerationfemale
Enumerationother
Enumerationprefer not to say
Source
<xs:simpleType name="GenderType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="male" />
    <xs:enumeration value="female" />
    <xs:enumeration value="other" />
    <xs:enumeration value="prefer not to say" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema