<xsd:simpleType name="PaymentProcessStatusEnum">
<xsd:annotation>
<xsd:documentation>
The OFX element "PMTPROCESSSTATUSENUM" is of type "PaymentProcessStatusEnum"
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="collapse" />
<xsd:enumeration value="CANCELEDON" />
<xsd:enumeration value="WILLPROCESSON" />
<xsd:enumeration value="PROCESSEDON" />
<xsd:enumeration value="NOFUNDSON" />
<xsd:enumeration value="FAILEDON" />
</xsd:restriction>
</xsd:simpleType>
|