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/coding-scheme/external/iso3166"
   
>
   
Content: 
{ xsd:token }
</...>
Simple Content Restrictions:
MinLength:
0

All Direct / Indirect Based Elements (8):
country (defined in Address complexType),
country (defined in PartyInformation.model group),
country (in brand),
country (in businessUnit),
country (in person),
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 (restriction)
  Token (extension)
      CountryCode
Derivation:
extension of Token
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="CountryCode">
<xsd:simpleContent>
<xsd:extension base="Token">
<xsd:attribute default="http://www.fpml.org/coding-scheme/external/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/coding-scheme/external/iso3166"
XML Source (see within schema source)
<xsd:attribute default="http://www.fpml.org/coding-scheme/external/iso3166" name="countryScheme" type="xsd:anyURI"/>

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