complexType "NonNegativePayment"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
payerPartyReference (defined in Payer.model group),
paymentAmount (defined in NonNegativePayment complexType),
paymentDate (defined in PaymentBaseExtended complexType),
Known Direct Subtypes (3):
ClassifiedPayment, CommodityPremium, FxOptionPremium
All Direct / Indirect Based Elements (11):
additionalPayment (defined in NettedSwapBase complexType),
payment (defined in OptionExercise complexType),
Known Usage Locations
Annotation
A complex type to specify non negative payments.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  PaymentBaseExtended (extension)
      NonNegativePayment
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="NonNegativePayment">
<xsd:complexContent>
<xsd:extension base="PaymentBaseExtended">
<xsd:sequence>
<xsd:element name="paymentAmount" type="NonNegativeMoney"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/6)
paymentAmount
Type:
NonNegativeMoney, complex content
Non negative payment amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="paymentAmount" type="NonNegativeMoney"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.