complexType "ReturnSwapBase"
Namespace:
Content:
complex, 1 attribute, 12 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (12):
additionalPayment (defined in ReturnSwapBase complexType),
productId (defined in Product.model group),
productType (defined in Product.model group),
Known Direct Subtypes (2):
EquitySwapTransactionSupplement, ReturnSwap
All Direct / Indirect Based Elements (2):
equitySwapTransactionSupplement, returnSwap
Known Usage Locations
Annotation
A type describing the components that are common for return type swaps, including short and long form return swaps representations.
Type Definition Detail
Type Derivation Tree
Product (extension)
  ReturnSwapBase
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType abstract="true" name="ReturnSwapBase">
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:group minOccurs="0" ref="BuyerSeller.model"/>
<xsd:element maxOccurs="unbounded" ref="returnSwapLeg"/>
<xsd:element minOccurs="0" name="principalExchangeFeatures" type="PrincipalExchangeFeatures"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalPayment" type="ReturnSwapAdditionalPayment"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/12)
additionalPayment
Type:
Specifies additional payment(s) between the principal parties to the trade.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="additionalPayment" type="ReturnSwapAdditionalPayment"/>

principalExchangeFeatures
Type:
PrincipalExchangeFeatures, complex content
This is used to document a Fully Funded Return Swap.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="principalExchangeFeatures" type="PrincipalExchangeFeatures"/>

returnSwapLeg
Type:
DirectionalLeg, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 2 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="returnSwapLeg"/>

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.