XML Schema Documentation

Complex Type: BulletPayment

[Table of contents]

Super-types: Product < BulletPayment (by extension)
Sub-types: None
Name BulletPayment
Used by (from the same schema document) Element bulletPayment
Abstract no
Documentation A product to represent a single cashflow.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<productType> ProductType </productType> [0..*]

'A classification of the type of product. FpML defines a simple product categorization using a coding scheme.'

<productId> ProductId </productId> [0..*]

'A product reference identifier allocated by a party. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.'

<payment> Payment </payment> [1]

'A known payment between two parties.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="BulletPayment">
<xsd:complexContent>
<xsd:extension base=" Product ">
<xsd:sequence>
<xsd:element name="payment" type=" Payment "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>