XML Schema Documentation

Complex Type: Country

[Table of contents]

Super-types: xsd:normalizedString < Country (by extension)
Sub-types: None
Name Country
Used by (from the same schema document) Complex Type Address
Abstract no
Documentation 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.
XML Instance Representation
<...
countryScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Country">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="countryScheme" type=" xsd:anyURI " default="http://www.fpml.org/ext/iso3166"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>