Definition Type: ComplexType
Name: BillStatus
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_BillerDelivery.xsd
Abstract
Documentation:
The OFX element "BILLSTATUS" is of type "BillStatus"
Collapse XSD Schema Diagram:
Drilldown into STATUSMODBY in schema ofx_billerdelivery_xsd Drilldown into DTEFF in schema ofx_billerdelivery_xsd Drilldown into BILLSTATUSCODE in schema ofx_billerdelivery_xsdXSD Diagram of BillStatus in schema ofx_billerdelivery_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="BillStatus">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "BILLSTATUS" is of type "BillStatus"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BILLSTATUSCODE" type="ofx:BillStatusCodeEnum" />
        <xsd:element name="DTEFF" type="ofx:DateTimeType" />
        <xsd:element name="STATUSMODBY" type="ofx:StatusModBYEnum" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BILLSTATUSCODE ofx:BILLSTATUSCODE (1) (1)
DTEFF ofx:DTEFF (1) (1)
STATUSMODBY ofx:STATUSMODBY 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:BILLSTATUS, ofx:BILLSTATUS, ofx:BILLSTATUS