complexType "CountryCode"
Namespace:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:anyURI : "http://www.fpml.org/ext/iso3166"
    >
   
Content: 
{ xsd:token }
</...>
All Direct / Indirect Based Elements (5):
country (defined in PartyInformation.model group),
country (in routingAddress),
localJurisdiction (defined in EquityUnderlyerProvisions.model group),
localJurisdiction (in equityOptionTransactionSupplement),
relevantJurisdiction
Known Usage Locations
Annotation
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.
Type Definition Detail
Type Derivation Tree
xsd:token (extension)
  CountryCode
Derivation:
extension of xsd:token
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="CountryCode">
<xsd:simpleContent>
<xsd:extension base="xsd:token">
<xsd:attribute default="http://www.fpml.org/ext/iso3166" name="countryScheme" type="xsd:anyURI"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
countryScheme
Type:
xsd:anyURI, predefined
Use:
optional
Attribute Value
Default:
"http://www.fpml.org/ext/iso3166"
XML Source (see within schema source)
<xsd:attribute default="http://www.fpml.org/ext/iso3166" name="countryScheme" type="xsd:anyURI"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.