<xsd:complexType name="CountryCode">
<xsd:annotation>
<xsd:documentation xml:lang="en">The code representation of a country or an area of special sovereignty. By default it is a valid 2 character country code as defined by the ISO standard 3166-1 alpha-2 - Codes for representation of countries http://www.niso.org/standards/resources/3166.html.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Token">
<xsd:attribute name="countryScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/external/iso3166" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|