AdditionalOtherAmountType
OFX / Types / AdditionalOtherAmountType
# | Tag | Type |
---|---|---|
1 | DESC | InfoType |
2 | AMOUNT | AmountType |
3 | BOX | GenericNameType |
4 | K1CODE | GenericNameType |
Usages:
- OtherInfoDetail1041K1 ADDLOTHERINFO
- Tax1041K1Supplemental_V100 ADDLSUPPLEMENTALDETAIL
- Tax1065K1Supplemental_V100 ADDLSUPPLEMENTALDETAIL
- Tax1120SK1Supplemental_V100 ADDLSUPPLEMENTALDETAIL
- Tax5227K1Supplemental_V100 ADDLSUPPLEMENTALDETAIL
XSD
<xsd:complexType name="AdditionalOtherAmountType"> <xsd:annotation> <xsd:documentation>Additional amounts and free-form text description for any Box number and Code value</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="ofx:AdditionalAmountType"> <xsd:sequence> <xsd:element name="BOX" type="ofx:GenericNameType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Box number, if needed, for additional amount</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="K1CODE" type="ofx:GenericNameType" minOccurs="0"> <xsd:annotation> <xsd:documentation>Code, if needed, for additional amount</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType>