complexType "Payment"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
Includes:
definitions of 3 elements
Used:
at 11 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (7):
paymentAmount (defined in Payment complexType),
paymentDate (defined in Payment complexType),
All Direct / Indirect Based Elements (11):
additionalPayment (defined in FxPerformanceSwap complexType),
additionalPayment (defined in Swap complexType),
Known Usage Locations
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  Payment
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Payment">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="paymentAmount" type="NonNegativeMoney"/>
<xsd:element minOccurs="0" name="paymentDate" type="AdjustableOrAdjustedDate"/>
<xsd:element minOccurs="0" name="paymentType" type="PaymentType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/7)
paymentAmount
Type:
NonNegativeMoney, complex content
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="paymentAmount" type="NonNegativeMoney"/>

paymentDate
Type:
AdjustableOrAdjustedDate, complex content
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentDate" type="AdjustableOrAdjustedDate"/>

paymentType
Type:
PaymentType, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentType" type="PaymentType"/>

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.