<xsd:simpleType name="NationName_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name of the nation in which the address is located.
Although the scope of this standard is restricted US
addresses, this item is included for two reasons: to
facilitate reconciliation with address standards of
other nations, and to accommodate files which mix
addresses from the US and other nations.
USPS Publication28 lists country names and their
international postal codes.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|