complexType "FxTargetRebate"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
rebate
Known Usage Locations
Annotation
A rebate can be expressed as a payment amount or as amount of outstanding gain.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FxTargetRebate">
<xsd:choice>
<xsd:element name="payment" type="SimplePayment"/>
<xsd:element name="outstandingGain" type="FxOutstandingGain"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
outstandingGain
Type:
FxOutstandingGain, complex content
Rebate expressed as amount of outstanding gain.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="outstandingGain" type="FxOutstandingGain"/>

payment
Type:
SimplePayment, complex content
Rebate amount expressed as a payment between the two parties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="payment" type="SimplePayment"/>

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.