<xsd:simpleType name="RemitLocationMethodCodeEnumerationType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="FAX">
<xsd:annotation>
<xsd:documentation>
Remittance advice information needs to be faxed.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EDI">
<xsd:annotation>
<xsd:documentation>
Remittance advice information needs to be sent through Electronic Data
Interchange.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="URI">
<xsd:annotation>
<xsd:documentation>
Remittance advice information needs to be sent to a Uniform Resource Identifier
(URI). URI is a compact string of characters that uniquely identify an abstract or
physical resource. URI's are the super-set of identifiers, such as URLs, email
addresses, ftp sites, etc, and as such, provide the syntax for all of the
identification schemes.
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EML" />
<xsd:enumeration value="PST" />
</xsd:restriction>
</xsd:simpleType>
|