Definition Type: ComplexType
Name: BillTableStructureResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDelivery_Messages.xsd
Abstract
Documentation:
The OFX element "BILLTBLSTRUCTRS" is of type "BillTableStructureResponse"
Collapse XSD Schema Diagram:
Drilldown into COLDEF in schema ofx_billerdelivery_messages_xsd Drilldown into BILLDETAILTABLETYPE in schema ofx_billerdelivery_messages_xsd Drilldown into BILLID in schema ofx_billerdelivery_messages_xsdXSD Diagram of BillTableStructureResponse in schema ofx_billerdelivery_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BillTableStructureResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "BILLTBLSTRUCTRS" is of type "BillTableStructureResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BILLID" type="ofx:IdType" />
        <xsd:element name="BILLDETAILTABLETYPE" type="ofx:GenericNameType" />
        <xsd:element name="COLDEF" type="ofx:ColumnDefinition" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BILLID ofx:BILLID (1) (1)
BILLDETAILTABLETYPE ofx:BILLDETAILTABLETYPE (1) (1)
COLDEF ofx:COLDEF 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:BILLTBLSTRUCTRS