Definition Type: SimpleType
Name: PaymentSchemeCodeEnumerationType
Namespace: http://www.openapplications.org/oagis/9/codelists
Containing Schema: CodeLists.xsd
Collapse XSD Schema Diagram:
XSD Diagram of PaymentSchemeCodeEnumerationType in schema codelists_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:simpleType name="PaymentSchemeCodeEnumerationType">
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="ACH">
            <xsd:annotation>
                <xsd:documentation>
                  Payment has to be executed through an Automated Clearing House
               </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="RTGS">
            <xsd:annotation>
                <xsd:documentation>
                  Payment has to be executed through Real time gross settlement system.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Fednet">
            <xsd:annotation>
                <xsd:documentation>Payment has to be executed through FedNet</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="CHIPS">
            <xsd:annotation>
                <xsd:documentation>Payment has to be executed through CHIPS.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ACH
Enumeration RTGS
Enumeration Fednet
Enumeration CHIPS