complexType "PrincipalExchangeAmount"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Specifies the principal exchange amount, either by explicitly defining it, or by point to an amount defined somewhere else in the swap document.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="PrincipalExchangeAmount">
<xsd:choice>
<xsd:element name="amountRelativeTo" type="AmountReference"/>
<xsd:element name="determinationMethod" type="DeterminationMethod"/>
<xsd:element name="principalAmount" type="NonNegativeMoney"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
amountRelativeTo
Type:
AmountReference, empty content
Reference to an amount defined elsewhere in the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amountRelativeTo" type="AmountReference"/>

determinationMethod
Type:
DeterminationMethod, simple content
Specifies the method according to which an amount or a date is determined.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="determinationMethod" type="DeterminationMethod"/>

principalAmount
Type:
NonNegativeMoney, complex content
Principal exchange amount when explictly stated.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="principalAmount" type="NonNegativeMoney"/>

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.