group "OptionDenomination.model"
Namespace:
Content:
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
Complex Content Model
Content Model Elements (3):
Known Usage Locations
Annotation
A model group containing the option denomination components.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="OptionDenomination.model">
<xsd:sequence>
<xsd:element name="optionEntitlement" type="PositiveDecimal"/>
<xsd:element minOccurs="0" name="entitlementCurrency" type="Currency"/>
<xsd:element minOccurs="0" name="numberOfOptions" type="PositiveDecimal"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
entitlementCurrency
Type:
Currency, simple content
Currency of the relevant bonds to which one option relates. For Bond Options this element should be used to define the currency of the bonds instead of the currency element present in the Bond underlyer.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="entitlementCurrency" type="Currency"/>

numberOfOptions
Type:
PositiveDecimal, simple content
The number of options comprised in the option transaction.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="numberOfOptions" type="PositiveDecimal"/>

optionEntitlement
Type:
PositiveDecimal, simple content
The number of units of underlyer per option comprised in the option transaction.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="optionEntitlement" type="PositiveDecimal"/>

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.