<xsd:complexType name="StopCheckNumber">
<xsd:annotation>
<xsd:documentation>
The OFX element "STPCHKNUM" is of type "StopCheckNumber"
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CHECKNUM" type="ofx:CheckNumberType" />
<xsd:element name="NAME" type="ofx:GenericNameType" minOccurs="0" />
<xsd:element name="DTUSER" type="ofx:DateTimeType" minOccurs="0" />
<xsd:element name="TRNAMT" type="ofx:AmountType" minOccurs="0" />
<xsd:element name="CHKSTATUS" type="ofx:CheckStatusEnum" />
<xsd:element name="CHKERROR" type="ofx:MessageType" minOccurs="0" />
<xsd:choice minOccurs="0">
<xsd:element name="CURRENCY" type="ofx:Currency" />
<xsd:element name="ORIGCURRENCY" type="ofx:Currency" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
|