complexType "FixedPaymentAmount"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
fixedPayment
Known Usage Locations
Annotation
Fixed payment amount within a Dividend Swap.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  FixedPaymentAmount
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FixedPaymentAmount">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="paymentAmount" type="NonNegativeMoney"/>
<xsd:element name="paymentDate" type="RelativeDateOffset"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
paymentAmount
Type:
NonNegativeMoney, complex content
Payment amount, which is optional since the payment amount may be calculated using fixed strike and number of open units.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentAmount" type="NonNegativeMoney"/>

paymentDate
Type:
RelativeDateOffset, complex content
Payment date relative to another date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="paymentDate" type="RelativeDateOffset"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.