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