Definition Type: ComplexType
Name: IdentifiedCurrency
Namespace: http://www.fpml.org/FpML-5/legal
Type: nsB:Currency
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
Specifies Currency with ID attribute.
Collapse XSD Schema Diagram:
Drilldown into currencyScheme in schema fpml-shared-5-10_xsd1 Drilldown into Currency in schema fpml-shared-5-10_xsd1 Drilldown into id in schema fpml-shared-5-10_xsd1XSD Diagram of IdentifiedCurrency in schema fpml-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IdentifiedCurrency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies Currency with ID attribute.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="Currency">
            <xsd:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
currencyScheme nsB:currencyScheme http://www.fpml.org/coding-scheme/external/iso4217-2001-08-15 (Optional)
id nsB:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:currency