XML Schema Documentation

Simple Type: PayerReceiverEnum

[Table of contents]

Super-types: xsd:token < PayerReceiverEnum (by restriction)
Sub-types: None
Name PayerReceiverEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Payer'|'Receiver'}
Documentation The specification of an interest rate stream payer or receiver party.
Diagram
Schema Component Representation
<xsd:simpleType name="PayerReceiverEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Payer"/>
<xsd:enumeration value="Receiver"/>
</xsd:restriction>
</xsd:simpleType>