complexType "SimplePayment"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
payerPartyReference (defined in Payer.model group),
paymentAmount (defined in SimplePayment complexType),
paymentDate (defined in SimplePayment complexType),
Known Direct Subtypes (1):
Premium
All Direct / Indirect Based Elements (7):
cashSettlement (defined in OptionExercise complexType),
premium (defined in GenericProduct complexType),
premium (defined in OptionBaseExtended complexType)
Known Usage Locations
Annotation
A complex type to specified payments in a simpler fashion than the Payment type. This construct should be used from the version 4.3 onwards.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  SimplePayment
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="SimplePayment">
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="paymentAmount" type="NonNegativeMoney"/>
<xsd:element name="paymentDate" type="AdjustableOrRelativeDate"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
paymentAmount
Type:
NonNegativeMoney, complex content
XML Source (see within schema source)
<xsd:element name="paymentAmount" type="NonNegativeMoney"/>

paymentDate
Type:
AdjustableOrRelativeDate, complex content
The payment date. This date is subject to adjustment in accordance with any applicable business day convention.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="paymentDate" type="AdjustableOrRelativeDate"/>

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.