complexType "OptionNumericStrike"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
strikePercentage (defined in OptionNumericStrike complexType),
strikePrice (defined in OptionNumericStrike complexType)
Known Direct Subtypes (1):
OptionStrike
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A type for defining the strike price for an option as a numeric value without currency.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="OptionNumericStrike">
<xsd:sequence>
<xsd:choice>
<xsd:element name="strikePrice" type="xsd:decimal"/>
<xsd:element name="strikePercentage" type="xsd:decimal"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
strikePercentage
Type:
xsd:decimal, predefined, simple content
The price or level expressed as a percentage of the forward starting spot price.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="strikePercentage" type="xsd:decimal"/>

strikePrice
Type:
xsd:decimal, predefined, simple content
The price or level at which the option has been struck.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="strikePrice" type="xsd:decimal"/>

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.