Definition Type: ComplexType
Name: InvoiceSender_Type
Namespace: urn:ifxforum-org:XSD:1
Containing Schema: IFX170_CoreLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AcctPayAcct in schema ifx170_corelib_xsd Drilldown into PostAddr in schema ifx170_corelib_xsd Drilldown into OrgInfo in schema ifx170_corelib_xsd Drilldown into OrgId in schema ifx170_corelib_xsdXSD Diagram of InvoiceSender_Type in schema ifx170_corelib_xsd (Interactive Financial eXchange (IFX))
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceSender_Type">
    <xsd:sequence>
        <xsd:element ref="OrgId" />
        <xsd:element ref="OrgInfo" minOccurs="0" />
        <xsd:element ref="PostAddr" minOccurs="0" />
        <xsd:element ref="AcctPayAcct" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrgId ifx:OrgId (1) (1)
OrgInfo ifx:OrgInfo 0 (1)
PostAddr ifx:PostAddr 0 (1)
AcctPayAcct ifx:AcctPayAcct 0 (1)
Collapse Derivation Tree:
Collapse References:
ifx:InvoiceSender