complexType "OptionBaseExtended"
Namespace:
Content:
complex, 1 attribute, 15 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (15):
notionalAmount (defined in OptionBaseExtended complexType),
notionalReference (defined in OptionBaseExtended complexType),
optionType (defined in OptionBase complexType),
premium (defined in OptionBaseExtended complexType),
primaryAssetClass (defined in Product.model group),
productType (defined in Product.model group),
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Base type for options starting with the 4-3 release, until we refactor the schema as part of the 5-0 release series.
Type Definition Detail
Type Derivation Tree
Product (extension)
  Option (extension)
      OptionBase (extension)
          OptionBaseExtended
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="OptionBaseExtended">
<xsd:complexContent>
<xsd:extension base="OptionBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="premium" type="Premium"/>
<xsd:element ref="exercise"/>
<xsd:choice minOccurs="0">
<xsd:element name="notionalReference" type="NotionalAmountReference"/>
<xsd:element name="notionalAmount" type="Money"/>
</xsd:choice>
<xsd:group minOccurs="0" ref="OptionDenomination.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/15)
exercise
Type:
Exercise, empty content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
substituted with 3 elements
XML Source (see within schema source)
<xsd:element ref="exercise"/>

notionalAmount
Type:
Money, complex content
XML Source (see within schema source)
<xsd:element name="notionalAmount" type="Money"/>

notionalReference
Type:
XML Source (see within schema source)
<xsd:element name="notionalReference" type="NotionalAmountReference"/>

premium
Type:
Premium, complex content
The option premium payable by the buyer to the seller.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="premium" type="Premium"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.