Open the Portico Developer Guide site
PosGateway Schema
EmploymentType Simple Type
PosGateway Schema : EmploymentType Simple Type
Namespace http://Hps.Exchange.PosGateway
Type
Restriction of xs:string
Overview
EmploymentType Restriction of xs:string
Facets
Enumerationfulltime
Enumerationparttime
Enumerationcontractor
Enumerationstudent
Enumerationretired
Enumerationunemployed
Enumerationother
Source
<xs:simpleType name="EmploymentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="fulltime" />
    <xs:enumeration value="parttime" />
    <xs:enumeration value="contractor" />
    <xs:enumeration value="student" />
    <xs:enumeration value="retired" />
    <xs:enumeration value="unemployed" />
    <xs:enumeration value="other" />
  </xs:restriction>
</xs:simpleType>
See Also
PosGateway Schema