Definition Type: ComplexType
Name: CreditorDebitorPartyType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:PayerPartyBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into FinancialAccount in schema components_xsd Drilldown into CountryCode in schema fields_xsd Drilldown into CustomerAccountID in schema fields_xsd Drilldown into Contact in schema components_xsd Drilldown into Location in schema components_xsd Drilldown into Name in schema fields_xsd Drilldown into PartyIDs in schema components_xsd Drilldown into category in schema components_xsd Drilldown into PartyBaseType in schema components_xsd Drilldown into PayerPartyBaseType in schema components_xsdXSD Diagram of CreditorDebitorPartyType in schema components_xsd1 (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="CreditorDebitorPartyType">
    <xsd:complexContent>
        <xsd:extension base="PayerPartyBaseType">
            <xsd:sequence>
                <xsd:element ref="CountryCode" minOccurs="0" />
                <xsd:element ref="FinancialAccount" minOccurs="0" />
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyIDs nsA:PartyIDs 0 (1)
Name nsA:Name 0 unbounded
Location nsA:Location 0 unbounded
Contact nsA:Contact 0 unbounded
CustomerAccountID nsA:CustomerAccountID 0 (1)
CountryCode nsA:CountryCode 0 (1)
FinancialAccount nsA:FinancialAccount 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
category nsA:category (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:CreditorParty, nsA:DebtorParty