complexType "Payment"
Namespace:
Content:
complex, 1 attribute, 7 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model 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 (4):
additionalPayment, exchangedCurrency1, exchangedCurrency2, otherPartyPayment
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"/>
<!--View Generation: SKIPPED settlementInformation - Documentation-->
<!--View Generation: SKIPPED discountFactor - NonStandardFeature-->
<!--View Generation: SKIPPED presentValueAmount - NonStandardFeature-->
</xsd:sequence>
<!--View Generation: SKIPPED href - Unsupported-->
</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
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentType" type="PaymentType"/>

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.