Definition Type: ComplexType
Name: StopCheckProfile
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Profile.xsd
Abstract
Documentation:
The OFX element "STPCHKPROF" is of type "StopCheckProfile"
Collapse XSD Schema Diagram:
Drilldown into STPCHKFEE in schema ofx_profile_xsd Drilldown into CANUSEDESC in schema ofx_profile_xsd Drilldown into CANUSERANGE in schema ofx_profile_xsd Drilldown into PROCENDTM in schema ofx_profile_xsd Drilldown into PROCDAYSOFF in schema ofx_profile_xsdXSD Diagram of StopCheckProfile in schema ofx_profile_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="StopCheckProfile">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "STPCHKPROF" is of type "StopCheckProfile"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PROCDAYSOFF" type="ofx:DaysEnum" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PROCENDTM" type="ofx:TimeType" />
        <xsd:element name="CANUSERANGE" type="ofx:BooleanType" />
        <xsd:element name="CANUSEDESC" type="ofx:BooleanType" />
        <xsd:element name="STPCHKFEE" type="ofx:AmountType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PROCDAYSOFF ofx:PROCDAYSOFF 0 unbounded
PROCENDTM ofx:PROCENDTM (1) (1)
CANUSERANGE ofx:CANUSERANGE (1) (1)
CANUSEDESC ofx:CANUSEDESC (1) (1)
STPCHKFEE ofx:STPCHKFEE (1) (1)
Collapse Derivation Tree:
Collapse References:
ofx:STPCHKPROF