<xsd:complexType name="IRS94xPaymentType">
<xsd:annotation>
<xsd:documentation>Content model for 94x Payment</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<!-- Routing Transit Number -->
<xsd:element name="RoutingTransitNumber" type="RoutingTransitNumberType">
<xsd:annotation>
<xsd:documentation>Routing Transit Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Bank Account Number -->
<xsd:element name="BankAccountNumber" type="BankAccountNumberType">
<xsd:annotation>
<xsd:documentation>Bank Account Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Type of Account -->
<xsd:element name="AccountType" type="BankAccountType">
<xsd:annotation>
<xsd:documentation>Type of Account</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- Payment Amount -->
<xsd:element name="PaymentAmount">
<xsd:annotation>
<xsd:documentation>Payment Amount in Decimals</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalPosType">
<xsd:maxInclusive value="+999999999.99" />
<xsd:totalDigits value="11" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<!-- Taxpayer Daytime Phone -->
<xsd:element name="TaxpayerDaytimePhone" type="PhoneNumberType">
<xsd:annotation>
<xsd:documentation>Taxpayer's Daytime Phone Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|