complexType "StrategyFeature"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
strikeSpread? | calendarSpread?
</...>
Content Model Elements (2):
calendarSpread, strikeSpread
All Direct / Indirect Based Elements (2):
strategyFeature (defined in EquityDerivativeBase complexType),
strategyFeature (in feature defined in OptionBaseExtended complexType)
Known Usage Locations
Annotation
A type for definining equity option simple strike or calendar spread strategy features.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="StrategyFeature">
<xsd:choice>
<xsd:element minOccurs="0" name="strikeSpread" type="StrikeSpread"/>
<xsd:element minOccurs="0" name="calendarSpread" type="CalendarSpread"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
calendarSpread
Type:
CalendarSpread, complex content
Definition of the later expiration date in a calendar spread.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="calendarSpread" type="CalendarSpread"/>

strikeSpread
Type:
StrikeSpread, complex content
Definition of the upper strike in a strike spread.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="strikeSpread" type="StrikeSpread"/>

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