Definition Type: ComplexType
Name: PaymentType
Namespace: http://www.adsml.org/adsmlfinancials/1.5
Containing Schema: AdsMLFinancials-1.5-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReceivedDate in schema adsmlfinancials-1_5-publictypelibrary-as_xsd Drilldown into PaidAmount in schema adsmlfinancials-1_5-publictypelibrary-as_xsd Drilldown into ID in schema adsmlfinancials-1_5-publictypelibrary-as_xsdXSD Diagram of PaymentType in schema adsmlfinancials-1_5-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="PaymentType">
    <xs:sequence>
        <xs:element name="ID" type="adsml:LongStringType" minOccurs="0" />
        <xs:element ref="PaidAmount" minOccurs="0" />
        <xs:element ref="ReceivedDate" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID adsml-fi:ID 0 (1)
PaidAmount adsml-fi:PaidAmount 0 (1)
ReceivedDate adsml-fi:ReceivedDate 0 (1)
Collapse Derivation Tree:
Collapse References:
adsml-fi:PrepaidPayment