LocalInfo

OFX / Types / LocalInfo
#TagType
1 LOCALITY GenericNameType
2 LOCALWAGES AmountType
3 LOCALTAXWH AmountType
4 LOCALITYSTATE StateCodeType
Usages:
XSD
	<xsd:complexType name="LocalInfo">
		<xsd:annotation>
			<xsd:documentation>The OFX element "LOCALINFO" is of type "LocalInfo"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="LOCALITY" type="ofx:GenericNameType"/>
			<xsd:element name="LOCALWAGES" type="ofx:AmountType" minOccurs="0"/>
			<xsd:element name="LOCALTAXWH" type="ofx:AmountType" minOccurs="0"/>
			<xsd:element name="LOCALITYSTATE" type="ofx:StateCodeType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.