<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>
|