complexType "Currency"
Namespace:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
at 61 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:anyURI : "http://www.fpml.org/coding-scheme/external/iso4217"
   
>
   
Content: 
{ xsd:normalizedString }
</...>
Simple Content Restrictions:
MaxLength:
255
MinLength:
0

Known Direct Subtypes (1):
All Direct / Indirect Based Elements (70):
cashSettlementCurrency (defined in CashPriceMethod complexType),
currency (defined in ActualPrice complexType),
currency (defined in AmountSchedule complexType),
currency (defined in CashflowNotional complexType),
currency (defined in DealSummary complexType),
currency (defined in EquityStrike complexType),
currency (defined in FixedRateOption complexType),
currency (defined in FxExchangedCurrency complexType),
currency (defined in LegacyFloatingRateOption complexType),
currency (defined in LoanFloatingRateOption complexType),
currency (defined in MoneyBase complexType),
currency (defined in NonNegativeAmountSchedule complexType),
currency (defined in NotDomesticCurrency complexType),
currency (defined in OptionStrike complexType),
currency (defined in PricingStructure complexType),
currency (defined in SpecifiedCurrency complexType),
currency (defined in UnderlyingAsset complexType),
currency1 (defined in QuotedCurrencyPair complexType),
currency2 (defined in QuotedCurrencyPair complexType),
referenceCurrency (defined in FxCashSettlement complexType),
referenceCurrency (defined in FxCashSettlementSimple complexType),
referenceCurrency (defined in FxFeature complexType),
settlementCurrency (defined in CommodityExercise complexType),
settlementCurrency (defined in FxCashSettlement complexType),
settlementCurrency (defined in FxCashSettlementSimple complexType),
settlementCurrency (defined in SettlementTerms complexType),
Known Usage Locations
Annotation
The code representation of a currency or fund. By default it is a valid currency code as defined by the ISO standard 4217 - Codes for representation of currencies and funds http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NormalizedString (restriction)
      Scheme (extension)
          Currency
Derivation:
extension of Scheme
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="Currency">
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute default="http://www.fpml.org/coding-scheme/external/iso4217" name="currencyScheme" type="NonEmptyURI"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
currencyScheme
Type:
Use:
optional
Attribute Value
xsd:anyURI
MinLength:
1
Default:
"http://www.fpml.org/coding-scheme/external/iso4217"
XML Source (see within schema source)
<xsd:attribute default="http://www.fpml.org/coding-scheme/external/iso4217" name="currencyScheme" 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.