complexType "Underlyer"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
basket (defined in Underlyer complexType),
All Direct / Indirect Based Elements (4):
fallbackReferencePrice (in marketDisruption defined in CommodityContent.model group),
underlyer (defined in DirectionalLegUnderlyer complexType),
underlyer (defined in EquityDerivativeBase complexType),
underlyer (in returnLeg)
Known Usage Locations
Annotation
A type describing the whole set of possible underlyers: single underlyers or multiple underlyers, each of these having either security or index components.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="Underlyer">
<xsd:choice>
<xsd:element name="singleUnderlyer" type="SingleUnderlyer"/>
<xsd:element name="basket" type="Basket"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
basket
Type:
Basket, complex content
Describes the swap's underlyer when it has multiple asset components.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="basket" type="Basket"/>

singleUnderlyer
Type:
SingleUnderlyer, complex content
Describes the swap's underlyer when it has only one asset component.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="singleUnderlyer" type="SingleUnderlyer"/>

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.