complexType "ClassifiedPayment"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
payerPartyReference?, payerAccountReference?, receiverPartyReference?, receiverAccountReference?, paymentDate?, paymentAmount?, paymentType*
</...>
Content Model Elements (7):
payerAccountReference,
payerPartyReference,
paymentAmount (defined in NonNegativePayment complexType),
paymentDate (defined in PaymentBaseExtended complexType),
paymentType (in additionalPayment defined in NettedSwapBase complexType),
receiverAccountReference,
receiverPartyReference (defined in PayerReceiver.model group)
All Direct / Indirect Based Elements (1):
additionalPayment (defined in NettedSwapBase complexType)
Known Usage Locations
Annotation
A classified non negative payment.
Type Definition Detail
Type Derivation Tree
PaymentBase (extension)
  PaymentBaseExtended (extension)
      NonNegativePayment (extension)
          ClassifiedPayment
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="ClassifiedPayment">
<xsd:complexContent>
<xsd:extension base="NonNegativePayment">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentType" type="PaymentType"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/7)
paymentType
Type:
PaymentType, simple content
Payment classification.
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="paymentType" type="PaymentType"/>

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.