<xsd:simpleType name="FinalAgentInstructionCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="CHQB">
<xsd:annotation>
<xsd:documentation>
Pay creditor only by cheque. The creditor's account number must not be specified.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="HOLD">
<xsd:annotation>
<xsd:documentation>
Hold cash for creditor. Creditor will call; pay upon identification.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PHOB">
<xsd:annotation>
<xsd:documentation>
Please advise/contact beneficiary/claimant by phone.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TELB">
<xsd:annotation>
<xsd:documentation>
Please advise/contact beneficiary/claimant by the most efficient means of
telecommunication.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|