CountryStringType
OFX / Types / CountryStringType
Minimum length: 1
Maximum length: 32
Usages:
- Abstract1097IssuerAddressType COUNTRYSTRING
- Abstract1098IssuerAddressType COUNTRYSTRING
- Abstract2439IssuerAddressType COUNTRYSTRING
- Abstract5498IssuerAddressType COUNTRYSTRING
- AbstractIssuerAddressType COUNTRYSTRING
- AbstractW2GIssuerAddressType COUNTRYSTRING
- Corporation2439AddressType COUNTRYSTRING
- CorporationAddressType COUNTRYSTRING
- CreditorAddressType COUNTRYSTRING
- DoneeAddressType COUNTRYSTRING
- Employee COUNTRYSTRING
- EmployeeInfo COUNTRYSTRING
- Employer COUNTRYSTRING
- FilerAddress COUNTRYSTRING
- FilerAddressType COUNTRYSTRING
- ForeignIncomeAggregate COUNTRYSTRING
- Issuer1097AddressType COUNTRYSTRING
- IssuerAddressType COUNTRYSTRING
- LenderAddressType COUNTRYSTRING
- PayerAddressType COUNTRYSTRING
- PayerW2GAddressType COUNTRYSTRING
- RecipientAddress COUNTRYSTRING
- RecipientInfo COUNTRYSTRING
- StudentAddress COUNTRYSTRING
- TrusteeAddressType COUNTRYSTRING
XSD
<xsd:simpleType name="CountryStringType"> <xsd:annotation> <xsd:documentation>The OFX element "COUNTRYSTRING" is of type "CountryStringType"</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="32"/> </xsd:restriction> </xsd:simpleType>