group "TradeNotionalChangeOld.model"
Namespace:
Content:
Defined:
Includes:
definitions of 6 elements
Used:
Content Model Diagram
Complex Content Model
(changeInNotionalAmount*, outstandingNotionalAmount*) | (changeInNumberOfOptions?, outstandingNumberOfOptions?) | (changeInNumberOfUnits?, outstandingNumberOfUnits?)
Content Model Elements (6):
changeInNotionalAmount (defined in TradeNotionalChangeOld.model group),
changeInNumberOfOptions (defined in TradeNotionalChangeOld.model group),
changeInNumberOfUnits (defined in TradeNotionalChangeOld.model group),
outstandingNotionalAmount (defined in TradeNotionalChangeOld.model group),
outstandingNumberOfOptions (defined in TradeNotionalChangeOld.model group),
outstandingNumberOfUnits (defined in TradeNotionalChangeOld.model group)
Known Usage Locations
Annotation
A structure describing a change to the trade notional.
XML Source (w/o annotations (7); see within schema source)
<xsd:group name="TradeNotionalChangeOld.model">
<xsd:choice>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="changeInNotionalAmount" type="NonNegativeMoney"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="outstandingNotionalAmount" type="NonNegativeMoney"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="changeInNumberOfOptions" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="outstandingNumberOfOptions" type="xsd:decimal"/>
</xsd:sequence>
<xsd:sequence>
<xsd:element minOccurs="0" name="changeInNumberOfUnits" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="outstandingNumberOfUnits" type="xsd:decimal"/>
</xsd:sequence>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 6/6)
changeInNotionalAmount
Type:
NonNegativeMoney, complex content
Specifies the fixed amount by which the Notional Amount changes. The direction of the change (increase or decrease) is specified by the event type (Termination => reduction, Increase => greater.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="changeInNotionalAmount" type="NonNegativeMoney"/>

changeInNumberOfOptions
Type:
xsd:decimal, predefined, simple content
Specifies the fixed amount by which the Number of Options changes
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="changeInNumberOfOptions" type="xsd:decimal"/>

changeInNumberOfUnits
Type:
xsd:decimal, predefined, simple content
Specifies the fixed amount by which the Number of Units changes
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="changeInNumberOfUnits" type="xsd:decimal"/>

outstandingNotionalAmount
Type:
NonNegativeMoney, complex content
Specifies the Notional amount after the Change
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="outstandingNotionalAmount" type="NonNegativeMoney"/>

outstandingNumberOfOptions
Type:
xsd:decimal, predefined, simple content
Specifies the Number of Options after the Change.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outstandingNumberOfOptions" type="xsd:decimal"/>

outstandingNumberOfUnits
Type:
xsd:decimal, predefined, simple content
Specifies the Number of Units
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="outstandingNumberOfUnits" type="xsd:decimal"/>

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.