complexType "CountryCode"
Namespace:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Component 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),
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="NonEmptyURI"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
countryScheme
Type:
Use:
optional
Attribute Value
xsd:anyURI
MinLength:
1
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="NonEmptyURI"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.