FOP_DirectionCodeType

Simple Type Information

Used By

Source

<xs:simpleType name="FOP_DirectionCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Credit">
      <xs:annotation>
        <xs:documentation xml:lang="EN">The one having the money is providing (crediting) the money to the person expecting it.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Debit">
      <xs:annotation>
        <xs:documentation xml:lang="EN">The one expecting the money is requesting (debiting the money from the person having it.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>