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